Uses of Class
org.hl7.fhir.r4.model.MeasureReport.StratifierGroupPopulationComponent
Packages that use MeasureReport.StratifierGroupPopulationComponent
-
Uses of MeasureReport.StratifierGroupPopulationComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.formats with parameters of type MeasureReport.StratifierGroupPopulationComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeMeasureReportStratifierGroupPopulationComponent(String name, MeasureReport.StratifierGroupPopulationComponent element)protected voidRdfParser.composeMeasureReportStratifierGroupPopulationComponent(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.r4.model
Fields in org.hl7.fhir.r4.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.r4.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.setSubjectResults(Reference value)MeasureReport.StratifierGroupPopulationComponent.setSubjectResultsTarget(ListResource value)Methods in org.hl7.fhir.r4.model that return types with arguments of type MeasureReport.StratifierGroupPopulationComponentMethods in org.hl7.fhir.r4.model with parameters of type MeasureReport.StratifierGroupPopulationComponentModifier and TypeMethodDescriptionMeasureReport.StratifierGroupComponent.addPopulation(MeasureReport.StratifierGroupPopulationComponent t)voidMeasureReport.StratifierGroupPopulationComponent.copyValues(MeasureReport.StratifierGroupPopulationComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type MeasureReport.StratifierGroupPopulationComponentModifier and TypeMethodDescriptionMeasureReport.StratifierGroupComponent.setPopulation(List<MeasureReport.StratifierGroupPopulationComponent> thePopulation)