Uses of Class
org.hl7.fhir.dstu2016may.model.MeasureReport.MeasureReportGroupPopulationComponent
-
Packages that use MeasureReport.MeasureReportGroupPopulationComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of MeasureReport.MeasureReportGroupPopulationComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return MeasureReport.MeasureReportGroupPopulationComponent Modifier and Type Method Description protected MeasureReport.MeasureReportGroupPopulationComponentJsonParser. parseMeasureReportMeasureReportGroupPopulationComponent(com.google.gson.JsonObject json, MeasureReport owner)protected MeasureReport.MeasureReportGroupPopulationComponentXmlParser. parseMeasureReportMeasureReportGroupPopulationComponent(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type MeasureReport.MeasureReportGroupPopulationComponent Modifier and Type Method Description protected voidJsonParser. composeMeasureReportMeasureReportGroupPopulationComponent(String name, MeasureReport.MeasureReportGroupPopulationComponent element)protected voidRdfParser. composeMeasureReportMeasureReportGroupPopulationComponent(RdfGenerator.Complex parent, String parentType, String name, MeasureReport.MeasureReportGroupPopulationComponent element, int index)protected voidXmlParser. composeMeasureReportMeasureReportGroupPopulationComponent(String name, MeasureReport.MeasureReportGroupPopulationComponent element)protected voidJsonParser. composeMeasureReportMeasureReportGroupPopulationComponentInner(MeasureReport.MeasureReportGroupPopulationComponent element) -
Uses of MeasureReport.MeasureReportGroupPopulationComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type MeasureReport.MeasureReportGroupPopulationComponent Modifier and Type Field Description protected List<MeasureReport.MeasureReportGroupPopulationComponent>MeasureReport.MeasureReportGroupComponent. populationThe populations that make up the population group, one for each type of population appropriate for the measure.Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type MeasureReport.MeasureReportGroupPopulationComponent Modifier and Type Method Description List<MeasureReport.MeasureReportGroupPopulationComponent>MeasureReport.MeasureReportGroupComponent. getPopulation()Methods in org.hl7.fhir.dstu2016may.model with parameters of type MeasureReport.MeasureReportGroupPopulationComponent Modifier and Type Method Description MeasureReport.MeasureReportGroupComponentMeasureReport.MeasureReportGroupComponent. addPopulation(MeasureReport.MeasureReportGroupPopulationComponent t)
-