public static enum TestReport.TestReportStatus extends Enum<TestReport.TestReportStatus>
| 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 with the generic types
|
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 TestReport.TestReportStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static TestReport.TestReportStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestReport.TestReportStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestReport.TestReportStatus COMPLETED
public static final TestReport.TestReportStatus INPROGRESS
public static final TestReport.TestReportStatus WAITING
public static final TestReport.TestReportStatus STOPPED
public static final TestReport.TestReportStatus ENTEREDINERROR
public static final TestReport.TestReportStatus NULL
public static TestReport.TestReportStatus[] values()
for (TestReport.TestReportStatus c : TestReport.TestReportStatus.values()) System.out.println(c);
public static TestReport.TestReportStatus 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 TestReport.TestReportStatus 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.