L TISS Form table: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) m |
Ttenbergen (talk | contribs) m m |
||
| Line 4: | Line 4: | ||
== Data Structure == | == Data Structure == | ||
+-----------------+----------+---------------------------------------+ | |||
| Field | Type | Meaning | | |||
+-----------------+----------+---------------------------------------+ | |||
| TISS_FORM_ID | longint | unique identifier | | |||
| PATIENT_ID | longint | [[D_ID]] in [[L_Log table]] | | |||
| BATCH_NO | longint | batch number | | |||
| BATCH_NO_TEXT | text(10) | batch number in text | | |||
| BATCH_R_DATE | datetime | ??? | | |||
| OUTPUT_FILENAME | text(255)| file name of scanned form image | | |||
| FIRST_DATE | datetime | date - first date on form? | | |||
| ITEM_DATE_GRP | text(14) | ??? | | |||
+-----------------+----------+---------------------------------------+ | |||
Revision as of 12:29, 18 April 2017
The L TISS Form table in TISS28 Data.mdb contains the data collected on File:TISS28 Form.pdf as per the TISS28 Collection Guide. It is populated by the data processor during TISS28 Form Scanning.
The data in the table is kept only for trouble shooting purposes to be able to find the image of a form.
Data Structure
+-----------------+----------+---------------------------------------+ | Field | Type | Meaning | +-----------------+----------+---------------------------------------+ | TISS_FORM_ID | longint | unique identifier | | PATIENT_ID | longint | D_ID in L_Log table | | BATCH_NO | longint | batch number | | BATCH_NO_TEXT | text(10) | batch number in text | | BATCH_R_DATE | datetime | ??? | | OUTPUT_FILENAME | text(255)| file name of scanned form image | | FIRST_DATE | datetime | date - first date on form? | | ITEM_DATE_GRP | text(14) | ??? | +-----------------+----------+---------------------------------------+