|
SelfSchedulingClinicianSlots Property |
[This is preliminary documentation and is subject to change.]
Available appointment slots.
Namespace: SnapMD.VirtualCare.ApiModels.Scheduling.PatientSelfSchedulingAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic List<AppointmentSlot> Slots { get; set; }
Public Property Slots As List(Of AppointmentSlot)
Get
Set
public:
property List<AppointmentSlot^>^ Slots {
List<AppointmentSlot^>^ get ();
void set (List<AppointmentSlot^>^ value);
}
member Slots : List<AppointmentSlot> with get, set
Property Value
Type:
ListAppointmentSlot
See Also