public static enum OperationOutcome.IssueSeverity extends Enum<OperationOutcome.IssueSeverity>
| Enum Constant and Description |
|---|
ERROR
The issue is sufficiently important to cause the action to fail.
|
FATAL
The issue caused the action to fail and no further checking could be performed.
|
INFORMATION
The issue has no relation to the degree of success of the action.
|
NULL
added to help the parsers with the generic types
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static OperationOutcome.IssueSeverity |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static OperationOutcome.IssueSeverity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationOutcome.IssueSeverity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationOutcome.IssueSeverity FATAL
public static final OperationOutcome.IssueSeverity ERROR
public static final OperationOutcome.IssueSeverity WARNING
public static final OperationOutcome.IssueSeverity INFORMATION
public static final OperationOutcome.IssueSeverity NULL
public static OperationOutcome.IssueSeverity[] values()
for (OperationOutcome.IssueSeverity c : OperationOutcome.IssueSeverity.values()) System.out.println(c);
public static OperationOutcome.IssueSeverity 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 OperationOutcome.IssueSeverity 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.