|
AppointmentsRequestPatientUserId Property |
[This is preliminary documentation and is subject to change.]
The patient user identifier. Filters patient appointments.
Namespace: SnapMD.VirtualCare.ApiModels.SchedulingAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic Nullable<int> PatientUserId { get; set; }
Public Property PatientUserId As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> PatientUserId {
Nullable<int> get ();
void set (Nullable<int> value);
}
member PatientUserId : Nullable<int> with get, set
Property Value
Type:
NullableInt32
The patient user identifier.
See Also