RegistryOverrideAuditHistory
The table contains the audit history for manual registry overrides for a given patient. Each row represents one change to a registry override.
| Column Name | Type | Description |
|---|---|---|
| PatientIdentification | VARCHAR | The unique ID of the patient record for this row. This column is frequently used to link to the PATIENT table. |
| RegistryOverrideAuditLineNumber | INTEGER | The line number for the information associated with this record. Multiple pieces of information can be associated with this record. |
| RegistryOverrideChangeType | INTEGER | This audit item holds the type of change made to the registry override. |
| CommunityLogicalOwnerIdentifier | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |
| RecordOwnerCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this record or line. This is only populated if you use IntraConnect. |
| RegistryOverrideExpirationDate | DATETIME | This audit item stores the expire date for the override. |
| RegistryOverrideReason | INTEGER | This audit item holds the reason given for the registry override. |
| RegistryHistoryIdentifier | NUMERIC | This audit item holds the ID of the registry. |
| RegistryOverrideUpdateInstant | DATETIME | This audit item stores the instant of update for a registry override. |
| UpdateUserIdentifier | VARCHAR | This audit item holds the user who made the change to the registry override. |
| RegistryOverrideType | INTEGER | This audit item tracks whether an override is an inclusion override or an exclusion override. |