AppointmentSlotRuleInfo

Name AppointmentSlotRuleInfo
Usage AppointmentService
AppointmentWindowInfo
Type Complex

Description

Information about rules used in appointment slot generation

Structure Definition

ShortName Name Type Description Required? Read only? Cardinality XML Attribute? Implementation Notes
weekdays Weekdays IntegerList The weekday codes ("MWF = 2,4,6")     Many No Java standard: Sunday=1 to Saturday=7
startTimeOfDay Start Time Of Day TimeOfDayInfo Window start time ("9am")     One No If the slot is open ended, then startTimeOfDay applies only for the first day and it is time portion of the window start date
endTimeOfDay End Time Of Day TimeOfDayInfo Window end time ("5pm")     One No If the slot is open ended, then endTimeOfDay applies only for the last day and it is time portion of the window end date
slotStartInterval Slot Start Interval TimeAmountInfo Interval between start times of two consecutive appointment slots ("30 mins")     One No For the one-slot Appointment Window the slotStartInterval is null
slotDuration Slot Duration TimeAmountInfo Duration of the appointment slot ("20 mins") - advertised duration of the slot. The slot duration is not constrained by the window end date/time     One No For the one-slot Appointment Window the slotDuration is null