
Uses of Class
org.hl7.fhir.r5.model.MeasureReport.StratifierGroupComponent
Packages that use MeasureReport.StratifierGroupComponent
- 
Uses of MeasureReport.StratifierGroupComponent in org.hl7.fhir.r5.formatsMethods in org.hl7.fhir.r5.formats that return MeasureReport.StratifierGroupComponentModifier and TypeMethodDescriptionprotected MeasureReport.StratifierGroupComponentJsonParser.parseMeasureReportStratifierGroupComponent(com.google.gson.JsonObject json) protected MeasureReport.StratifierGroupComponentXmlParser.parseMeasureReportStratifierGroupComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type MeasureReport.StratifierGroupComponentModifier and TypeMethodDescriptionprotected voidRdfParser.composeMeasureReportStratifierGroupComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, MeasureReport.StratifierGroupComponent element, int index) protected voidXmlParser.composeMeasureReportStratifierGroupComponent(String name, MeasureReport.StratifierGroupComponent element) protected voidXmlParser.composeMeasureReportStratifierGroupComponentElements(MeasureReport.StratifierGroupComponent element) protected voidJsonParser.composeStratifierGroupComponent(String name, MeasureReport.StratifierGroupComponent element) protected voidJsonParser.composeStratifierGroupComponentProperties(MeasureReport.StratifierGroupComponent element) protected booleanXmlParser.parseMeasureReportStratifierGroupComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport.StratifierGroupComponent res) protected voidJsonParser.parseMeasureReportStratifierGroupComponentProperties(com.google.gson.JsonObject json, MeasureReport.StratifierGroupComponent res) 
- 
Uses of MeasureReport.StratifierGroupComponent in org.hl7.fhir.r5.modelFields in org.hl7.fhir.r5.model with type parameters of type MeasureReport.StratifierGroupComponentModifier and TypeFieldDescriptionprotected List<MeasureReport.StratifierGroupComponent> MeasureReport.MeasureReportGroupStratifierComponent.stratumThis element contains the results for a single stratum within the stratifier.Methods in org.hl7.fhir.r5.model that return MeasureReport.StratifierGroupComponentModifier and TypeMethodDescriptionMeasureReport.StratifierGroupComponent.addComponent(MeasureReport.StratifierGroupComponentComponent t) MeasureReport.StratifierGroupComponent.addPopulation(MeasureReport.StratifierGroupPopulationComponent t) MeasureReport.MeasureReportGroupStratifierComponent.addStratum()MeasureReport.StratifierGroupComponent.copy()MeasureReport.MeasureReportGroupStratifierComponent.getStratumFirstRep()MeasureReport.StratifierGroupComponent.setComponent(List<MeasureReport.StratifierGroupComponentComponent> theComponent) MeasureReport.StratifierGroupComponent.setMeasureScore(DataType value) MeasureReport.StratifierGroupComponent.setPopulation(List<MeasureReport.StratifierGroupPopulationComponent> thePopulation) Methods in org.hl7.fhir.r5.model that return types with arguments of type MeasureReport.StratifierGroupComponentModifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupStratifierComponent.getStratum()Methods in org.hl7.fhir.r5.model with parameters of type MeasureReport.StratifierGroupComponentModifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupStratifierComponent.addStratum(MeasureReport.StratifierGroupComponent t) voidMeasureReport.StratifierGroupComponent.copyValues(MeasureReport.StratifierGroupComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type MeasureReport.StratifierGroupComponentModifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupStratifierComponent.setStratum(List<MeasureReport.StratifierGroupComponent> theStratum)