UserActionLogLoginEven
This table stores user action log data about login events. Each row represents a login event.
| Column Name | Type | Description |
|---|---|---|
| IsLoginUserMedicalAssistantFlag | VARCHAR | Flag to indicate if login user was working as a medical assistant (MA) at time of login. 'Y' indicates the user was an MA at time of login. 'N' indicates the user was not an MA at the time of login. NULL indicates the login precedes the existence of this column. |
| LoginEventWorkstationIdentifier | VARCHAR | The unique identifier of the workstation record associated with the login event. |
| UserActionLogLoginEventKey | NUMERIC | Surrogate key used to uniquely identify the user action log login event. |
| LoginActionWorkstationDateTime | DATETIME | The instant of the login event using the time zone of the workstation record. |
| LoginUserIsSurgeonFlag | VARCHAR | Flag to indicate if login user was working as a surgeon at time of login. 'Y' indicates the user was a surgeon at time of login. 'N' indicates the user was not a surgeon at the time of login. NULL indicates the login precedes the existence of this column. |
| OperatingSystemUserName | VARCHAR | The operating system login name used by the user when signing into Epic. This column is not populated for mobile data. |
| LoginUserIsResidentFlag | VARCHAR | Flag to indicate if login user was working as a resident at time of login. 'Y' indicates the user was a resident at time of login. 'N' indicates the user was not a resident at the time of login. NULL indicates the login precedes the existence of this column. |
| LoginUserIsTherapistFlag | VARCHAR | Flag to indicate if login user was working as a therapist at time of login. 'Y' indicates the user was a therapist at time of login. 'N' indicates the user was not a therapist at the time of login. NULL indicates the login precedes the existence of this column. |
| LoginEventUserIdentifier | VARCHAR | The unique ID of the user associated with the login event. This column is frequently used to link to the CLARITY_EMP table. |
| IsLoginUserOccupationalTherapist | VARCHAR | Flag to indicate if login user was working as an occupational therapist (OT) at time of login. 'Y' indicates the user was an OT at time of login. 'N' indicates the user was not an OT at the time of login. NULL indicates the login precedes the existence of this column. |
| CommunityLogOwnerInstanceIdentifier | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |
| IsUserDentistAtLogin | VARCHAR | Flag to indicate if login user was working as a dentist at time of login. 'Y' indicates the user was a dentist at time of login. 'N' indicates the user was not a dentist at the time of login. NULL indicates the login precedes the existence of this column. |
| IsLoginUserPhysicianFlag | VARCHAR | Flag to indicate if login user was working as a physician at time of login. 'Y' indicates the user was a physician at time of login. 'N' indicates the user was not a physician at the time of login. NULL indicates the login precedes the existence of this column. |
| IsPatientCareTechnician | VARCHAR | Flag to indicate if login user was working as a patient care tech (PCT) at time of login. 'Y' indicates the user was a PCT at time of login. 'N' indicates the user was not a PCT at the time of login. NULL indicates the login precedes the existence of this column. |
| LoginEventTypeCategory | INTEGER | The category ID for the type of login event. This is usually the same as the internal ID. If you use Intraconnect, this is the Community ID (CID). |
| IsSpeechLanguagePathologistFlag | VARCHAR | Flag to indicate if login user was working as a speech language pathologist (SLP) at time of login. 'Y' indicates the user was an SLP at time of login. 'N' indicates the user was not an SLP at the time of login. NULL indicates the login precedes the existence of this column. |
| WasLoginUserRespiratoryTherapist | VARCHAR | Flag to indicate if login user was working as a respiratory therapist (RT) at time of login. 'Y' indicates the user was a RT at time of login. 'N' indicates the user was not a RT at the time of login. NULL indicates the login precedes the existence of this column. |
| IsNonClinicalUserFlag | VARCHAR | Flag to indicate if login user was labeled as a non-clinical user at time of login. 'Y' indicates the user was a non-clinical user at time of login. 'N' indicates the user was not a non-clinical user at the time of login. NULL indicates the login precedes the existence of this column. An example of a non-clinical user is an analyst. |
| LoginAction | DATETIME | The UTC instant of the login event. |
| LoginAsPhysicalTherapistIndicator | VARCHAR | Flag to indicate if login user was working as a physical therapist (PT) at time of login. 'Y' indicates the user was a PT at time of login. 'N' indicates the user was not a PT at the time of login. NULL indicates the login precedes the existence of this column. |
| WasLoginAsPhlebotomistFlag | VARCHAR | Flag to indicate if login user was working as a phlebotomist at time of login. 'Y' indicates the user was a phlebotomist at time of login. 'N' indicates the user was not a phlebotomist at the time of login. NULL indicates the login precedes the existence of this column. |
| LoginDepartmentIdentifier | NUMERIC | The unique ID of the department associated with the login event. This column is frequently used to link to the CLARITY_DEP table. |
| ClientLoginApplication | INTEGER | The client application from which the user completed the login event. |
| WasLoginUserNurseFlag | VARCHAR | Flag to indicate if login user was working as a nurse at time of login. 'Y' indicates the user was a nurse at time of login. 'N' indicates the user was not a nurse at the time of login. NULL indicates the login precedes the existence of this column. |