public enum ReportActionResultCodes extends Enum<ReportActionResultCodes>
| Enum Constant and Description |
|---|
ERROR
The action encountered a fatal error and the engine was unable to process.
|
FAIL
The action failed.
|
NULL
added to help the parsers
|
PASS
The action was successful.
|
SKIP
The action was skipped.
|
WARNING
The action passed but with warnings.
|
| Modifier and Type | Method and Description |
|---|---|
static ReportActionResultCodes |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ReportActionResultCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportActionResultCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportActionResultCodes PASS
public static final ReportActionResultCodes SKIP
public static final ReportActionResultCodes FAIL
public static final ReportActionResultCodes WARNING
public static final ReportActionResultCodes ERROR
public static final ReportActionResultCodes NULL
public static ReportActionResultCodes[] values()
for (ReportActionResultCodes c : ReportActionResultCodes.values()) System.out.println(c);
public static ReportActionResultCodes 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 ReportActionResultCodes 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.