Uses of Class
org.hl7.fhir.dstu2016may.model.Measure.MeasureGroupPopulationComponent
-
Packages that use Measure.MeasureGroupPopulationComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of Measure.MeasureGroupPopulationComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.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)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type Measure.MeasureGroupPopulationComponent Modifier and Type Method Description protected voidJsonParser. composeMeasureMeasureGroupPopulationComponent(String name, Measure.MeasureGroupPopulationComponent element)protected voidRdfParser. composeMeasureMeasureGroupPopulationComponent(RdfGenerator.Complex parent, String parentType, String name, Measure.MeasureGroupPopulationComponent element, int index)protected voidXmlParser. composeMeasureMeasureGroupPopulationComponent(String name, Measure.MeasureGroupPopulationComponent element)protected voidJsonParser. composeMeasureMeasureGroupPopulationComponentInner(Measure.MeasureGroupPopulationComponent element) -
Uses of Measure.MeasureGroupPopulationComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.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.dstu2016may.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.dstu2016may.model with parameters of type Measure.MeasureGroupPopulationComponent Modifier and Type Method Description Measure.MeasureGroupComponentMeasure.MeasureGroupComponent. addPopulation(Measure.MeasureGroupPopulationComponent t)
-