IncomingSecureMessageModel
Model used to retrieve or set information about an incoming secure message.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
ID of the incoming secure message. |
globally unique identifier |
None. |
| AccountId |
Account Id of the incoming secure message. |
globally unique identifier |
None. |
| CreationDate |
Creation date. |
date |
None. |
| PatientId |
Patient Id. |
globally unique identifier |
None. |
| PatientExternalId |
Patient External ID. |
string |
None. |
| FromRepresentative |
From representative. |
boolean |
None. |
| PatientPrefix |
Patient prefix. |
string |
None. |
| PatientFirstName |
Patient first name. |
string |
None. |
| PatientMiddleName |
Patient middle name. |
string |
None. |
| PatientLastName |
Patient last name. |
string |
None. |
| PatientSuffix |
Patient suffix. |
string |
None. |
| PatientFullName |
Patient full name. |
string |
None. |
| PatientEmailAddress |
Patient email address. |
string |
None. |
| SecureRecipientExternalId |
Secure recipient's unique ID on integrating system (Required).. |
string |
None. |
| SecureRecipientName |
Secure recipient name. |
string |
None. |
| Subject |
Subject. |
string |
None. |
| SentDate |
Sent date. |
date |
None. |
| MessageRead |
Message read. |
boolean |
None. |
| DeletedByPatient |
If this incoming secure message was deleted by a patient . |
boolean |
None. |
| DeletedByUser |
If this incoming secure message was deleted by an user . |
boolean |
None. |
| DoctorExternalId |
Doctor External ID. |
string |
None. |
| Priority |
Priority should be (Normal, High, Low). |
string |
None. |
| Status |
Status is always Sent for incoming secure messages. |
string |
None. |
| Body |
Body. |
string |
None. |
| Type |
Type should be (General, AmendmentRequest, AppointmentRequest, RefillRequest, FileSharing). |
string |
None. |
| MessageAttachmentIds |
List of message attachment Ids |
Collection of integer |
None. |