Name | Value |
---|---|
NAME | SDES GET CLIN AVAILABILITY |
TAG | GETCLAVAILABLTY |
ROUTINE | SDESCLINICAVAIL |
RETURN VALUE TYPE | ARRAY |
AVAILABILITY | RESTRICTED |
APP PROXY ALLOWED | Yes |
DESCRIPTION | This RPC returns available appointment slots within a given timeframe for a given clinic in JSON format. |
INPUT PARAMETER |
|
RETURN PARAMETER DESCRIPTION | Data is returned in JSON format. } ] } SlotsAvail can have the following values: NULL Not Available/Overbooked 1,2,.. # of Available Slots X Cancelled If successful, the following data will be returned: If problems are encountered, then the following data will be returned: RETURN("Error",n)=Error_Message where: n = 1,2,... n = 1,2,... { "ClinAvail": [ { "BeginTime": "2022-08-05T10:00-0400", "EndTime": "2022-08-05T10:30-0400", "SlotsAvail": 1 |