Class IssueSeverityCodes
How the issue affects the success of the action.
Inheritance
System.Object
IssueSeverityCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class IssueSeverityCodes : object
Fields
| Improve this Doc View SourceError
The issue is sufficiently important to cause the action to fail.
Declaration
public static readonly Coding Error
Field Value
Type | Description |
---|---|
Coding |
Fatal
The issue caused the action to fail, and no further checking could be performed.
Declaration
public static readonly Coding Fatal
Field Value
Type | Description |
---|---|
Coding |
Information
The issue has no relation to the degree of success of the action.
Declaration
public static readonly Coding Information
Field Value
Type | Description |
---|---|
Coding |
LiteralError
Literal for code: Error
Declaration
public const string LiteralError = null
Field Value
Type | Description |
---|---|
System. |
LiteralFatal
Literal for code: Fatal
Declaration
public const string LiteralFatal = null
Field Value
Type | Description |
---|---|
System. |
LiteralInformation
Literal for code: Information
Declaration
public const string LiteralInformation = null
Field Value
Type | Description |
---|---|
System. |
LiteralIssueSeverityError
Literal for code: IssueSeverityError
Declaration
public const string LiteralIssueSeverityError = null
Field Value
Type | Description |
---|---|
System. |
LiteralIssueSeverityFatal
Literal for code: IssueSeverityFatal
Declaration
public const string LiteralIssueSeverityFatal = null
Field Value
Type | Description |
---|---|
System. |
LiteralIssueSeverityInformation
Literal for code: IssueSeverityInformation
Declaration
public const string LiteralIssueSeverityInformation = null
Field Value
Type | Description |
---|---|
System. |
LiteralIssueSeverityWarning
Literal for code: IssueSeverityWarning
Declaration
public const string LiteralIssueSeverityWarning = null
Field Value
Type | Description |
---|---|
System. |
LiteralWarning
Literal for code: Warning
Declaration
public const string LiteralWarning = null
Field Value
Type | Description |
---|---|
System. |
Values
Dictionary for looking up IssueSeverity Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |
Warning
The issue is not important enough to cause the action to fail, but may cause it to be performed suboptimally or in a way that is not as desired.
Declaration
public static readonly Coding Warning
Field Value
Type | Description |
---|---|
Coding |