| DESCRIPTION |
This RPC will return an unmodified version of a clinic's appointment
slots. Unlike, SDEC APPTSLOTS which decrements the availability to
indicate that appointments have been made, this RPC will only return the
original, unmodified copy of the days schedule.
Can only be invoked by Acheron
|
| RETURN PARAMETER DESCRIPTION |
{
"OpenSlots": 1,
"StartTime": 1030
},
{
"Date": "2025-05-02",
"OpenSlots": 1,
"StartTime": 1100
},
{
"Date": "2025-05-02",
"ClinicSlot": [
"OpenSlots": 1,
"StartTime": 1130
}
]
}
{
"Date": "2025-05-02",
"OpenSlots": 1,
"StartTime": 1000
},
{
"Date": "2025-05-02",
|