Uses of Class
org.hl7.fhir.r4.model.TestReport.TestReportStatus
-
Packages that use TestReport.TestReportStatus Package Description org.hl7.fhir.r4.model -
-
Uses of TestReport.TestReportStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type TestReport.TestReportStatus Modifier and Type Field Description protected Enumeration<TestReport.TestReportStatus>TestReport. statusThe current state of this test report.Methods in org.hl7.fhir.r4.model that return TestReport.TestReportStatus Modifier and Type Method Description static TestReport.TestReportStatusTestReport.TestReportStatus. fromCode(String codeString)TestReport.TestReportStatusTestReport.TestReportStatusEnumFactory. fromCode(String codeString)TestReport.TestReportStatusTestReport. getStatus()static TestReport.TestReportStatusTestReport.TestReportStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TestReport.TestReportStatus[]TestReport.TestReportStatus. 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.TestReportStatus Modifier and Type Method Description Enumeration<TestReport.TestReportStatus>TestReport.TestReportStatusEnumFactory. fromType(Base code)Enumeration<TestReport.TestReportStatus>TestReport. getStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type TestReport.TestReportStatus Modifier and Type Method Description TestReportTestReport. setStatus(TestReport.TestReportStatus value)StringTestReport.TestReportStatusEnumFactory. toCode(TestReport.TestReportStatus code)StringTestReport.TestReportStatusEnumFactory. toSystem(TestReport.TestReportStatus code)Method parameters in org.hl7.fhir.r4.model with type arguments of type TestReport.TestReportStatus Modifier and Type Method Description TestReportTestReport. setStatusElement(Enumeration<TestReport.TestReportStatus> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type TestReport.TestReportStatus Constructor Description TestReport(Enumeration<TestReport.TestReportStatus> status, Reference testScript, Enumeration<TestReport.TestReportResult> result)Constructor
-