form_taskman


If there is patient data for this table the file for this export will be found in the extracted zip folder location under the filename of form_taskman.csv

If there are non-patient data column elements that are not part of the designated record set they will be marked in the Comment's column for that data element

Description

This table holds eye related tasks for providing care to the patient.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ID BIGINT 19 null
REQ_DATE DATETIME 19 null
FROM_ID BIGINT 19 null
TO_ID BIGINT 19 null
PATIENT_ID BIGINT 19 null
patient_data.pid Defined in XML R

The internal patient identifier

DOC_TYPE VARCHAR 20 null
DOC_ID BIGINT 19 null
ENC_ID BIGINT 19 null
METHOD VARCHAR 20 null
COMPLETED VARCHAR 1 null

1 = completed

COMPLETED_DATE DATETIME 19 null
COMMENT VARCHAR 50 null
USERFIELD_1 VARCHAR 50 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc ID

Relationships