Note


Contents

Description

Attributes

Column Name Type Default Description
Primary Key note_id int
note_type varchar(50) NULL
patient_id patient.patient_id int NULL
obs_id obs.obs_id int NULL
encounter_id encounter.encounter_id int NULL
Required text text
priority int NULL
parent note.note_id int NULL
Required creator users.user_id int
Required date_created datetime 0000-00-00 00:00:00
changed_by users.user_id int NULL
date_changed datetime NULL
Primary Key primary key, Required required