TITLE | VALUE | |
---|---|---|
NAME | SDES2 GET CANCELLED SLOTS | |
DESCRIPTION | This RPC returns cancelled slots within a given timeframe for a given clinic in JSON format. Can only be invoked by Acheron | |
TAG | GETCANCSLOTS | |
ROUTINE | SDES2GETCANSLOTS | |
INPUT PARAMETERS | SEQUENCE NUMBER | 1 |
INPUT PARAMETER | SDCONTEXT | |
DESCRIPTION | SDCONTEXT("ACHERON AUDIT ID") - Up to 40 Character unique ID number. - Ex: 11d9dcc6-c6a2-4785-8031-8261576fca37 SDCONTEXT("USER DUZ") - The DUZ of the user taking action in the calling application. SDCONTEXT("USER SECID") - The SECID of the user taking action in the calling application. SDCONTEXT("PATIENT DFN") - The DFN/IEN of the target patient from the calling application. SDCONTEXT("PATIENT ICN") - The ICN of the target patient from the calling application. | |
PARAMETER TYPE | LIST | |
REQUIRED | YES | |
MAXIMUM DATA LENGTH | ||
INPUT PARAMETERS | SEQUENCE NUMBER | 2 |
INPUT PARAMETER | SDCANCDATA | |
DESCRIPTION | SDCANCDATA("CLINICIEN") = [required] - The Internal Entry Number (IEN) from the HOSPITAL LOCATION File #44 SDCANCDATA("SDESSTART") = [required] - The Start Date of search in ISO8601 format CCYY-MM-DDTHH:MM-OFFSET SDCANCDATA("SDESENDDATE") = [required] - The End Date of search in ISO8601 format CCYY-MM-DDTHH:MM-OFFSET | |
PARAMETER TYPE | LIST | |
REQUIRED | YES | |
MAXIMUM DATA LENGTH | ||
RETURN VALUE TYPE | ARRAY | |
RETURN PARAMETER DESCRIPTION | A JSON object for the specified clinic listing all of the cancelled slots for the specified time range. { "CancelledSlots": [ { "BeginTime": "2023-12-21T08:00-0500", "CancelMessage": "Clinic closed for maintenance" "EndTime": "2023-12-21T16:45-0500", "SlotsAvail": "X" }, { "BeginTime": "2023-12-21T16:45-0500", "CancelMessage": "Closed due to weather" "EndTime": "2023-12-21T18:00-0500", "SlotsAvail": "X" } ] } | |
AVAILABILITY | RESTRICTED | |
INACTIVE | ||
CLIENT MANAGER | ||
WORD WRAP ON | ||
VERSION | ||
SUPPRESS RDV USER SETUP | ||
APP PROXY ALLOWED | Yes |