Uses of Class
org.linuxforhealth.fhir.model.resource.MeasureReport.Group
-
Packages that use MeasureReport.Group Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of MeasureReport.Group in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return MeasureReport.Group Modifier and Type Method Description MeasureReport.Group
MeasureReport.Group.Builder. build()
Build theMeasureReport.Group
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type MeasureReport.Group Modifier and Type Method Description java.util.List<MeasureReport.Group>
MeasureReport. getGroup()
The results of the calculation, one for each population group in the measure.Methods in org.linuxforhealth.fhir.model.resource with parameters of type MeasureReport.Group Modifier and Type Method Description protected MeasureReport.Group.Builder
MeasureReport.Group.Builder. from(MeasureReport.Group group)
MeasureReport.Builder
MeasureReport.Builder. group(MeasureReport.Group... group)
The results of the calculation, one for each population group in the measure.protected void
MeasureReport.Group.Builder. validate(MeasureReport.Group group)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type MeasureReport.Group Modifier and Type Method Description MeasureReport.Builder
MeasureReport.Builder. group(java.util.Collection<MeasureReport.Group> group)
The results of the calculation, one for each population group in the measure.
-