FindSlotsRequest Class
Contains set of options to find available time slots for providers who
match the patient’s needs. This class extends the AppointmentBase class and inherits its properties.
Namespace
FindSlotsRequest Properties
The following are properties for FindSlotsRequest.
isNextAvailSlot
In the default Apex class, if the property is set to True, gets a provider's next 160 available slots for
appointment scheduling. If set to False, gets the next
500 available slots of providers in general.
Signature
public Boolean isNextAvailSlot {get; set;}
1healthcloudext.FindSlotsRequest, isNextAvailSlotProperty Value
Type: Boolean