Class DetectedIssueSeverityCodes
Code Values for the DetectedIssue.severity field
Inheritance
System.Object
DetectedIssueSeverityCodes
Assembly: fhirCsR2.dll
Syntax
public static class DetectedIssueSeverityCodes : object
Fields
|
Improve this Doc
View Source
HIGH
Declaration
public const string HIGH = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LOW
Declaration
public const string LOW = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
MODERATE
Declaration
public const string MODERATE = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Values
Declaration
public static HashSet<string> Values
Field Value
Type |
Description |
HashSet<System.String> |
|