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.
slotRangeEnd
Represents the start of date range for slots in ISO 8601 format, for
example, 2021-02-26T21:24:31.000Z.
Signature
public String slotRangeEnd {get; set;}
1healthcloudext.FindSlotsRequest, slotRangeEndProperty Value
Type: String
slotRangeStart
Represents the end of date range for slots in ISO 8601 format, for
example , 2021-02-25T18:24:31.000Z.
Signature
public String slotRangeStart {get; set;}
1healthcloudext.FindSlotsRequest, slotRangeStartProperty Value
Type: String
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
patientId
Signature
public Boolean patientId {get; set;}
1healthcloudext.FindSlotsRequest, patientIdProperty Value
Type: String