Uses of Class
com.ibm.fhir.model.type.code.TestReportActionResult
-
Packages that use TestReportActionResult Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of TestReportActionResult in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return TestReportActionResult Modifier and Type Method Description TestReportActionResultTestReport.Setup.Action.Assert. getResult()The result of this assertion.TestReportActionResultTestReport.Setup.Action.Operation. getResult()The result of this operation.Methods in com.ibm.fhir.model.resource with parameters of type TestReportActionResult Modifier and Type Method Description TestReport.Setup.Action.Assert.BuilderTestReport.Setup.Action.Assert.Builder. result(TestReportActionResult result)The result of this assertion.TestReport.Setup.Action.Operation.BuilderTestReport.Setup.Action.Operation.Builder. result(TestReportActionResult result)The result of this operation. -
Uses of TestReportActionResult in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as TestReportActionResult Modifier and Type Field Description static TestReportActionResultTestReportActionResult. ERRORErrorstatic TestReportActionResultTestReportActionResult. FAILFailstatic TestReportActionResultTestReportActionResult. PASSPassstatic TestReportActionResultTestReportActionResult. SKIPSkipstatic TestReportActionResultTestReportActionResult. WARNINGWarningMethods in com.ibm.fhir.model.type.code that return TestReportActionResult Modifier and Type Method Description TestReportActionResultTestReportActionResult.Builder. build()static TestReportActionResultTestReportActionResult. of(TestReportActionResult.ValueSet value)Factory method for creating TestReportActionResult objects from a passed enum value.static TestReportActionResultTestReportActionResult. of(String value)Factory method for creating TestReportActionResult objects from a passed string value.
-