
Uses of Class
org.hl7.fhir.r5.model.MeasureReport.MeasureReportGroupStratifierComponent
Packages that use MeasureReport.MeasureReportGroupStratifierComponent
-
Uses of MeasureReport.MeasureReportGroupStratifierComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return MeasureReport.MeasureReportGroupStratifierComponentModifier and TypeMethodDescriptionJsonParser.parseMeasureReportGroupStratifierComponent
(com.google.gson.JsonObject json) XmlParser.parseMeasureReportGroupStratifierComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type MeasureReport.MeasureReportGroupStratifierComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeMeasureReportGroupStratifierComponent
(String name, MeasureReport.MeasureReportGroupStratifierComponent element) protected void
RdfParser.composeMeasureReportGroupStratifierComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, MeasureReport.MeasureReportGroupStratifierComponent element, int index) protected void
XmlParser.composeMeasureReportGroupStratifierComponent
(String name, MeasureReport.MeasureReportGroupStratifierComponent element) protected void
XmlParser.composeMeasureReportGroupStratifierComponentElements
(MeasureReport.MeasureReportGroupStratifierComponent element) protected void
JsonParser.composeMeasureReportGroupStratifierComponentProperties
(MeasureReport.MeasureReportGroupStratifierComponent element) protected boolean
XmlParser.parseMeasureReportGroupStratifierComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport.MeasureReportGroupStratifierComponent res) protected void
JsonParser.parseMeasureReportGroupStratifierComponentProperties
(com.google.gson.JsonObject json, MeasureReport.MeasureReportGroupStratifierComponent res) -
Uses of MeasureReport.MeasureReportGroupStratifierComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type MeasureReport.MeasureReportGroupStratifierComponentModifier and TypeFieldDescriptionMeasureReport.MeasureReportGroupComponent.stratifier
When a measure includes multiple stratifiers, there will be a stratifier group for each stratifier defined by the measure.Methods in org.hl7.fhir.r5.model that return MeasureReport.MeasureReportGroupStratifierComponentModifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupComponent.addStratifier()
MeasureReport.MeasureReportGroupStratifierComponent.addStratum
(MeasureReport.StratifierGroupComponent t) MeasureReport.MeasureReportGroupStratifierComponent.copy()
MeasureReport.MeasureReportGroupComponent.getStratifierFirstRep()
MeasureReport.MeasureReportGroupStratifierComponent.setCode
(CodeableConcept value) MeasureReport.MeasureReportGroupStratifierComponent.setLinkIdElement
(StringType value) MeasureReport.MeasureReportGroupStratifierComponent.setStratum
(List<MeasureReport.StratifierGroupComponent> theStratum) Methods in org.hl7.fhir.r5.model that return types with arguments of type MeasureReport.MeasureReportGroupStratifierComponentMethods in org.hl7.fhir.r5.model with parameters of type MeasureReport.MeasureReportGroupStratifierComponentModifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupComponent.addStratifier
(MeasureReport.MeasureReportGroupStratifierComponent t) void
MeasureReport.MeasureReportGroupStratifierComponent.copyValues
(MeasureReport.MeasureReportGroupStratifierComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type MeasureReport.MeasureReportGroupStratifierComponentModifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupComponent.setStratifier
(List<MeasureReport.MeasureReportGroupStratifierComponent> theStratifier)