Uses of Enum
org.hl7.fhir.r4.model.TestReport.TestReportResult
-
Uses of TestReport.TestReportResult in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<TestReport.TestReportResult> TestReport.result
The overall result from the execution of the TestScript.Modifier and TypeMethodDescriptionstatic TestReport.TestReportResult
TestReport.getResult()
static TestReport.TestReportResult
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 TypeMethodDescriptionTestReport.TestReportResultEnumFactory.fromType
(PrimitiveType<?> code) TestReport.getResultElement()
Modifier and TypeMethodDescriptionTestReport.setResult
(TestReport.TestReportResult value) TestReport.TestReportResultEnumFactory.toCode
(TestReport.TestReportResult code) TestReport.TestReportResultEnumFactory.toSystem
(TestReport.TestReportResult code) Modifier and TypeMethodDescriptionTestReport.setResultElement
(Enumeration<TestReport.TestReportResult> value)