Click or drag to resize

AuditSourceType Enumeration

Audit source type

Namespace:  SanteDB.Core.Auditing
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public enum AuditSourceType
Members
  Member nameValueDescription
EndUserInterface1 Represents the end user interface.
DeviceOrInstrument2 Represents a device or instrument.
WebServerProcess3 Represents a web server process.
ApplicationServerProcess4 Represents an application server process.
DatabaseServerProcess5 Represents a database server process.
SecurityServerProcess6 Represents a security server process.
ISOLevel1or3Component7 Represents an ISO level 1 or level 3 component.
ISOLevel4or6Software8 Represents an ISO level 4 or 6 software.
Other9 Represents an other audit source type.
See Also