Finished
POST/webhook/v1/acurable/notification
Overview
This event signifies that we have received enough results to finish a study.
The status of the nights need to be inspected to determine if the study had 1 or more successful recordings on it.
Receiving this event means that you can now pickup the PDF reports for the result, if you have PDF reports configured on your account.
Nights
The event contains an array of all nights on the study, including completed and pending attempts.
Each night has two index values:
- Night number
- Attempt number
The night number represents the night the recording is for and the attempt indicates the attempt number for that night.
The Acurable system supports automatically retrying nights if we receive an invalid result. The exact repeat mechanism configured for your studies depends on your system configuration.
Contact your Acurable representative to discuss your current settings and what is available.
Statuses
Each night attempt has a status on it which is one of:
PENDING- the patient has not yet started this attemptIN_PROGRESS- the patient is currently recording this attemptVALID- there is a valid diagnosis for this attemptINVALID- there is no valid diagnosis for this attempt
Each night is also given an overall severity of the diagnosis.
Note: It is possible to have your system configured to use either AHI3 or AHI4 for the overall severity calculation. Talk to us if you want this changing.
Indexes
Each night has a collection of diagnostic indexes:
- AHI3
- AHI4
- ODI3
- ODI4
These may or may not be present on the response depending on your diagnostic setup.
Request
Responses
- 202
Accepted