UserActivityWorkspaceHourlySummary
This table stores user action log data about how activities were used within workspace actions summarized by hour of the day. Each row represents an activity in which a user took actions on a workstation for an hour of the day, summarized by workspace kind and subkind.
| Column Name | Type | Description |
|---|---|---|
| HistoryPointSourceCategoryItem | NUMERIC | The source category item for the history point, if it's a category ID. This column can be used with HISTORY_POINT_INI and HISTORY_POINT_ID to join to ALL_CATEGORIES and get the category title for the history point. For example, if the history point is an InBasket message type, which is stored in I EOW 30, this column would be 30, HISTORY_POINT_INI would be 'EOW,' and HISTORY_POINT_ID would be the category ID of the message type. |
| SecondQuarterActiveDurationInSeconds | INTEGER | The number of seconds the user spent in the activity during the second quarter of the hour. |
| EpicReleasedActivityIdentification | NUMERIC | The E2N ID of the Epic-released E2N record mapped to the value in ACTIVITY_ID. For Epic-released E2N records, this will be the same as the value in ACTIVITY_ID. |
| UserActionLogActivityHourKey | NUMERIC | Surrogate key used to uniquely identify the user action log activity hour. |
| HistoryPointRecordIdentifier | VARCHAR | The record ID or category ID of the history point of the activity. For example, if the user were in a particular flowsheet template in the flowsheets activity, this would be the FLT ID. This can either be an FLT ID, LVN ID, LCE ID, LQT ID, or a category ID. If HISTORY_POINT_ITEM is null, this is a record ID, so use HISTORY_POINT_INI to identify the record type. |
| TotalSecondsActiveInHour | INTEGER | The number of seconds the user spent in the activity during the hour. |
| PaneFocusTypeCategory | INTEGER | The category ID for the type of pane focus from which the activity was used. This is usually the same as the internal ID. If you use Intraconnect, this is the Community ID (CID). |
| LoggingInstanceCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |
| ActiveDurationSecondsFirstQuarter | INTEGER | The number of seconds the user spent in the activity during the first quarter of the hour. |
| WorkspaceSubkindContext | VARCHAR | The context in which the clinical workspace was opened which uniquely identifies the workspace when combined with the workspace kind. |
| ApplicationConnectionMode | INTEGER | The app's connection mode and the network connectivity status of the application when the user accessed the activity. |
| RecordOwnerCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this record or line. This is only populated if you use IntraConnect. |
| ActivityUtcHourDateTime | DATETIME | The UTC hour during which the user visited the activity from the workstation. |
| ActivityIdentifier | NUMERIC | The unique identifier of the activity record opened during the hour. |
| SecondsActiveFourthQuarter | INTEGER | The number of seconds the user spent in the activity during the fourth quarter of the hour. |
| ThirdQuarterActive | INTEGER | The number of seconds the user spent in the activity during the third quarter of the hour. |
| HistoryPointInitial | VARCHAR | The INI of the history point of the activity. For example, if the user were in a particular flowsheet template in the flowsheets activity, this would be 'FLT.' |
| WorkstationIdentifier | VARCHAR | The unique identifier of the workstation record from which the user visited activities during the hour. |
| EpicReleasedHistoryPointLinkedRecordIdentifier | VARCHAR | The LVN ID of the Epic-released LVN record mapped to the value in HISTORY_POINT_ID. For Epic-released LVN records, this will be the same as the value in HISTORY_POINT_ID. If this HISTORY_POINT_INI is not "LVN," this column will be NULL. |
| WorkspaceDescriptor | VARCHAR | The descriptor of the workspace record which uniquely identifies the workspace when combined with the workspace subkind. |