Uses of Class
org.hl7.fhir.r4.model.MeasureReport.StratifierGroupComponent
Packages that use MeasureReport.StratifierGroupComponent
-
Uses of MeasureReport.StratifierGroupComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return MeasureReport.StratifierGroupComponentModifier and TypeMethodDescriptionprotected MeasureReport.StratifierGroupComponentJsonParser.parseMeasureReportStratifierGroupComponent(com.google.gson.JsonObject json, MeasureReport owner)protected MeasureReport.StratifierGroupComponentXmlParser.parseMeasureReportStratifierGroupComponent(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner)Methods in org.hl7.fhir.r4.formats with parameters of type MeasureReport.StratifierGroupComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeMeasureReportStratifierGroupComponent(String name, MeasureReport.StratifierGroupComponent element)protected voidRdfParser.composeMeasureReportStratifierGroupComponent(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.composeMeasureReportStratifierGroupComponentInner(MeasureReport.StratifierGroupComponent element)protected booleanXmlParser.parseMeasureReportStratifierGroupComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.StratifierGroupComponent res)protected voidJsonParser.parseMeasureReportStratifierGroupComponentProperties(com.google.gson.JsonObject json, MeasureReport owner, MeasureReport.StratifierGroupComponent res) -
Uses of MeasureReport.StratifierGroupComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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(Quantity value)MeasureReport.StratifierGroupComponent.setPopulation(List<MeasureReport.StratifierGroupPopulationComponent> thePopulation)MeasureReport.StratifierGroupComponent.setValue(CodeableConcept value)Methods in org.hl7.fhir.r4.model that return types with arguments of type MeasureReport.StratifierGroupComponentModifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupStratifierComponent.getStratum()Methods in org.hl7.fhir.r4.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.r4.model with type arguments of type MeasureReport.StratifierGroupComponentModifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupStratifierComponent.setStratum(List<MeasureReport.StratifierGroupComponent> theStratum)