FormFileSignatureModel
Model used to contain form file signature of patient.
| Name | Description | Type | Additional information |
|---|---|---|---|
| FormFileSignatureId |
Unique ID of the form file signature |
integer |
None. |
| FormFileId |
Unique ID of the signed form file. |
integer |
None. |
| FormFileName |
Name of the signed form file. |
string |
None. |
| FormFileFileName |
File name of the signed form file. |
string |
None. |
| PatientFullName |
Fullname of patient who signed the form file. |
string |
None. |
| PatientBirthday |
Date of birth of patient who signed the form file. |
date |
None. |
| PatientExternalId |
External ID of patient who signed the form file. |
string |
None. |
| SignatureDate |
Date of signature/acceptance. |
date |
None. |
| AlreadySent |
Indicates whether sent to EHR or not. |
boolean |
None. |
| HasSignatureFileBinaryData |
Indicates if signed file is available or not. |
boolean |
None. |