L_TISS_Form table

From CCMDB Wiki
Jump to navigation Jump to search

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        | 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) | ???                                   |
| import_date     | date     | date imported                         |
+-----------------+----------+---------------------------------------+