Click or drag to resize

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
Members
  Member nameValueDescription
PID0 The metadata represents a patient identifier
ProcessName1 The object is a process name
RemoteHost2 Identifies the remote host as an IP address
ForwardInformation3 Identifies the remote endpoint
LocalEndpoint4 Identifies the local endpoint
SubmissionTime5 Identifies the time a batch was submitted
OriginalFormat6 Identifies if an object was in original format
SubmissionStatus7 Identifies the status of the object
Priority8 Identifies the priority of the object
Classification9 Identifies the object classification
SessionId10 Identifies the object as a session identifier
EnterpriseSiteID11 Identifies the object as an enterprise site identifier
AuditSourceID12 Identifies the object's metadata as the source
AuditSourceType13 Identifies the source type
CorrelationToken14 Allows the correlation of data between audits
See Also