Uses of Enum
org.hl7.fhir.r5.model.TestReport.TestReportResult
Packages that use TestReport.TestReportResult
-
Uses of TestReport.TestReportResult in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.model that return TestReport.TestReportResultModifier and TypeMethodDescriptionstatic TestReport.TestReportResultTestReport.getResult()static TestReport.TestReportResultReturns 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.r5.model that return types with arguments of type TestReport.TestReportResultMethods in org.hl7.fhir.r5.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.r5.model with type arguments of type TestReport.TestReportResultModifier and TypeMethodDescriptionTestReport.setResultElement(Enumeration<TestReport.TestReportResult> value) Constructors in org.hl7.fhir.r5.model with parameters of type TestReport.TestReportResultModifierConstructorDescriptionTestReport(TestReport.TestReportStatus status, Reference testScript, TestReport.TestReportResult result) Constructor