
Uses of Class
org.hl7.fhir.r5.model.MeasureReport.MeasureReportGroupPopulationComponent
Packages that use MeasureReport.MeasureReportGroupPopulationComponent
-
Uses of MeasureReport.MeasureReportGroupPopulationComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return MeasureReport.MeasureReportGroupPopulationComponentModifier and TypeMethodDescriptionJsonParser.parseMeasureReportGroupPopulationComponent(com.google.gson.JsonObject json) XmlParser.parseMeasureReportGroupPopulationComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type MeasureReport.MeasureReportGroupPopulationComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeMeasureReportGroupPopulationComponent(String name, MeasureReport.MeasureReportGroupPopulationComponent element) protected voidRdfParser.composeMeasureReportGroupPopulationComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, MeasureReport.MeasureReportGroupPopulationComponent element, int index) protected voidXmlParser.composeMeasureReportGroupPopulationComponent(String name, MeasureReport.MeasureReportGroupPopulationComponent element) protected voidXmlParser.composeMeasureReportGroupPopulationComponentElements(MeasureReport.MeasureReportGroupPopulationComponent element) protected voidJsonParser.composeMeasureReportGroupPopulationComponentProperties(MeasureReport.MeasureReportGroupPopulationComponent element) protected booleanXmlParser.parseMeasureReportGroupPopulationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport.MeasureReportGroupPopulationComponent res) protected voidJsonParser.parseMeasureReportGroupPopulationComponentProperties(com.google.gson.JsonObject json, MeasureReport.MeasureReportGroupPopulationComponent res) -
Uses of MeasureReport.MeasureReportGroupPopulationComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.model that return MeasureReport.MeasureReportGroupPopulationComponentModifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupComponent.addPopulation()MeasureReport.MeasureReportGroupPopulationComponent.addSubjectReport(Reference t) MeasureReport.MeasureReportGroupPopulationComponent.copy()MeasureReport.MeasureReportGroupComponent.getPopulationFirstRep()MeasureReport.MeasureReportGroupPopulationComponent.setCode(CodeableConcept value) MeasureReport.MeasureReportGroupPopulationComponent.setCount(int value) MeasureReport.MeasureReportGroupPopulationComponent.setCountElement(IntegerType value) MeasureReport.MeasureReportGroupPopulationComponent.setLinkIdElement(StringType value) MeasureReport.MeasureReportGroupPopulationComponent.setSubjectReport(List<Reference> theSubjectReport) MeasureReport.MeasureReportGroupPopulationComponent.setSubjectResults(Reference value) MeasureReport.MeasureReportGroupPopulationComponent.setSubjects(Reference value) Methods in org.hl7.fhir.r5.model that return types with arguments of type MeasureReport.MeasureReportGroupPopulationComponentMethods in org.hl7.fhir.r5.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.r5.model with type arguments of type MeasureReport.MeasureReportGroupPopulationComponentModifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupComponent.setPopulation(List<MeasureReport.MeasureReportGroupPopulationComponent> thePopulation)