Uses of Class
com.ibm.fhir.model.type.code.TestReportResult
-
Packages that use TestReportResult Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of TestReportResult in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return TestReportResult Modifier and Type Method Description TestReportResultTestReport. getResult()The overall result from the execution of the TestScript.Methods in com.ibm.fhir.model.resource with parameters of type TestReportResult Modifier and Type Method Description TestReport.BuilderTestReport.Builder. result(TestReportResult result)The overall result from the execution of the TestScript. -
Uses of TestReportResult in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as TestReportResult Modifier and Type Field Description static TestReportResultTestReportResult. FAILFailstatic TestReportResultTestReportResult. PASSPassstatic TestReportResultTestReportResult. PENDINGPendingMethods in com.ibm.fhir.model.type.code that return TestReportResult Modifier and Type Method Description TestReportResultTestReportResult.Builder. build()static TestReportResultTestReportResult. of(TestReportResult.ValueSet value)Factory method for creating TestReportResult objects from a passed enum value.static TestReportResultTestReportResult. of(String value)Factory method for creating TestReportResult objects from a passed string value.
-