AppointmentContactAuditActions
The PAT_ENC_ES_AUD_ACT table contains scheduling system's auditing of actions taken on appointment contacts.
| Column Name | Type | Description |
|---|---|---|
| AppointmentContactActionTime | DATETIME | The instant that the action took place. |
| AuditLineNumber | INTEGER | The number of audit lines for the patient and contact date. |
| IsPatientInitiatedOnlineAudit | VARCHAR | Computed item that returns whether or not the audit source is considered to be from an online, patient or patient proxy initiated source. |
| PatientRecordIdentifier | VARCHAR | The unique ID assigned to the patient record for the audited record. This ID may be encrypted if you have elected to use enterprise reporting’s encryption utility. |
| Audit | VARCHAR | The user who executed the action. |
| AuditingApplication | INTEGER | The application that caused the action. |
| AuditUtcDateTime | DATETIME | This column contains the UTC date and time that the action occurred. The data in this column is identical to the data in ES_AUDIT_TIME with the exception of the time zone shift. This column will not be populated for appointments created prior to Epic 2012. |