ENC_FRM_GROUPS
Description:
This table holds the list of Form Groups that were used in this patient contact. The table holds ID and Chronicles Date (DAT) pointers to these Form Groups (from the LFG master file) because they are storing the version of that Form Group that was in use when this patient contact occurred.

Primary Key
Column Name Ordinal Position
PAT_ENC_CSN_ID 1
LINE 2

Column Information
Name Type Discontinued?
1 PAT_ENC_CSN_ID NUMERIC No
This is the unique contact serial number for this contact. This number is unique across all patient encounters in your system. If you use IntraConnect, this is the Unique Contact Identifier (UCI).
2 LINE INTEGER No
This is the line number for the information associated with this contact. Multiple pieces of information can be associated with this contact.
3 PAT_ENC_DATE_REAL FLOAT No
This is a unique contact date in decimal format. The integer portion of the number indicates the date of contact. The digits after the decimal distinguish different contacts on the same date and are unique for each contact on that date. For example, .00 is the first/only contact, .01 is the second contact, etc.
4 CONTACT_DATE DATETIME No
This is the date of this contact in calendar format.
5 CM_CT_OWNER_ID VARCHAR No
This is the Community ID (CID) of the instance that owns this contact. This is only populated if you use IntraConnect.
6 FRM_GROUP_IDS NUMERIC No
To maintain an accurate history of the forms that were used to document on this patient encounter, this item holds a list of record IDs for the Form Group master file.
7 FRM_GROUP_IDS_RECORD_NAME VARCHAR No
Stores the form group record name.
8 FRM_GROUP_DATS VARCHAR No
To maintain an accurate history of the forms and versions of forms that were used to document on this patient encounter, this item holds a list of contact dates (DATs) that, together with column FRM_GROUP_IDS, point to the Form Groups master file.