form_eye_locking


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

Used for tracking the editing status of a form and whether it is currently being edited by a user

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null

Links to forms.form_id

pid BIGINT 19 null
patient_data.pid Defined in XML R

The internal patient identifier

IMP TEXT 65535 null
PLAN TEXT 65535 null
Resource VARCHAR 50 null
Technician VARCHAR 50 null
LOCKED VARCHAR 3 null
LOCKEDDATE TIMESTAMP 19 current_timestamp()
LOCKEDBY VARCHAR 50 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
id_pid Must be unique Asc/Asc id + pid

Relationships