GET Forms/FormEntry/Initialize
Get empty form entry
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
FormID | integer |
None. |
|
FormName | string |
None. |
|
PreviousFormID | integer |
None. |
|
Entities | Collection of integer |
None. |
|
EventID | integer |
None. |
|
ClientOrderID | integer |
None. |
|
RoleID | integer |
None. |
|
ServiceID | integer |
None. |
|
ParentFieldID | integer |
None. |
|
ParentFormID | integer |
None. |
|
IncludeBinaries | boolean |
None. |
|
CopyPreviousAnswers | boolean |
None. |
|
CachePreviousAnswers | boolean |
None. |
|
WoundLocation | string |
None. |
|
FormEntryType | FormEntryType |
None. |
Body Parameters
None.
Response Information
Resource Description
Empty FormEntryDTO
FormEntryDtoName | Description | Type | Additional information |
---|---|---|---|
Context | FormContext |
None. |
|
FormEntryID | integer |
None. |
|
PreviousFormEntryID | integer |
None. |
|
FormID | integer |
None. |
|
IsDraft | boolean |
None. |
|
Status | FormEntryStatus |
None. |
|
StatusReason | string |
None. |
|
StatusLastUpdatedByUserID | integer |
None. |
|
ReviewStatus | FormEntryReviewStatus |
None. |
|
ReviewStatusReason | string |
None. |
|
ReviewStatusLastUpdatedByUserID | integer |
None. |
|
StartDateUtc | date |
None. |
|
StopDateUtc | date |
None. |
|
DateSummary | string |
None. |
|
LockDateUtc | date |
None. |
|
CustomStatus | string |
None. |
|
CustomStatusReason | string |
None. |
|
ParentFormEntryID | integer |
None. |
|
ParentFieldID | integer |
None. |
|
RecordState | ClinicalFormRecordState |
None. |
|
CreatedByUserID | integer |
None. |
|
LastUpdatedByUserID | integer |
None. |
|
StatusLastUpdated | FormAuditDataOptionalDto |
None. |
|
ReviewStatusLastUpdated | FormAuditDataOptionalDto |
None. |
|
Entities | Collection of EntityFormDto |
None. |
|
Notes | Collection of FormEntryNoteDto |
None. |
|
ValidationResults | Collection of FormEntryValidationResultDto |
None. |
|
EventRecurrences | Collection of FormEntryEventRecurrenceDto |
None. |
|
Events | Collection of FormEntryEventDto |
None. |
|
Form | FormDto |
None. |
|
Parameters | Collection of FormFieldParameterDto |
None. |
|
Created | FormAuditDataDto |
None. |
|
LastUpdated | FormAuditDataDto |
None. |
|
RecalculateIndex | integer |
None. |
|
Permissions | FormEntryPermissionsDto |
None. |
|
FormEntryType | FormEntryType |
None. |