PatientCommunicationPreferencesModel
Model used to set information about a patient's communication preferences.
| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientExternalId |
Patient's unique ID on integrating system (Required). |
string |
None. |
| CommunicationsEmail |
Email. |
string |
None. |
| AllowEmailNotifications |
Indicates whether the patient agrees to receive email reminders. |
boolean |
None. |
| CommunicationsTextPhone |
Mobile phone number. |
string |
None. |
| AllowSmsNotifications |
Indicates whether the patient agrees to receive SMS reminders. |
boolean |
None. |
| CommunicationsVoicePhone |
Primary phone number. |
string |
None. |
| AllowVoiceNotifications |
Indicates whether the patient agrees to receive voice reminders. |
boolean |
None. |
| UseDifferentEmailAndPhoneForCommunications |
Indicates if the patient will use specific email and phone numbers to receive communications (different from those on the contact information) |
boolean |
None. |