S TISS Reference table: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 1: Line 1:
The '''S_TISS_Reference''' table in [[TISS28 Data.mdb]] contains one line for each TISS item.
{{DISPLAYTITLE:s_TISS_Reference table}}The '''s_TISS_Reference''' table in [[TISS28 Data.mdb]] contains one line for each TISS item.


== Data Structure ==
== Data Structure ==

Latest revision as of 16:06, 2023 May 17

The s_TISS_Reference table in TISS28 Data.mdb contains one line for each TISS item.

Data Structure

+------------------+-------------+--------------------------------------- 
| Field            | Type        | Meaning                                
+------------------+-------------+--------------------------------------- 
| TISS_ITEM_NO     | byte        | TISS item number
| TISS_ITEM_TEXT   | string(255) | text on File:TISS28 Form.pdf              
| TISS_ITEM_POINTS | byte        | # of points given for TISS score          
| TISS_ITEM_CHECK  | byte        | ? whether it should be checked against other items? 
+------------------+-------------+---------------------------------------