_999.patient_statements_messages
| Field | Type | Null | Default | Key | Extra | Comment |
|---|---|---|---|---|---|---|
| pstmsg_id | int(11) | NO | PRI | auto_increment | ||
| pstmsg_cus_id | int(11) | NO | MUL | |||
| pstmsg_cli_id | int(11) | NO | MUL | |||
| pstmsg_name | text | NO | ||||
| pstmsg_message | text | NO | ||||
| pstmsg_default | tinyint(1) | YES | 0 | Each patient statement message type can only have 1 default message | ||
| pstmsg_pstmt_id | int(11) | YES | patient statements message type ID#, ex: Standard, 0-30 Dunning etc | |||
| pstmsg_disabled | tinyint(1) | YES | 0 | |||
| pstmsg_modified | datetime | YES | CURRENT_TIMESTAMP | |||
| pstmsg_created | datetime | YES | CURRENT_TIMESTAMP |
References
| Local Column | References | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| pstmsg_id |
|