
Uses of Enum Class
org.hl7.fhir.r4.model.TestReport.TestReportStatus
Packages that use TestReport.TestReportStatus
-
Uses of TestReport.TestReportStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type TestReport.TestReportStatusModifier and TypeFieldDescriptionprotected Enumeration<TestReport.TestReportStatus> TestReport.statusThe current state of this test report.Methods in org.hl7.fhir.r4.model that return TestReport.TestReportStatusModifier and TypeMethodDescriptionstatic TestReport.TestReportStatusTestReport.getStatus()static TestReport.TestReportStatusReturns the enum constant of this class with the specified name.static TestReport.TestReportStatus[]TestReport.TestReportStatus.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.TestReportStatusModifier and TypeMethodDescriptionTestReport.TestReportStatusEnumFactory.fromType(PrimitiveType<?> code) TestReport.getStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type TestReport.TestReportStatusModifier and TypeMethodDescriptionTestReport.setStatus(TestReport.TestReportStatus value) TestReport.TestReportStatusEnumFactory.toCode(TestReport.TestReportStatus code) TestReport.TestReportStatusEnumFactory.toSystem(TestReport.TestReportStatus code) Method parameters in org.hl7.fhir.r4.model with type arguments of type TestReport.TestReportStatusModifier and TypeMethodDescriptionTestReport.setStatusElement(Enumeration<TestReport.TestReportStatus> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type TestReport.TestReportStatusModifierConstructorDescriptionTestReport(Enumeration<TestReport.TestReportStatus> status, Reference testScript, Enumeration<TestReport.TestReportResult> result) Constructor