public enum DetectedissueSeverity extends Enum<DetectedissueSeverity>
| Enum Constant and Description |
|---|
HIGH
Indicates the issue may be life-threatening or has the potential to cause permanent injury.
|
LOW
Indicates the issue may result in some adverse consequences but is unlikely to substantially affect the situation of the subject.
|
MODERATE
Indicates the issue may result in noticeable adverse consequences but is unlikely to be life-threatening or cause permanent injury.
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static DetectedissueSeverity |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static DetectedissueSeverity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DetectedissueSeverity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DetectedissueSeverity HIGH
public static final DetectedissueSeverity MODERATE
public static final DetectedissueSeverity LOW
public static final DetectedissueSeverity NULL
public static DetectedissueSeverity[] values()
for (DetectedissueSeverity c : DetectedissueSeverity.values()) System.out.println(c);
public static DetectedissueSeverity valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static DetectedissueSeverity fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.