_81.structured_answers

Field Type Null Default Key Extra Comment
sra_id int(11) NO PRI auto_increment
sra_cus_id int(11) NO MUL Customer Id
sra_cli_id int(11) NO MUL Client Id
sra_scmp_id int(11) NO Structured Question (System Component) Id
sra_pat_id int(11) NO MUL Patient Id
sra_enc_id int(11) NO MUL Patient Id
sra_eslv_id int(11) NO MUL Patient Id
sra_cs_id int(11) NO MUL Code System ID, 0 if custom question
sra_code varchar(45) NO MUL Code if code based question
sra_answer varchar(256) NO Patient's answer
sra_answer_display varchar(256) NO Patient's user readable answer
sra_recorded_dt datetime YES MUL Date & Time answer was asked & recorded
sra_modified timestamp YES CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP
sra_created timestamp YES CURRENT_TIMESTAMP

References

Local Column References