JCM Table: dbo.AT Answer
From Sherlock Software
TABLE NAME: dbo.AT_Answer
Record answers to the question of a user asked in a CRF.
| Col ID | Name | Data Type | Description |
|---|---|---|---|
| 1 | AnswerID | int | Answer ID |
| 2 | QuestionID | int | ID of the question |
| 3 | UserID | int | ID of a user who provide the answer |
| 4 | TimeAnswered | datetime | Date and time the answer was entered |
| 5 | AnswerTypeID | tinyint | ID of answer type |
| 6 | Answer | ntext | Contents of the answer |
Back to JCM Database tables