Click or drag to resize
Virtual Care AppointmentStatusCode Enumeration

[This is preliminary documentation and is subject to change.]

Represents statuses of an AppointmentRequest or object.

Namespace: SnapMD.VirtualCare.ApiModels.Scheduling
Assembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntax
public enum AppointmentStatusCode
Members
  Member nameValueDescription
NotSpecified0 The variable has not been initialized.
Scheduled1 A future appointment.
Waiting2 The patient for this appointment arrived to the clinic.
CancelledByPatient3 The patient cancelled the appointment.
CancelledByProvider4 The appointment was cancelled by the Provider.
Fulfilled5 The event which the appointment represented has been initialized and the appointment is therefore fulfilled.
Transferred6 The patient was transferred to a different doctor.
See Also