appointmentTimeSlots
Extends: | domainTransferObjectCollection |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
XML
Elements
name (type) | min/max occurs |
description |
---|---|---|
clinicId (string) | 0/1 | |
clinicName (string) | 0/1 | |
appointmentLength (string) | 0/1 | |
clinicDisplayStartTime (string) | 0/1 | |
displayIncrements (string) | 0/1 | |
stopCode (string) | 0/1 | |
creditCode (string) | 0/1 | |
specialty (string) | 0/1 | |
askForCheckIn (boolean) | 1/1 | |
maxOverbooksPerDay (string) | 0/1 | |
hasUserAccessToClinic (boolean) | 1/1 | |
appointmentTimeSlot | 0/unbounded |
JSON
property | type | description |
---|---|---|
clinicId | clinicId (string) | |
clinicName | clinicName (string) | |
appointmentLength | appointmentLength (string) | |
clinicDisplayStartTime | clinicDisplayStartTime (string) | |
displayIncrements | displayIncrements (string) | |
stopCode | stopCode (string) | |
creditCode | creditCode (string) | |
specialty | specialty (string) | |
askForCheckIn | askForCheckIn (boolean) | |
maxOverbooksPerDay | maxOverbooksPerDay (string) | |
hasUserAccessToClinic | hasUserAccessToClinic (boolean) | |
appointmentTimeSlot | array of appointmentTimeSlot |