Uses of Class
org.hl7.fhir.r4.model.MeasureReport.StratifierGroupPopulationComponent
-
Packages that use MeasureReport.StratifierGroupPopulationComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of MeasureReport.StratifierGroupPopulationComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return MeasureReport.StratifierGroupPopulationComponent Modifier and Type Method Description protected MeasureReport.StratifierGroupPopulationComponentJsonParser. parseMeasureReportStratifierGroupPopulationComponent(com.google.gson.JsonObject json, MeasureReport owner)protected MeasureReport.StratifierGroupPopulationComponentXmlParser. parseMeasureReportStratifierGroupPopulationComponent(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner) -
Uses of MeasureReport.StratifierGroupPopulationComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type MeasureReport.StratifierGroupPopulationComponent Modifier and Type Field Description protected List<MeasureReport.StratifierGroupPopulationComponent>MeasureReport.StratifierGroupComponent. populationThe populations that make up the stratum, one for each type of population appropriate to the measure.Methods in org.hl7.fhir.r4.model that return types with arguments of type MeasureReport.StratifierGroupPopulationComponent Modifier and Type Method Description List<MeasureReport.StratifierGroupPopulationComponent>MeasureReport.StratifierGroupComponent. getPopulation()Methods in org.hl7.fhir.r4.model with parameters of type MeasureReport.StratifierGroupPopulationComponent Modifier and Type Method Description MeasureReport.StratifierGroupComponentMeasureReport.StratifierGroupComponent. addPopulation(MeasureReport.StratifierGroupPopulationComponent t)voidMeasureReport.StratifierGroupPopulationComponent. copyValues(MeasureReport.StratifierGroupPopulationComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type MeasureReport.StratifierGroupPopulationComponent Modifier and Type Method Description MeasureReport.StratifierGroupComponentMeasureReport.StratifierGroupComponent. setPopulation(List<MeasureReport.StratifierGroupPopulationComponent> thePopulation)
-