PAT_ENC_CALL_PRPTS
Description:
This table traces the Prompts (LPQ) records followed in the Protocol during clinical calls.

Primary Key
Column Name Ordinal Position
PAT_ENC_CSN_ID 1
LINE 2

Column Information
Name Type Discontinued?
1 LINE INTEGER No
The line number for the patient call prompts.
2 CONTACT_DATE DATETIME No
The date for the encounter in standard date format.
3 CLICKED_LPQS NUMERIC No
The ID of the prompt followed during the call.
4 PAT_ENC_CSN_ID NUMERIC No
A unique serial number for this encounter. This number is unique across all patients and encounters in the system.
5 CLICKED_USER_ID VARCHAR No
User who clicked the corresponding prompt in CLICKED_LPQS column
6 CLICKED_USER_ID_NAME VARCHAR No
The name of the user record. This name may be hidden.
7 PROMPT_CLICKED_DTTM DATETIME (UTC) No
Instant when the user in CLICKED_USER_ID clicked the prompt in CLICKED_LPQs column.