_435.patients_icd9_problems_dx_modifiers
| Field | Type | Null | Default | Key | Extra | Comment |
|---|---|---|---|---|---|---|
| pipdm_id | int(11) | NO | PRI | auto_increment | ||
| pipdm_pip_id | int(11) | NO | MUL | Patient icd9 problems ID# | ||
| pipdm_cus_id | int(11) | NO | 0 | Customer ID# | ||
| pipdm_cli_id | int(11) | NO | 0 | Client ID# | ||
| pipdm_type_cs_id | int(11) | NO | 0 | Type Code System ID# | ||
| pipdm_type_code | varchar(45) | NO | ||||
| pipdm_type_desc | varchar(256) | NO | ||||
| pipdm_value_cs_id | int(11) | NO | 0 | Value Code System ID# | ||
| pipdm_value_code | varchar(45) | NO | ||||
| pipdm_value_desc | varchar(256) | NO | ||||
| pipdm_disabled | tinyint(1) | NO | 0 | DX Modifier disabled | ||
| pipdm_modified | timestamp | YES | CURRENT_TIMESTAMP | on update CURRENT_TIMESTAMP | ||
| pipdm_created | timestamp | YES | CURRENT_TIMESTAMP |
References
| Local Column | References |
|---|