FormModel
Model used to retrieve or set information about an form.
| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
Unique ID of the model. |
globally unique identifier |
None. |
| FormLayoutName |
Form layout name, it can be form's name. |
string |
None. |
| PatientExternalId |
Patient's unique ID on integrating system. |
string |
None. |
| PatientFullName |
Patient's name, it's composed by: first name, last name and middle name. |
string |
None. |
| Status |
Form's current status, it can be open, completed, closed, cancelled. |
string |
None. |
| CreationDate |
Form's creation date. |
date |
None. |