Uses of Class
org.hl7.fhir.r4.model.TestReport.TestReportResult
-
Packages that use TestReport.TestReportResult Package Description org.hl7.fhir.r4.model -
-
Uses of TestReport.TestReportResult in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type TestReport.TestReportResult Modifier and Type Field Description protected Enumeration<TestReport.TestReportResult>TestReport. resultThe overall result from the execution of the TestScript.Methods in org.hl7.fhir.r4.model that return TestReport.TestReportResult Modifier and Type Method Description static TestReport.TestReportResultTestReport.TestReportResult. fromCode(String codeString)TestReport.TestReportResultTestReport.TestReportResultEnumFactory. fromCode(String codeString)TestReport.TestReportResultTestReport. getResult()static TestReport.TestReportResultTestReport.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.Methods in org.hl7.fhir.r4.model that return types with arguments of type TestReport.TestReportResult Modifier and Type Method Description Enumeration<TestReport.TestReportResult>TestReport.TestReportResultEnumFactory. fromType(Base code)Enumeration<TestReport.TestReportResult>TestReport. getResultElement()Methods in org.hl7.fhir.r4.model with parameters of type TestReport.TestReportResult Modifier and Type Method Description TestReportTestReport. setResult(TestReport.TestReportResult value)StringTestReport.TestReportResultEnumFactory. toCode(TestReport.TestReportResult code)StringTestReport.TestReportResultEnumFactory. toSystem(TestReport.TestReportResult code)Method parameters in org.hl7.fhir.r4.model with type arguments of type TestReport.TestReportResult Modifier and Type Method Description TestReportTestReport. setResultElement(Enumeration<TestReport.TestReportResult> value)
-