AppointmentModel
Model used to retrieve or set information about an appointment.
| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationExternalId |
Location's unique ID on integrating system (Required). |
string |
None. |
| DoctorExternalId |
Doctor's unique ID on integrating system (Required). |
string |
None. |
| PatientExternalId |
Patient's unique ID on integrating system (Required). |
string |
None. |
| PatientPracticeManagementSystemId |
Patient's practice management system ID on integrating system (Required). |
string |
None. |
| AppointmentStatusExternalId |
Appointment status' unique ID on integrating system (Required). |
string |
None. |
| AppointmentTypeExternalId |
Unique ID of the appointment type on integrating system. |
string |
None. |
| CancelReason |
Appointment cancellation reason. |
string |
None. |
| Start |
Date and time of the appointment. |
date |
None. |
| End |
Date and time when the appointment ends. |
date |
None. |
| Id |
Unique ID of the model in the portal (Read only). |
globally unique identifier |
None. |
| ExternalId |
Unique ID of the model on integrating system (Required). |
string |
None. |