DoctorModel
Model used to retrieve or set information about a doctor.
| Name | Description | Type | Additional information |
|---|---|---|---|
| LastName |
Last name of the doctor (Required). |
string |
None. |
| FirstName |
First name of the doctor |
string |
None. |
| Alias |
Alias of the doctor |
string |
None. |
| Active |
Indicates whether the doctor is active or not (Required). |
boolean |
None. |
| InHouse |
Indicates whether the doctor is in house or not (Required). |
boolean |
None. |
| LocationExternalId |
Unique ID on integrating system of the default location of the doctor. |
string |
None. |
| SecureRecipientExternalId |
Unique ID on integrating system of the secure recipient of the doctor. If the doctor is active and in house and there is no secure recipient with the specified ID, the portal will create a secure recipient automatically. If the doctor is not active or not in house, the portal will just verify that there a secure recipient with the provided ID. |
string |
None. |
| EmailAddress |
Email Address of the doctor. |
string |
None. |
| Locations |
List of locations for the doctor. |
Collection of string |
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. |