| AuditableObjectRole Enumeration |
Identifies roles of objects in the audit event
Namespace:
SanteDB.Core.Auditing
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public enum AuditableObjectRole
Public Enumeration AuditableObjectRole
public enum class AuditableObjectRole
Members
| Member name | Value | Description |
---|
| Patient | 1 | |
| Location | 2 | |
| Report | 3 | |
| Resource | 4 | |
| MasterFile | 5 | |
| User | 6 | |
| List | 7 | |
| Doctor | 8 | |
| Subscriber | 9 | |
| Guarantor | 10 | |
| SecurityUser | 11 | |
| SecurityGroup | 12 | |
| SecurityResource | 13 | |
| SecurityGranularityDefinition | 14 | |
| Provider | 15 | |
| DataDestination | 16 | |
| DataRepository | 17 | |
| Schedule | 18 | |
| Customer | 19 | |
| Job | 20 | |
| JobStream | 21 | |
| Table | 22 | |
| RoutingCriteria | 23 | |
| Query | 24 | |
See Also