Uses of Class
com.ibm.fhir.model.resource.TestReport
-
Packages that use TestReport Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.visitor -
-
Uses of TestReport in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return TestReport Modifier and Type Method Description TestReport
TestReport.Builder. build()
Build theTestReport
Methods in com.ibm.fhir.model.resource with parameters of type TestReport Modifier and Type Method Description protected TestReport.Builder
TestReport.Builder. from(TestReport testReport)
-
Uses of TestReport in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type TestReport Modifier and Type Method Description boolean
DefaultVisitor. visit(String elementName, int elementIndex, TestReport testReport)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(String elementName, int elementIndex, TestReport testReport)
-