PatientSharedFileModel
Model used to retrieve information about files shared by patients.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
ID of the file shared by the patient. |
integer |
None. |
| PatientExternalId |
ID of the patient in the integrating system. |
string |
None. |
| PortalCreated |
Date and time when the file was received in the portal (UTC) |
date |
None. |
| DisplayName |
Meaningful name given to the file by the patient. |
string |
None. |
| FileName |
Name of the file uploaded by the patient. |
string |
None. |
| PatientComments |
Comments about the file. |
string |
None. |
| Status |
Status of the file. Possible values are New and Processed. |
string |
None. |
| AlreadySent |
Indicates whether the file shared by patient is already sent. |
boolean |
None. |
| SentOn |
Indicates the datetime when the file shared by patient was sent. |
date |
None. |
| DownloadUrl |
URL in the web project. |
string |
None. |
| ApiUrl |
URL of the API. |
string |
None. |