Uses of Enum
org.hl7.fhir.r4.model.TestReport.TestReportStatus
-
Uses of TestReport.TestReportStatus in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<TestReport.TestReportStatus> TestReport.status
The current state of this test report.Modifier and TypeMethodDescriptionstatic TestReport.TestReportStatus
TestReport.getStatus()
static TestReport.TestReportStatus
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.Modifier and TypeMethodDescriptionTestReport.TestReportStatusEnumFactory.fromType
(PrimitiveType<?> code) TestReport.getStatusElement()
Modifier and TypeMethodDescriptionTestReport.setStatus
(TestReport.TestReportStatus value) TestReport.TestReportStatusEnumFactory.toCode
(TestReport.TestReportStatus code) TestReport.TestReportStatusEnumFactory.toSystem
(TestReport.TestReportStatus code) Modifier and TypeMethodDescriptionTestReport.setStatusElement
(Enumeration<TestReport.TestReportStatus> value) ModifierConstructorDescriptionTestReport
(Enumeration<TestReport.TestReportStatus> status, Reference testScript, Enumeration<TestReport.TestReportResult> result) Constructor