Uses of Class
com.ibm.fhir.model.type.code.TestReportStatus
-
Packages that use TestReportStatus Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of TestReportStatus in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return TestReportStatus Modifier and Type Method Description TestReportStatusTestReport. getStatus()The current state of this test report.Methods in com.ibm.fhir.model.resource with parameters of type TestReportStatus Modifier and Type Method Description TestReport.BuilderTestReport.Builder. status(TestReportStatus status)The current state of this test report. -
Uses of TestReportStatus in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as TestReportStatus Modifier and Type Field Description static TestReportStatusTestReportStatus. COMPLETEDCompletedstatic TestReportStatusTestReportStatus. ENTERED_IN_ERROREntered In Errorstatic TestReportStatusTestReportStatus. IN_PROGRESSIn Progressstatic TestReportStatusTestReportStatus. STOPPEDStoppedstatic TestReportStatusTestReportStatus. WAITINGWaitingMethods in com.ibm.fhir.model.type.code that return TestReportStatus Modifier and Type Method Description TestReportStatusTestReportStatus.Builder. build()static TestReportStatusTestReportStatus. of(TestReportStatus.ValueSet value)Factory method for creating TestReportStatus objects from a passed enum value.static TestReportStatusTestReportStatus. of(String value)Factory method for creating TestReportStatus objects from a passed string value.
-