
Uses of Enum Class
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.resultThe overall result from the execution of the TestScript.Methods in org.hl7.fhir.r4.model that return TestReport.TestReportResultModifier and TypeMethodDescriptionstatic TestReport.TestReportResultTestReport.getResult()static TestReport.TestReportResultReturns the enum constant of this class with the specified name.static TestReport.TestReportResult[]TestReport.TestReportResult.values()Returns an array containing the constants of this enum class, 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)