|
SelfSchedulingClinicianSearchResultClinicians Property |
[This is preliminary documentation and is subject to change.]
Found clinicians.
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<SelfSchedulingClinician> Clinicians { get; set; }
Public Property Clinicians As List(Of SelfSchedulingClinician)
Get
Set
public:
property List<SelfSchedulingClinician^>^ Clinicians {
List<SelfSchedulingClinician^>^ get ();
void set (List<SelfSchedulingClinician^>^ value);
}
member Clinicians : List<SelfSchedulingClinician> with get, set
Property Value
Type:
ListSelfSchedulingClinician
See Also