FormData
org.sagebionetworks.repo.model.form.FormData
User's data gathered from a form template. All FormData belongs to a single FormGroup.
Field | Type | Description |
---|---|---|
formDataId | STRING | The system issued identifier that uniquely identifies this object. |
etag | STRING | Will change whenever there is a change to the this data or its status. |
groupId | STRING | The identifier of the group that manages this data. Required. |
name | STRING | User provided name for this submission. Required. |
createdBy | STRING | Id of the user that created this object |
createdOn | STRING | The date this object was originally created. |
modifiedOn | STRING | The date this object was last modified. |
dataFileHandleId | STRING | The identifier of the data FileHandle for this object. |
submissionStatus | SubmissionStatus | The status of a a submitted FormData object. |