Uses of Class
org.hl7.fhir.r4.model.MeasureReport.MeasureReportGroupStratifierComponent
-
Uses of MeasureReport.MeasureReportGroupStratifierComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseMeasureReportMeasureReportGroupStratifierComponent
(com.google.gson.JsonObject json, MeasureReport owner) XmlParser.parseMeasureReportMeasureReportGroupStratifierComponent
(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeMeasureReportMeasureReportGroupStratifierComponent
(String name, MeasureReport.MeasureReportGroupStratifierComponent element) protected void
RdfParser.composeMeasureReportMeasureReportGroupStratifierComponent
(Turtle.Complex parent, String parentType, String name, MeasureReport.MeasureReportGroupStratifierComponent element, int index) protected void
XmlParser.composeMeasureReportMeasureReportGroupStratifierComponent
(String name, MeasureReport.MeasureReportGroupStratifierComponent element) protected void
XmlParser.composeMeasureReportMeasureReportGroupStratifierComponentElements
(MeasureReport.MeasureReportGroupStratifierComponent element) protected void
JsonParser.composeMeasureReportMeasureReportGroupStratifierComponentInner
(MeasureReport.MeasureReportGroupStratifierComponent element) protected boolean
XmlParser.parseMeasureReportMeasureReportGroupStratifierComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.MeasureReportGroupStratifierComponent res) protected void
JsonParser.parseMeasureReportMeasureReportGroupStratifierComponentProperties
(com.google.gson.JsonObject json, MeasureReport owner, MeasureReport.MeasureReportGroupStratifierComponent res) -
Uses of MeasureReport.MeasureReportGroupStratifierComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionMeasureReport.MeasureReportGroupComponent.stratifier
When a measure includes multiple stratifiers, there will be a stratifier group for each stratifier defined by the measure.Modifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupStratifierComponent.addCode
(CodeableConcept t) MeasureReport.MeasureReportGroupComponent.addStratifier()
MeasureReport.MeasureReportGroupStratifierComponent.addStratum
(MeasureReport.StratifierGroupComponent t) MeasureReport.MeasureReportGroupStratifierComponent.copy()
MeasureReport.MeasureReportGroupComponent.getStratifierFirstRep()
MeasureReport.MeasureReportGroupStratifierComponent.setCode
(List<CodeableConcept> theCode) MeasureReport.MeasureReportGroupStratifierComponent.setStratum
(List<MeasureReport.StratifierGroupComponent> theStratum) Modifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupComponent.addStratifier
(MeasureReport.MeasureReportGroupStratifierComponent t) void
MeasureReport.MeasureReportGroupStratifierComponent.copyValues
(MeasureReport.MeasureReportGroupStratifierComponent dst) Modifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupComponent.setStratifier
(List<MeasureReport.MeasureReportGroupStratifierComponent> theStratifier)