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.PopulationMeasureReport.Group.Population.Builder. build()Build theMeasureReport.Group.PopulationMethods 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.BuilderMeasureReport.Group.Population.Builder. from(MeasureReport.Group.Population population)MeasureReport.Group.BuilderMeasureReport.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 voidMeasureReport.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.BuilderMeasureReport.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.
-