Uses of Class
org.hl7.fhir.dstu3.model.MeasureReport.MeasureReportGroupPopulationComponent
-
Packages that use MeasureReport.MeasureReportGroupPopulationComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of MeasureReport.MeasureReportGroupPopulationComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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) -
Uses of MeasureReport.MeasureReportGroupPopulationComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.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.dstu3.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.dstu3.model with parameters of type MeasureReport.MeasureReportGroupPopulationComponent Modifier and Type Method Description MeasureReport.MeasureReportGroupComponentMeasureReport.MeasureReportGroupComponent. addPopulation(MeasureReport.MeasureReportGroupPopulationComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type MeasureReport.MeasureReportGroupPopulationComponent Modifier and Type Method Description MeasureReport.MeasureReportGroupComponentMeasureReport.MeasureReportGroupComponent. setPopulation(List<MeasureReport.MeasureReportGroupPopulationComponent> thePopulation)
-