Patient state


Contents

Description

Attributes

Column Name Type Default Description
Primary Key patient_state_id int
Required patient_program_id patient_program.patient_program_id int
Required state program_workflow_state.program_workflow_state_id int
start_date date NULL
end_date date NULL
Required creator users.user_id int
changed_by users.user_id int NULL
date_changed datetime NULL
Required voided bit
voided_by users.user_id int NULL
date_voided datetime NULL
void_reason varchar(255) NULL
Primary Key primary key, Required required