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