| AuditMetadataKey Enumeration |
Represents metadata keys
Namespace:
SanteDB.Core.Auditing
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public enum AuditMetadataKey
Public Enumeration AuditMetadataKey
public enum class AuditMetadataKey
Members
| Member name | Value | Description |
---|
| PID | 0 |
The metadata represents a patient identifier
|
| ProcessName | 1 |
The object is a process name
|
| RemoteHost | 2 |
Identifies the remote host as an IP address
|
| ForwardInformation | 3 |
Identifies the remote endpoint
|
| LocalEndpoint | 4 |
Identifies the local endpoint
|
| SubmissionTime | 5 |
Identifies the time a batch was submitted
|
| OriginalFormat | 6 |
Identifies if an object was in original format
|
| SubmissionStatus | 7 |
Identifies the status of the object
|
| Priority | 8 |
Identifies the priority of the object
|
| Classification | 9 |
Identifies the object classification
|
| SessionId | 10 |
Identifies the object as a session identifier
|
| EnterpriseSiteID | 11 |
Identifies the object as an enterprise site identifier
|
| AuditSourceID | 12 |
Identifies the object's metadata as the source
|
| AuditSourceType | 13 |
Identifies the source type
|
| CorrelationToken | 14 |
Allows the correlation of data between audits
|
See Also