| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<TestReport.TestReportStatus> |
TestReport.status
The current state of this test report.
|
| Modifier and Type | Method and Description |
|---|---|
static TestReport.TestReportStatus |
TestReport.TestReportStatus.fromCode(String codeString) |
TestReport.TestReportStatus |
TestReport.TestReportStatusEnumFactory.fromCode(String codeString) |
TestReport.TestReportStatus |
TestReport.getStatus() |
static TestReport.TestReportStatus |
TestReport.TestReportStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestReport.TestReportStatus[] |
TestReport.TestReportStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<TestReport.TestReportStatus> |
TestReport.TestReportStatusEnumFactory.fromType(Base code) |
Enumeration<TestReport.TestReportStatus> |
TestReport.getStatusElement() |
| Modifier and Type | Method and Description |
|---|---|
TestReport |
TestReport.setStatus(TestReport.TestReportStatus value) |
String |
TestReport.TestReportStatusEnumFactory.toCode(TestReport.TestReportStatus code) |
String |
TestReport.TestReportStatusEnumFactory.toSystem(TestReport.TestReportStatus code) |
| Modifier and Type | Method and Description |
|---|---|
TestReport |
TestReport.setStatusElement(Enumeration<TestReport.TestReportStatus> value) |
| Constructor and Description |
|---|
TestReport(Enumeration<TestReport.TestReportStatus> status,
Reference testScript,
Enumeration<TestReport.TestReportResult> result)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.