Class AuditEventOutcomeCodes
Indicates whether the event succeeded or failed
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class AuditEventOutcomeCodes : object
Fields
| Improve this Doc View SourceLiteralAuditEventOutcomeMajorFailure
Literal for code: AuditEventOutcomeMajorFailure
Declaration
public const string LiteralAuditEventOutcomeMajorFailure = null
Field Value
Type | Description |
---|---|
System. |
LiteralAuditEventOutcomeMinorFailure
Literal for code: AuditEventOutcomeMinorFailure
Declaration
public const string LiteralAuditEventOutcomeMinorFailure = null
Field Value
Type | Description |
---|---|
System. |
LiteralAuditEventOutcomeSeriousFailure
Literal for code: AuditEventOutcomeSeriousFailure
Declaration
public const string LiteralAuditEventOutcomeSeriousFailure = null
Field Value
Type | Description |
---|---|
System. |
LiteralAuditEventOutcomeSuccess
Literal for code: AuditEventOutcomeSuccess
Declaration
public const string LiteralAuditEventOutcomeSuccess = null
Field Value
Type | Description |
---|---|
System. |
LiteralMajorFailure
Literal for code: MajorFailure
Declaration
public const string LiteralMajorFailure = null
Field Value
Type | Description |
---|---|
System. |
LiteralMinorFailure
Literal for code: MinorFailure
Declaration
public const string LiteralMinorFailure = null
Field Value
Type | Description |
---|---|
System. |
LiteralSeriousFailure
Literal for code: SeriousFailure
Declaration
public const string LiteralSeriousFailure = null
Field Value
Type | Description |
---|---|
System. |
LiteralSuccess
Literal for code: Success
Declaration
public const string LiteralSuccess = null
Field Value
Type | Description |
---|---|
System. |
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 |
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 |
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 |
Success
The operation completed successfully (whether with warnings or not).
Declaration
public static readonly Coding Success
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up AuditEventOutcome Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |