Click or drag to resize

AuditableObjectType Enumeration

Identifies the type of auditable objects in the system

Namespace:  SanteDB.Core.Auditing
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public enum AuditableObjectType
Members
  Member nameValueDescription
NotSpecified0 Not specified
Person1 Represents a person.
SystemObject2 Represents a system object.
Organization3 Represents an organization.
Other4 Represents an other object type.
See Also