PAT_PERM_CMTS
Description:
This table stores any permanent comments associated with a patient record. Permanent comments appear during appointment entry and on scheduled reports. Each line represents one line of permanent comments text.

Primary Key
Column Name Ordinal Position
PAT_ID 1
LINE 2

Column Information
Name Type Discontinued?
1 PAT_ID VARCHAR No
The unique system identifier of the patient record. (EPT dot one)
2 LINE INTEGER No
The line number for the information associated with this record. Multiple pieces of information can be associated with this record.
3 PERM_CMT VARCHAR No
This column contains permanent comments about the patient. These comments appear during appointment entry and on scheduling reports.