
Uses of Class
org.hl7.fhir.dstu3.model.MeasureReport.StratifierGroupPopulationComponent
Packages that use MeasureReport.StratifierGroupPopulationComponent
-
Uses of MeasureReport.StratifierGroupPopulationComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return MeasureReport.StratifierGroupPopulationComponentModifier and TypeMethodDescriptionJsonParser.parseMeasureReportStratifierGroupPopulationComponent(com.google.gson.JsonObject json, MeasureReport owner) XmlParser.parseMeasureReportStratifierGroupPopulationComponent(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type MeasureReport.StratifierGroupPopulationComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeMeasureReportStratifierGroupPopulationComponent(String name, MeasureReport.StratifierGroupPopulationComponent element) protected voidRdfParser.composeMeasureReportStratifierGroupPopulationComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, MeasureReport.StratifierGroupPopulationComponent element, int index) protected voidXmlParser.composeMeasureReportStratifierGroupPopulationComponent(String name, MeasureReport.StratifierGroupPopulationComponent element) protected voidXmlParser.composeMeasureReportStratifierGroupPopulationComponentElements(MeasureReport.StratifierGroupPopulationComponent element) protected voidJsonParser.composeMeasureReportStratifierGroupPopulationComponentInner(MeasureReport.StratifierGroupPopulationComponent element) protected booleanXmlParser.parseMeasureReportStratifierGroupPopulationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.StratifierGroupPopulationComponent res) protected voidJsonParser.parseMeasureReportStratifierGroupPopulationComponentProperties(com.google.gson.JsonObject json, MeasureReport owner, MeasureReport.StratifierGroupPopulationComponent res) -
Uses of MeasureReport.StratifierGroupPopulationComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type MeasureReport.StratifierGroupPopulationComponentModifier and TypeFieldDescriptionMeasureReport.StratifierGroupComponent.populationThe populations that make up the stratum, one for each type of population appropriate to the measure.Methods in org.hl7.fhir.dstu3.model that return MeasureReport.StratifierGroupPopulationComponentModifier and TypeMethodDescriptionMeasureReport.StratifierGroupComponent.addPopulation()MeasureReport.StratifierGroupPopulationComponent.copy()MeasureReport.StratifierGroupComponent.getPopulationFirstRep()MeasureReport.StratifierGroupPopulationComponent.setCode(CodeableConcept value) MeasureReport.StratifierGroupPopulationComponent.setCount(int value) MeasureReport.StratifierGroupPopulationComponent.setCountElement(IntegerType value) MeasureReport.StratifierGroupPopulationComponent.setIdentifier(Identifier value) MeasureReport.StratifierGroupPopulationComponent.setPatients(Reference value) MeasureReport.StratifierGroupPopulationComponent.setPatientsTarget(ListResource value) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type MeasureReport.StratifierGroupPopulationComponentMethods in org.hl7.fhir.dstu3.model with parameters of type MeasureReport.StratifierGroupPopulationComponentModifier and TypeMethodDescriptionMeasureReport.StratifierGroupComponent.addPopulation(MeasureReport.StratifierGroupPopulationComponent t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type MeasureReport.StratifierGroupPopulationComponentModifier and TypeMethodDescriptionMeasureReport.StratifierGroupComponent.setPopulation(List<MeasureReport.StratifierGroupPopulationComponent> thePopulation)