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