Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
TBCodedTextOid | INT | NOT NULL | This is the primary key. |
TBVisitOid | INT | NOT NULL | This is a foreign key to HTBVisit. |
TBVisitStatus | SMALLINT | NOT NULL | This is a foreign key to HTBVisit, it indicates the status of this visit. Allowable values: 0 - active, 1 - ended. |
TBColumnOid | SMALLINT | NOT NULL | This is a foreign key to the HTBColumn table. It indicates which column holds the text. |
TBCodedOid | INT | NULL | This is the selected Data Dictionary Item identifier from the HDataDictionaryItem table. |
TBCodedText | VARCHAR(200) | NOT NULL | This is the selected Data Dictionary Item text as defined in the HDataDictionaryItem table. |
TBDispositionMappingSystemDisposition | VARCHAR(16) | NULL | This indicates if this is a disposition and what is the mapped value. |
TBCodedTextStartDTimeMins | SMALLDATETIME | NOT NULL | This indicates the date/time when this value started. |
TBCodedTextStartedByOid | INT | NOT NULL | This indicates the user who set the value. |
TBCodedTextEndedDTimeMins | SMALLDATETIME | NULL | This indicates the date/time when this value ended. |
TBCodedTextEndedByOid | INT | NULL | This indicates the user who ended the value. |
TBCodedTextStartedBy | VARCHAR(100) | NOT NULL | This is the Login ID of the user who started the assignment. |
TBCodedTextEndedBy | VARCHAR(100) | NULL | This is the Login ID of the user who ended the assignment. |
TBCodedTextIsEnded | SMALLINT | NOT NULL | This indicates if the value is no longer active. Allowable Values: 0 - No, 1 - Yes. |
LastCngDtime | DATETIME | NOT NULL | This indicates the current Universal Time Coordinate or Greenwich Mean Time. |