Difference between revisions of "JCM Table: dbo.AT FormDataReviewStatus"

From Sherlock Software
(Created page with "===TABLE NAME: dbo.AT_FormDataReviewStatus=== {| class="wikitable" |- ! Col ID !! Name !! Data Type !! Description |- | 1 || FormID || int || |- | 2 || Complete || bit || |-...")
 
 
Line 1: Line 1:
===TABLE NAME: dbo.AT_FormDataReviewStatus===
===TABLE NAME: dbo.AT_FormDataReviewStatus===
Records data variable adulting review results in a CRF.
{| class="wikitable"
{| class="wikitable"
|-
|-
! Col ID !! Name !! Data Type !! Description
! Col ID !! Name !! Data Type !! Description
|-
|-
| 1 || FormID || int ||  
| 1 || FormID || int || ID of the form
|-
|-
| 2 || Complete || bit ||  
| 2 || Complete || bit || Complete indicator
|-
|-
| 3 || Comments || ntext ||  
| 3 || Comments || ntext || Review comments
|}
|}
</br>
</br>

Latest revision as of 17:17, 3 January 2022

TABLE NAME: dbo.AT_FormDataReviewStatus

Records data variable adulting review results in a CRF.

Col ID Name Data Type Description
1 FormID int ID of the form
2 Complete bit Complete indicator
3 Comments ntext Review comments



Back to JCM Database tables