Show / Hide Table of Contents

Class AuditEventActionCodes

Indicator for type of action performed during the event that generated the audit.

Inheritance
System.Object
AuditEventActionCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class AuditEventActionCodes : object

Fields

| Improve this Doc View Source

Create

Create a new database object, such as placing an order.

Declaration
public static readonly Coding Create
Field Value
Type Description
Coding
| Improve this Doc View Source

Delete

Delete items, such as a doctor master file record.

Declaration
public static readonly Coding Delete
Field Value
Type Description
Coding
| Improve this Doc View Source

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
| Improve this Doc View Source

LiteralAuditEventActionCreate

Literal for code: AuditEventActionCreate

Declaration
public const string LiteralAuditEventActionCreate = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAuditEventActionDelete

Literal for code: AuditEventActionDelete

Declaration
public const string LiteralAuditEventActionDelete = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAuditEventActionExecute

Literal for code: AuditEventActionExecute

Declaration
public const string LiteralAuditEventActionExecute = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAuditEventActionReadViewPrint

Literal for code: AuditEventActionReadViewPrint

Declaration
public const string LiteralAuditEventActionReadViewPrint = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAuditEventActionUpdate

Literal for code: AuditEventActionUpdate

Declaration
public const string LiteralAuditEventActionUpdate = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralCreate

Literal for code: Create

Declaration
public const string LiteralCreate = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralDelete

Literal for code: Delete

Declaration
public const string LiteralDelete = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralExecute

Literal for code: Execute

Declaration
public const string LiteralExecute = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralReadViewPrint

Literal for code: ReadViewPrint

Declaration
public const string LiteralReadViewPrint = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralUpdate

Literal for code: Update

Declaration
public const string LiteralUpdate = null
Field Value
Type Description
System.String
| Improve this Doc View Source

ReadViewPrint

Display or print data, such as a doctor census.

Declaration
public static readonly Coding ReadViewPrint
Field Value
Type Description
Coding
| Improve this Doc View Source

Update

Update data, such as revise patient information.

Declaration
public static readonly Coding Update
Field Value
Type Description
Coding
| Improve this Doc View Source

Values

Dictionary for looking up AuditEventAction Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX