Uses of Class
org.linuxforhealth.fhir.model.resource.MeasureReport.Group.Population
-
Packages that use MeasureReport.Group.Population Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of MeasureReport.Group.Population in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.model.resource that return types with arguments of type MeasureReport.Group.Population Modifier and Type Method Description java.util.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 org.linuxforhealth.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.protected void
MeasureReport.Group.Population.Builder. validate(MeasureReport.Group.Population population)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type MeasureReport.Group.Population Modifier and Type Method Description MeasureReport.Group.Builder
MeasureReport.Group.Builder. population(java.util.Collection<MeasureReport.Group.Population> population)
The populations that make up the population group, one for each type of population appropriate for the measure.
-