Class AuditEventActionCodes
Indicator for type of action performed during the event that generated the audit.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class AuditEventActionCodes : object
Fields
| Improve this Doc View SourceCreate
Create a new database object, such as placing an order.
Declaration
public static readonly Coding Create
Field Value
Type | Description |
---|---|
Coding |
Delete
Delete items, such as a doctor master file record.
Declaration
public static readonly Coding Delete
Field Value
Type | Description |
---|---|
Coding |
Execute
Perform a system or application function such as log-on, program execution or use of an object's method, or perform a query/search operation.
Declaration
public static readonly Coding Execute
Field Value
Type | Description |
---|---|
Coding |
LiteralAuditEventActionCreate
Literal for code: AuditEventActionCreate
Declaration
public const string LiteralAuditEventActionCreate = null
Field Value
Type | Description |
---|---|
System. |
LiteralAuditEventActionDelete
Literal for code: AuditEventActionDelete
Declaration
public const string LiteralAuditEventActionDelete = null
Field Value
Type | Description |
---|---|
System. |
LiteralAuditEventActionExecute
Literal for code: AuditEventActionExecute
Declaration
public const string LiteralAuditEventActionExecute = null
Field Value
Type | Description |
---|---|
System. |
LiteralAuditEventActionReadViewPrint
Literal for code: AuditEventActionReadViewPrint
Declaration
public const string LiteralAuditEventActionReadViewPrint = null
Field Value
Type | Description |
---|---|
System. |
LiteralAuditEventActionUpdate
Literal for code: AuditEventActionUpdate
Declaration
public const string LiteralAuditEventActionUpdate = null
Field Value
Type | Description |
---|---|
System. |
LiteralCreate
Literal for code: Create
Declaration
public const string LiteralCreate = null
Field Value
Type | Description |
---|---|
System. |
LiteralDelete
Literal for code: Delete
Declaration
public const string LiteralDelete = null
Field Value
Type | Description |
---|---|
System. |
LiteralExecute
Literal for code: Execute
Declaration
public const string LiteralExecute = null
Field Value
Type | Description |
---|---|
System. |
LiteralReadViewPrint
Literal for code: ReadViewPrint
Declaration
public const string LiteralReadViewPrint = null
Field Value
Type | Description |
---|---|
System. |
LiteralUpdate
Literal for code: Update
Declaration
public const string LiteralUpdate = null
Field Value
Type | Description |
---|---|
System. |
ReadViewPrint
Display or print data, such as a doctor census.
Declaration
public static readonly Coding ReadViewPrint
Field Value
Type | Description |
---|---|
Coding |
Update
Update data, such as revise patient information.
Declaration
public static readonly Coding Update
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up AuditEventAction Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |