
Uses of Class
org.hl7.fhir.r5.model.MeasureReport.StratifierGroupPopulationComponent
Packages that use MeasureReport.StratifierGroupPopulationComponent
-
Uses of MeasureReport.StratifierGroupPopulationComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return MeasureReport.StratifierGroupPopulationComponentModifier and TypeMethodDescriptionJsonParser.parseMeasureReportStratifierGroupPopulationComponent(com.google.gson.JsonObject json) XmlParser.parseMeasureReportStratifierGroupPopulationComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type MeasureReport.StratifierGroupPopulationComponentModifier and TypeMethodDescriptionprotected 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.composeStratifierGroupPopulationComponent(String name, MeasureReport.StratifierGroupPopulationComponent element) protected voidJsonParser.composeStratifierGroupPopulationComponentProperties(MeasureReport.StratifierGroupPopulationComponent element) protected booleanXmlParser.parseMeasureReportStratifierGroupPopulationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport.StratifierGroupPopulationComponent res) protected voidJsonParser.parseMeasureReportStratifierGroupPopulationComponentProperties(com.google.gson.JsonObject json, MeasureReport.StratifierGroupPopulationComponent res) -
Uses of MeasureReport.StratifierGroupPopulationComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.model that return MeasureReport.StratifierGroupPopulationComponentModifier and TypeMethodDescriptionMeasureReport.StratifierGroupComponent.addPopulation()MeasureReport.StratifierGroupPopulationComponent.addSubjectReport(Reference t) MeasureReport.StratifierGroupPopulationComponent.copy()MeasureReport.StratifierGroupComponent.getPopulationFirstRep()MeasureReport.StratifierGroupPopulationComponent.setCode(CodeableConcept value) MeasureReport.StratifierGroupPopulationComponent.setCount(int value) MeasureReport.StratifierGroupPopulationComponent.setCountElement(IntegerType value) MeasureReport.StratifierGroupPopulationComponent.setLinkIdElement(StringType value) MeasureReport.StratifierGroupPopulationComponent.setSubjectReport(List<Reference> theSubjectReport) MeasureReport.StratifierGroupPopulationComponent.setSubjectResults(Reference value) MeasureReport.StratifierGroupPopulationComponent.setSubjects(Reference value) Methods in org.hl7.fhir.r5.model that return types with arguments of type MeasureReport.StratifierGroupPopulationComponentMethods in org.hl7.fhir.r5.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.r5.model with type arguments of type MeasureReport.StratifierGroupPopulationComponentModifier and TypeMethodDescriptionMeasureReport.StratifierGroupComponent.setPopulation(List<MeasureReport.StratifierGroupPopulationComponent> thePopulation)