Uses of Class
org.hl7.fhir.r5.model.MeasureReport.MeasureReportGroupStratifierComponent
-
Uses of MeasureReport.MeasureReportGroupStratifierComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseMeasureReportGroupStratifierComponent
(com.google.gson.JsonObject json) XmlParser.parseMeasureReportGroupStratifierComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier 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
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.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) Modifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupComponent.addStratifier
(MeasureReport.MeasureReportGroupStratifierComponent t) void
MeasureReport.MeasureReportGroupStratifierComponent.copyValues
(MeasureReport.MeasureReportGroupStratifierComponent dst) Modifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupComponent.setStratifier
(List<MeasureReport.MeasureReportGroupStratifierComponent> theStratifier)