OutgoingSecureMessageModel
Model used to set information about an outgoing secure message.
| Name | Description | Type | Additional information |
|---|---|---|---|
| FromSecureRecipientExternalId |
External ID of the sender of the secure message. This is the Secure Recipient's unique ID on integrating system (Required). |
string |
None. |
| FromSecureRecipientName |
Name of the sender of the secure message. This is the Secure Recipient's name on the integrating system (Read only). |
string |
None. |
| Patients |
List of patients that will receive the secure message. |
Collection of PatientRecipientModel |
None. |
| Subject |
Subject of the secure message. |
string |
None. |
| Body |
Body of the secure message. |
string |
None. |
| Status |
Current status of the outgoing secure message. Possible values: Draft, Sent. |
string |
None. |
| Priority |
Current priority of the outgoing secure messages. Possible values: Normal, High, Low. |
string |
None. |
| CreationDate |
Creation date (Read only). |
date |
None. |
| SentDate |
Sent date (Read only). |
date |
None. |
| FileData |
List of file attachments |
Collection of FileAttachmentModel |
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. |