Uses of Class
org.hl7.fhir.r5.model.Measure.MeasureGroupPopulationComponent
-
Packages that use Measure.MeasureGroupPopulationComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of Measure.MeasureGroupPopulationComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Measure.MeasureGroupPopulationComponent Modifier and Type Method Description protected Measure.MeasureGroupPopulationComponentJsonParser. parseMeasureGroupPopulationComponent(com.google.gson.JsonObject json)protected Measure.MeasureGroupPopulationComponentXmlParser. parseMeasureGroupPopulationComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of Measure.MeasureGroupPopulationComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Measure.MeasureGroupPopulationComponent Modifier and Type Field Description protected List<Measure.MeasureGroupPopulationComponent>Measure.MeasureGroupComponent. populationA population criteria for the measure.Methods in org.hl7.fhir.r5.model that return types with arguments of type Measure.MeasureGroupPopulationComponent Modifier and Type Method Description List<Measure.MeasureGroupPopulationComponent>Measure.MeasureGroupComponent. getPopulation()Methods in org.hl7.fhir.r5.model with parameters of type Measure.MeasureGroupPopulationComponent Modifier and Type Method Description Measure.MeasureGroupComponentMeasure.MeasureGroupComponent. addPopulation(Measure.MeasureGroupPopulationComponent t)voidMeasure.MeasureGroupPopulationComponent. copyValues(Measure.MeasureGroupPopulationComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type Measure.MeasureGroupPopulationComponent Modifier and Type Method Description Measure.MeasureGroupComponentMeasure.MeasureGroupComponent. setPopulation(List<Measure.MeasureGroupPopulationComponent> thePopulation)
-