|
AppointmentsRequestPatientIds Property |
[This is preliminary documentation and is subject to change.]
Patient Identifiers, Filter for searching appointments for list of patients.
Namespace: SnapMD.VirtualCare.ApiModels.SchedulingAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic int[] PatientIds { get; set; }
Public Property PatientIds As Integer()
Get
Set
public:
property array<int>^ PatientIds {
array<int>^ get ();
void set (array<int>^ value);
}
member PatientIds : int[] with get, set
Property Value
Type:
Int32
See Also