Uses of Class
com.ibm.fhir.model.resource.MeasureReport.Group.Population
-
Packages that use MeasureReport.Group.Population Package Description com.ibm.fhir.model.resource -
-
Uses of MeasureReport.Group.Population in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return MeasureReport.Group.Population Modifier and Type Method Description MeasureReport.Group.Population
MeasureReport.Group.Population.Builder. build()
Build theMeasureReport.Group.Population
Methods in com.ibm.fhir.model.resource that return types with arguments of type MeasureReport.Group.Population Modifier and Type Method Description List<MeasureReport.Group.Population>
MeasureReport.Group. getPopulation()
The populations that make up the population group, one for each type of population appropriate for the measure.Methods in com.ibm.fhir.model.resource with parameters of type MeasureReport.Group.Population Modifier and Type Method Description protected MeasureReport.Group.Population.Builder
MeasureReport.Group.Population.Builder. from(MeasureReport.Group.Population population)
MeasureReport.Group.Builder
MeasureReport.Group.Builder. population(MeasureReport.Group.Population... population)
The populations that make up the population group, one for each type of population appropriate for the measure.Method parameters in com.ibm.fhir.model.resource with type arguments of type MeasureReport.Group.Population Modifier and Type Method Description MeasureReport.Group.Builder
MeasureReport.Group.Builder. population(Collection<MeasureReport.Group.Population> population)
The populations that make up the population group, one for each type of population appropriate for the measure.
-