PatientEducationMaterialModel
Model used to retrieve or set information about a patient education material.
| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientExternalId |
ID of the patient in the integrating system (Required). |
string |
None. |
| DoctorExternalId |
Doctor's unique ID on integrating system (Required). |
string |
None. |
| Name |
Name of the patient education material (Required). |
string |
None. |
| Type |
Patient education material types: Document, Link or Video (Required). |
string |
None. |
| Active |
Patient education material is active or not.(Default value true). |
boolean |
None. |
| URL |
URL of the patient education material. |
string |
None. |
| Reviews |
How many times this patient has seen this patient education material. |
string |
None. |
| DateAddedUtc |
The date when the patient education material was inserted (Read only). |
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. |