|
AppointmentsRequestIncludePatientDependents Property |
[This is preliminary documentation and is subject to change.]
Flag indicates search should include patient dependents 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> IncludePatientDependents { get; set; }
Public Property IncludePatientDependents As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> IncludePatientDependents {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member IncludePatientDependents : Nullable<bool> with get, set
Property Value
Type:
NullableBoolean
The include patient dependents.
See Also