Uses of Class
org.linuxforhealth.fhir.model.resource.MeasureReport.Group.Stratifier.Stratum.Population
-
Packages that use MeasureReport.Group.Stratifier.Stratum.Population Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of MeasureReport.Group.Stratifier.Stratum.Population in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return MeasureReport.Group.Stratifier.Stratum.Population Modifier and Type Method Description MeasureReport.Group.Stratifier.Stratum.Population
MeasureReport.Group.Stratifier.Stratum.Population.Builder. build()
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type MeasureReport.Group.Stratifier.Stratum.Population Modifier and Type Method Description java.util.List<MeasureReport.Group.Stratifier.Stratum.Population>
MeasureReport.Group.Stratifier.Stratum. getPopulation()
The populations that make up the stratum, one for each type of population appropriate to the measure.Methods in org.linuxforhealth.fhir.model.resource with parameters of type MeasureReport.Group.Stratifier.Stratum.Population Modifier and Type Method Description protected MeasureReport.Group.Stratifier.Stratum.Population.Builder
MeasureReport.Group.Stratifier.Stratum.Population.Builder. from(MeasureReport.Group.Stratifier.Stratum.Population population)
MeasureReport.Group.Stratifier.Stratum.Builder
MeasureReport.Group.Stratifier.Stratum.Builder. population(MeasureReport.Group.Stratifier.Stratum.Population... population)
The populations that make up the stratum, one for each type of population appropriate to the measure.protected void
MeasureReport.Group.Stratifier.Stratum.Population.Builder. validate(MeasureReport.Group.Stratifier.Stratum.Population population)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type MeasureReport.Group.Stratifier.Stratum.Population Modifier and Type Method Description MeasureReport.Group.Stratifier.Stratum.Builder
MeasureReport.Group.Stratifier.Stratum.Builder. population(java.util.Collection<MeasureReport.Group.Stratifier.Stratum.Population> population)
The populations that make up the stratum, one for each type of population appropriate to the measure.
-