![](/hapi-fhir/images/logos/raccoon-forwards.png)
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.StratifierGroupComponent
JsonParser.parseMeasureReportStratifierGroupComponent
(com.google.gson.JsonObject json, MeasureReport owner) protected MeasureReport.StratifierGroupComponent
XmlParser.parseMeasureReportStratifierGroupComponent
(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner) Methods in org.hl7.fhir.r4.formats with parameters of type MeasureReport.StratifierGroupComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeMeasureReportStratifierGroupComponent
(String name, MeasureReport.StratifierGroupComponent element) protected void
RdfParser.composeMeasureReportStratifierGroupComponent
(Turtle.Complex parent, String parentType, String name, MeasureReport.StratifierGroupComponent element, int index) protected void
XmlParser.composeMeasureReportStratifierGroupComponent
(String name, MeasureReport.StratifierGroupComponent element) protected void
XmlParser.composeMeasureReportStratifierGroupComponentElements
(MeasureReport.StratifierGroupComponent element) protected void
JsonParser.composeMeasureReportStratifierGroupComponentInner
(MeasureReport.StratifierGroupComponent element) protected boolean
XmlParser.parseMeasureReportStratifierGroupComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.StratifierGroupComponent res) protected void
JsonParser.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.stratum
This 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) void
MeasureReport.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)