Uses of Class
org.hl7.fhir.r4.model.MeasureReport.StratifierGroupComponent
-
Uses of MeasureReport.StratifierGroupComponent in org.hl7.fhir.r4.formats
Modifier 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) Modifier 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
Modifier and TypeFieldDescriptionprotected List
<MeasureReport.StratifierGroupComponent> MeasureReport.MeasureReportGroupStratifierComponent.stratum
This element contains the results for a single stratum within the stratifier.Modifier 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) Modifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupStratifierComponent.getStratum()
Modifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupStratifierComponent.addStratum
(MeasureReport.StratifierGroupComponent t) void
MeasureReport.StratifierGroupComponent.copyValues
(MeasureReport.StratifierGroupComponent dst) Modifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupStratifierComponent.setStratum
(List<MeasureReport.StratifierGroupComponent> theStratum)