
Uses of Class
org.hl7.fhir.r4.model.MeasureReport.MeasureReportGroupPopulationComponent
Packages that use MeasureReport.MeasureReportGroupPopulationComponent
-
Uses of MeasureReport.MeasureReportGroupPopulationComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return MeasureReport.MeasureReportGroupPopulationComponentModifier and TypeMethodDescriptionJsonParser.parseMeasureReportMeasureReportGroupPopulationComponent(com.google.gson.JsonObject json, MeasureReport owner) XmlParser.parseMeasureReportMeasureReportGroupPopulationComponent(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner) Methods in org.hl7.fhir.r4.formats with parameters of type MeasureReport.MeasureReportGroupPopulationComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeMeasureReportMeasureReportGroupPopulationComponent(String name, MeasureReport.MeasureReportGroupPopulationComponent element) protected voidRdfParser.composeMeasureReportMeasureReportGroupPopulationComponent(Turtle.Complex parent, String parentType, String name, MeasureReport.MeasureReportGroupPopulationComponent element, int index) protected voidXmlParser.composeMeasureReportMeasureReportGroupPopulationComponent(String name, MeasureReport.MeasureReportGroupPopulationComponent element) protected voidXmlParser.composeMeasureReportMeasureReportGroupPopulationComponentElements(MeasureReport.MeasureReportGroupPopulationComponent element) protected voidJsonParser.composeMeasureReportMeasureReportGroupPopulationComponentInner(MeasureReport.MeasureReportGroupPopulationComponent element) protected booleanXmlParser.parseMeasureReportMeasureReportGroupPopulationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.MeasureReportGroupPopulationComponent res) protected voidJsonParser.parseMeasureReportMeasureReportGroupPopulationComponentProperties(com.google.gson.JsonObject json, MeasureReport owner, MeasureReport.MeasureReportGroupPopulationComponent res) -
Uses of MeasureReport.MeasureReportGroupPopulationComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type MeasureReport.MeasureReportGroupPopulationComponentModifier and TypeFieldDescriptionMeasureReport.MeasureReportGroupComponent.populationThe populations that make up the population group, one for each type of population appropriate for the measure.Methods in org.hl7.fhir.r4.model that return MeasureReport.MeasureReportGroupPopulationComponentModifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupComponent.addPopulation()MeasureReport.MeasureReportGroupPopulationComponent.copy()MeasureReport.MeasureReportGroupComponent.getPopulationFirstRep()MeasureReport.MeasureReportGroupPopulationComponent.setCode(CodeableConcept value) MeasureReport.MeasureReportGroupPopulationComponent.setCount(int value) MeasureReport.MeasureReportGroupPopulationComponent.setCountElement(IntegerType value) MeasureReport.MeasureReportGroupPopulationComponent.setSubjectResults(Reference value) MeasureReport.MeasureReportGroupPopulationComponent.setSubjectResultsTarget(ListResource value) Methods in org.hl7.fhir.r4.model that return types with arguments of type MeasureReport.MeasureReportGroupPopulationComponentMethods in org.hl7.fhir.r4.model with parameters of type MeasureReport.MeasureReportGroupPopulationComponentModifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupComponent.addPopulation(MeasureReport.MeasureReportGroupPopulationComponent t) voidMeasureReport.MeasureReportGroupPopulationComponent.copyValues(MeasureReport.MeasureReportGroupPopulationComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type MeasureReport.MeasureReportGroupPopulationComponentModifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupComponent.setPopulation(List<MeasureReport.MeasureReportGroupPopulationComponent> thePopulation)