PATIENT_DOCS
Description:
The PATIENT_DOCS table contains information about each document that is attached to a patient record, including scanned and electronically signed documents.

Primary Key
Column Name Ordinal Position
PAT_ID 1
LINE 2

Column Information
Name Type Discontinued?
1 PAT_ID VARCHAR No
The unique ID of the patient record for this row. This column is frequently used to link to the PATIENT table.
2 LINE INTEGER No
The unique ID of the patient with this document.
3 DOC_INFO_ID VARCHAR No
The ID of the document for this patient.