JCM Table: dbo.AT Question

From Sherlock Software
Revision as of 18:01, 3 January 2022 by Sherlock (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

TABLE NAME: dbo.AT_Question

Records questions regarding a CRF form data.

Col ID Name Data Type Description
1 QuestionID int Question identifier
2 CategoryID smallint Question category id
3 UserID int User id who asked the question
4 TimeCreated datetime Date and time the question was asked
5 FormID int Related form id
6 PageNum tinyint Page number related to the question
7 Question ntext Question content



Back to JCM Database tables