You can generate a report showing user activities completed in the application during a specific time period.
The report displays details for all events recorded in the DrCloudEHR database. By default the report includes all events, but you can filter the report by users, event types, and patients. For example, you might want to create a report showing activities logged for a specific provider for a specific patient.
You can download the report to a zip file containing the report in comma-separated value (CSV) and HTML formats.
The report contains the following columns:
Column | Description |
---|---|
Date | Timestamp for the event. |
Event | Type of event. |
User | User who performed the activity. |
PatientID | Patient associated with the activity. |
Success | 1 indicates the application successfully retrieved event data from the database. 0 indicates a failure to retrieve the data. |
Comments | SQL statement displaying the event details retrieved the database. Review this column to understand what we done during the event. |
Complete the following steps to generate a user activity log: