|
AppointmentsRequestIncludePatientCoUsers Property |
[This is preliminary documentation and is subject to change.]
Flag indicates search should include patient co-users or not.
Namespace: SnapMD.VirtualCare.ApiModels.SchedulingAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic Nullable<bool> IncludePatientCoUsers { get; set; }
Public Property IncludePatientCoUsers As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> IncludePatientCoUsers {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member IncludePatientCoUsers : Nullable<bool> with get, set
Property Value
Type:
NullableBoolean
The include patient co-userss.
See Also