PAT_PREF_PHARMACY
Description:
This table contains information on a patient's pharmacy preferences.

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 line number associated with the list of preferred pharmacy selected
3 PREF_PHARMACY_ID NUMERIC No
The preferred pharmacy ID
4 PREF_PHARMACY_ID_PHARMACY_NAME VARCHAR No
The name of the pharmacy.