Uses of Class
org.hl7.fhir.dstu2016may.model.MeasureReport.MeasureReportGroupStratifierGroupPopulationComponent
-
Packages that use MeasureReport.MeasureReportGroupStratifierGroupPopulationComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of MeasureReport.MeasureReportGroupStratifierGroupPopulationComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return MeasureReport.MeasureReportGroupStratifierGroupPopulationComponent Modifier and Type Method Description protected MeasureReport.MeasureReportGroupStratifierGroupPopulationComponentJsonParser. parseMeasureReportMeasureReportGroupStratifierGroupPopulationComponent(com.google.gson.JsonObject json, MeasureReport owner)protected MeasureReport.MeasureReportGroupStratifierGroupPopulationComponentXmlParser. parseMeasureReportMeasureReportGroupStratifierGroupPopulationComponent(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type MeasureReport.MeasureReportGroupStratifierGroupPopulationComponent Modifier and Type Method Description protected voidJsonParser. composeMeasureReportMeasureReportGroupStratifierGroupPopulationComponent(String name, MeasureReport.MeasureReportGroupStratifierGroupPopulationComponent element)protected voidRdfParser. composeMeasureReportMeasureReportGroupStratifierGroupPopulationComponent(RdfGenerator.Complex parent, String parentType, String name, MeasureReport.MeasureReportGroupStratifierGroupPopulationComponent element, int index)protected voidXmlParser. composeMeasureReportMeasureReportGroupStratifierGroupPopulationComponent(String name, MeasureReport.MeasureReportGroupStratifierGroupPopulationComponent element)protected voidJsonParser. composeMeasureReportMeasureReportGroupStratifierGroupPopulationComponentInner(MeasureReport.MeasureReportGroupStratifierGroupPopulationComponent element) -
Uses of MeasureReport.MeasureReportGroupStratifierGroupPopulationComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type MeasureReport.MeasureReportGroupStratifierGroupPopulationComponent Modifier and Type Field Description protected List<MeasureReport.MeasureReportGroupStratifierGroupPopulationComponent>MeasureReport.MeasureReportGroupStratifierGroupComponent. populationThe populations that make up the stratum, one for each type of population appropriate to the measure.Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type MeasureReport.MeasureReportGroupStratifierGroupPopulationComponent Modifier and Type Method Description List<MeasureReport.MeasureReportGroupStratifierGroupPopulationComponent>MeasureReport.MeasureReportGroupStratifierGroupComponent. getPopulation()Methods in org.hl7.fhir.dstu2016may.model with parameters of type MeasureReport.MeasureReportGroupStratifierGroupPopulationComponent Modifier and Type Method Description MeasureReport.MeasureReportGroupStratifierGroupComponentMeasureReport.MeasureReportGroupStratifierGroupComponent. addPopulation(MeasureReport.MeasureReportGroupStratifierGroupPopulationComponent t)
-