|
CoverageTimeFrameClinicians Property |
[This is preliminary documentation and is subject to change.]
Clinician user ids for time frame.
Namespace: SnapMD.VirtualCare.ApiModels.Scheduling.CoverageAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic List<int> Clinicians { get; set; }
Public Property Clinicians As List(Of Integer)
Get
Set
public:
property List<int>^ Clinicians {
List<int>^ get ();
void set (List<int>^ value);
}
member Clinicians : List<int> with get, set
Property Value
Type:
ListInt32
See Also