Show / Hide Table of Contents

Class AuditEventOutcomeCodes

Indicates whether the event succeeded or failed

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

Fields

| Improve this Doc View Source

LiteralAuditEventOutcomeMajorFailure

Literal for code: AuditEventOutcomeMajorFailure

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

LiteralAuditEventOutcomeMinorFailure

Literal for code: AuditEventOutcomeMinorFailure

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

LiteralAuditEventOutcomeSeriousFailure

Literal for code: AuditEventOutcomeSeriousFailure

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

LiteralAuditEventOutcomeSuccess

Literal for code: AuditEventOutcomeSuccess

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

LiteralMajorFailure

Literal for code: MajorFailure

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

LiteralMinorFailure

Literal for code: MinorFailure

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

LiteralSeriousFailure

Literal for code: SeriousFailure

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

LiteralSuccess

Literal for code: Success

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

MajorFailure

An error of such magnitude occurred that the system is no longer available for use (i.e. the system died).

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

MinorFailure

The action was not successful due to some kind of catered for error (often equivalent to an HTTP 400 response).

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

SeriousFailure

The action was not successful due to some kind of unexpected error (often equivalent to an HTTP 500 response).

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

Success

The operation completed successfully (whether with warnings or not).

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

Values

Dictionary for looking up AuditEventOutcome 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