
Uses of Class
org.hl7.fhir.dstu3.model.MeasureReport.MeasureReportGroupPopulationComponent
Packages that use MeasureReport.MeasureReportGroupPopulationComponent
-
Uses of MeasureReport.MeasureReportGroupPopulationComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.formats with parameters of type MeasureReport.MeasureReportGroupPopulationComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeMeasureReportMeasureReportGroupPopulationComponent(String name, MeasureReport.MeasureReportGroupPopulationComponent element) protected voidRdfParser.composeMeasureReportMeasureReportGroupPopulationComponent(org.hl7.fhir.utilities.turtle.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.dstu3.model
Fields in org.hl7.fhir.dstu3.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.dstu3.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.setIdentifier(Identifier value) MeasureReport.MeasureReportGroupPopulationComponent.setPatients(Reference value) MeasureReport.MeasureReportGroupPopulationComponent.setPatientsTarget(ListResource value) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type MeasureReport.MeasureReportGroupPopulationComponentMethods in org.hl7.fhir.dstu3.model with parameters of type MeasureReport.MeasureReportGroupPopulationComponentModifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupComponent.addPopulation(MeasureReport.MeasureReportGroupPopulationComponent t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type MeasureReport.MeasureReportGroupPopulationComponentModifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupComponent.setPopulation(List<MeasureReport.MeasureReportGroupPopulationComponent> thePopulation)