| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<TestReport.TestReportResult> |
TestReport.result
The overall result from the execution of the TestScript.
|
| Modifier and Type | Method and Description |
|---|---|
static TestReport.TestReportResult |
TestReport.TestReportResult.fromCode(String codeString) |
TestReport.TestReportResult |
TestReport.TestReportResultEnumFactory.fromCode(String codeString) |
TestReport.TestReportResult |
TestReport.getResult() |
static TestReport.TestReportResult |
TestReport.TestReportResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestReport.TestReportResult[] |
TestReport.TestReportResult.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.TestReportResult> |
TestReport.TestReportResultEnumFactory.fromType(Base code) |
Enumeration<TestReport.TestReportResult> |
TestReport.getResultElement() |
| Modifier and Type | Method and Description |
|---|---|
TestReport |
TestReport.setResult(TestReport.TestReportResult value) |
String |
TestReport.TestReportResultEnumFactory.toCode(TestReport.TestReportResult code) |
String |
TestReport.TestReportResultEnumFactory.toSystem(TestReport.TestReportResult code) |
| Modifier and Type | Method and Description |
|---|---|
TestReport |
TestReport.setResultElement(Enumeration<TestReport.TestReportResult> 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.