common.test_codes_results
| Field | Type | Null | Default | Key | Extra | Comment |
|---|---|---|---|---|---|---|
| tcr_id | int(11) | NO | PRI | auto_increment | ||
| tcr_lab_id | int(11) | NO | MUL | |||
| tcr_code | varchar(45) | NO | MUL | |||
| tcr_code_name | text | NO | ||||
| tcr_loinc_code | varchar(10) | NO | MUL | LOINC Code i.e.(489-4) | ||
| tcr_units_of_measure | text | NO | ||||
| tcr_modified | timestamp | YES | CURRENT_TIMESTAMP | on update CURRENT_TIMESTAMP | ||
| tcr_created | timestamp | YES | CURRENT_TIMESTAMP |
References
| Local Column | References | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| tcr_id |
|