Uses of Class
org.hl7.fhir.r4b.model.MeasureReport.StratifierGroupPopulationComponent
-
Packages that use MeasureReport.StratifierGroupPopulationComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of MeasureReport.StratifierGroupPopulationComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return MeasureReport.StratifierGroupPopulationComponent Modifier and Type Method Description protected MeasureReport.StratifierGroupPopulationComponentJsonParser. parseMeasureReportStratifierGroupPopulationComponent(com.google.gson.JsonObject json)protected MeasureReport.StratifierGroupPopulationComponentXmlParser. parseMeasureReportStratifierGroupPopulationComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of MeasureReport.StratifierGroupPopulationComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.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.r4b.model that return MeasureReport.StratifierGroupPopulationComponent Modifier and Type Method Description MeasureReport.StratifierGroupPopulationComponentMeasureReport.StratifierGroupComponent. addPopulation()MeasureReport.StratifierGroupPopulationComponentMeasureReport.StratifierGroupPopulationComponent. copy()MeasureReport.StratifierGroupPopulationComponentMeasureReport.StratifierGroupComponent. getPopulationFirstRep()MeasureReport.StratifierGroupPopulationComponentMeasureReport.StratifierGroupPopulationComponent. setCode(CodeableConcept value)MeasureReport.StratifierGroupPopulationComponentMeasureReport.StratifierGroupPopulationComponent. setCount(int value)MeasureReport.StratifierGroupPopulationComponentMeasureReport.StratifierGroupPopulationComponent. setCountElement(IntegerType value)MeasureReport.StratifierGroupPopulationComponentMeasureReport.StratifierGroupPopulationComponent. setSubjectResults(Reference value)Methods in org.hl7.fhir.r4b.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.r4b.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.r4b.model with type arguments of type MeasureReport.StratifierGroupPopulationComponent Modifier and Type Method Description MeasureReport.StratifierGroupComponentMeasureReport.StratifierGroupComponent. setPopulation(List<MeasureReport.StratifierGroupPopulationComponent> thePopulation)
-