AppointmentTimeSlots element
Type: | appointmentTimeSlots |
Namespace: | http://healthcare.agilex.com/directScheduling |
XML Schema: | ns1.xsd |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<AppointmentTimeSlots xmlns="http://healthcare.agilex.com/directScheduling">
<startDateTime xmlns="">...</startDateTime>
<endDateTime xmlns="">...</endDateTime>
<bookingStatus xmlns="">...</bookingStatus>
<remainingAllowedOverBookings xmlns="">...</remainingAllowedOverBookings>
<availability xmlns="">...</availability>
<clinicId xmlns="">...</clinicId>
<clinicName xmlns="">...</clinicName>
<appointmentLength xmlns="">...</appointmentLength>
<clinicDisplayStartTime xmlns="">...</clinicDisplayStartTime>
<displayIncrements xmlns="">...</displayIncrements>
<stopCode xmlns="">...</stopCode>
<creditCode xmlns="">...</creditCode>
<specialty xmlns="">...</specialty>
<askForCheckIn xmlns="">...</askForCheckIn>
<maxOverbooksPerDay xmlns="">...</maxOverbooksPerDay>
<hasUserAccessToClinic xmlns="">...</hasUserAccessToClinic>
<appointmentTimeSlot>...</appointmentTimeSlot>
<appointmentTimeSlot>...</appointmentTimeSlot>
<!--...more "appointmentTimeSlot" elements...-->
</AppointmentTimeSlots>
Example JSON
{
"clinicId" : "...",
"clinicName" : "...",
"appointmentLength" : "...",
"clinicDisplayStartTime" : "...",
"displayIncrements" : "...",
"stopCode" : "...",
"creditCode" : "...",
"specialty" : "...",
"askForCheckIn" : false,
"maxOverbooksPerDay" : "...",
"hasUserAccessToClinic" : false,
"appointmentTimeSlot" : [ {
}, {
} ],
"startDateTime" : "...",
"endDateTime" : "...",
"bookingStatus" : "...",
"remainingAllowedOverBookings" : "...",
"availability" : false
}