PATHWAY_REVIEWED
Description:
Each row in this table contains information related to a user marking a pathway as reviewed in the pathway review activity.

Primary Key
Column Name Ordinal Position
TREATMENT_PLAN_ID 1
LINE 2

Column Information
Name Type Discontinued?
1 TREATMENT_PLAN_ID NUMERIC No
The unique identifier for the pathway record.
2 LINE INTEGER No
The line number for the information associated with this record. Multiple pieces of information can be associated with this record.
3 REVIEWED_BY_USER_ID VARCHAR No
The unique ID associated with the user who marked the pathway as reviewed. This column is frequently used to link to the CLARITY_EMP table.
4 REVIEWED_BY_USER_ID_NAME VARCHAR No
The name of the user record. This name may be hidden.
5 REVIEWED_AT_DTTM DATETIME (UTC) No
The instant when the pathway was marked as reviewed.
6 REVIEWED_COMMENT VARCHAR No
An optional comment that can be entered when marking a pathway as reviewed.