|
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. |
|
|