form_eye_mag_impplan


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_eye_mag_impplan.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

Stores implementation plans for eye-related activities.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null
form_id BIGINT 19 null
pid BIGINT 19 null
patient_data.pid Defined in XML R

The internal patient identifier

title VARCHAR 255 null
code VARCHAR 50 null
codetype VARCHAR 50 null
codedesc VARCHAR 255 null
codetext VARCHAR 255 null
plan VARCHAR 3000 null
PMSFH_link VARCHAR 50 null
IMPPLAN_order TINYINT 3 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
second_index Must be unique Asc/Asc/Asc/Asc form_id + pid + title + plan

Relationships