Uses of Class
org.hl7.fhir.dstu3.model.Measure.MeasureGroupPopulationComponent
-
Packages that use Measure.MeasureGroupPopulationComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of Measure.MeasureGroupPopulationComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Measure.MeasureGroupPopulationComponent Modifier and Type Method Description protected Measure.MeasureGroupPopulationComponentJsonParser. parseMeasureMeasureGroupPopulationComponent(com.google.gson.JsonObject json, Measure owner)protected Measure.MeasureGroupPopulationComponentXmlParser. parseMeasureMeasureGroupPopulationComponent(org.xmlpull.v1.XmlPullParser xpp, Measure owner) -
Uses of Measure.MeasureGroupPopulationComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.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.dstu3.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.dstu3.model with parameters of type Measure.MeasureGroupPopulationComponent Modifier and Type Method Description Measure.MeasureGroupComponentMeasure.MeasureGroupComponent. addPopulation(Measure.MeasureGroupPopulationComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Measure.MeasureGroupPopulationComponent Modifier and Type Method Description Measure.MeasureGroupComponentMeasure.MeasureGroupComponent. setPopulation(List<Measure.MeasureGroupPopulationComponent> thePopulation)
-