![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Enum
org.hl7.fhir.r4.model.TestReport.TestReportResult
Packages that use TestReport.TestReportResult
-
Uses of TestReport.TestReportResult in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type TestReport.TestReportResultModifier and TypeFieldDescriptionprotected Enumeration
<TestReport.TestReportResult> TestReport.result
The overall result from the execution of the TestScript.Methods in org.hl7.fhir.r4.model that return TestReport.TestReportResultModifier 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.Methods in org.hl7.fhir.r4.model that return types with arguments of type TestReport.TestReportResultModifier and TypeMethodDescriptionTestReport.TestReportResultEnumFactory.fromType
(PrimitiveType<?> code) TestReport.getResultElement()
Methods in org.hl7.fhir.r4.model with parameters of type TestReport.TestReportResultModifier and TypeMethodDescriptionTestReport.setResult
(TestReport.TestReportResult value) TestReport.TestReportResultEnumFactory.toCode
(TestReport.TestReportResult code) TestReport.TestReportResultEnumFactory.toSystem
(TestReport.TestReportResult code) Method parameters in org.hl7.fhir.r4.model with type arguments of type TestReport.TestReportResultModifier and TypeMethodDescriptionTestReport.setResultElement
(Enumeration<TestReport.TestReportResult> value)