PAT_EMAILADDRESS
Description:
This table stores the patient's email addresses.

Primary Key
Column Name Ordinal Position
PAT_ID 1
LINE 2

Column Information
Name Type Discontinued?
1 PAT_ID VARCHAR No
Internal ID of the patient (.1 record ID)
2 LINE INTEGER No
The Line Count. Each line stores one of the patient's e-mail addresses.
3 EMAIL_ADDRESS VARCHAR No
Email address for this patient.