public enum ReportStatusCodes extends Enum<ReportStatusCodes>
| Enum Constant and Description |
|---|
COMPLETED
All test operations have completed.
|
ENTEREDINERROR
This test report was entered or created in error.
|
INPROGRESS
A test operations is currently executing.
|
NULL
added to help the parsers
|
STOPPED
The test script execution was manually stopped.
|
WAITING
A test operation is waiting for an external client request.
|
| Modifier and Type | Method and Description |
|---|---|
static ReportStatusCodes |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ReportStatusCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportStatusCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportStatusCodes COMPLETED
public static final ReportStatusCodes INPROGRESS
public static final ReportStatusCodes WAITING
public static final ReportStatusCodes STOPPED
public static final ReportStatusCodes ENTEREDINERROR
public static final ReportStatusCodes NULL
public static ReportStatusCodes[] values()
for (ReportStatusCodes c : ReportStatusCodes.values()) System.out.println(c);
public static ReportStatusCodes 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 ReportStatusCodes 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.