Uses of Class
org.hl7.fhir.r4.model.MeasureReport.StratifierGroupComponentComponent
-
Uses of MeasureReport.StratifierGroupComponentComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseMeasureReportStratifierGroupComponentComponent
(com.google.gson.JsonObject json, MeasureReport owner) XmlParser.parseMeasureReportStratifierGroupComponentComponent
(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeMeasureReportStratifierGroupComponentComponent
(String name, MeasureReport.StratifierGroupComponentComponent element) protected void
RdfParser.composeMeasureReportStratifierGroupComponentComponent
(Turtle.Complex parent, String parentType, String name, MeasureReport.StratifierGroupComponentComponent element, int index) protected void
XmlParser.composeMeasureReportStratifierGroupComponentComponent
(String name, MeasureReport.StratifierGroupComponentComponent element) protected void
XmlParser.composeMeasureReportStratifierGroupComponentComponentElements
(MeasureReport.StratifierGroupComponentComponent element) protected void
JsonParser.composeMeasureReportStratifierGroupComponentComponentInner
(MeasureReport.StratifierGroupComponentComponent element) protected boolean
XmlParser.parseMeasureReportStratifierGroupComponentComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.StratifierGroupComponentComponent res) protected void
JsonParser.parseMeasureReportStratifierGroupComponentComponentProperties
(com.google.gson.JsonObject json, MeasureReport owner, MeasureReport.StratifierGroupComponentComponent res) -
Uses of MeasureReport.StratifierGroupComponentComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionMeasureReport.StratifierGroupComponent.component
A stratifier component value.Modifier and TypeMethodDescriptionMeasureReport.StratifierGroupComponent.addComponent()
MeasureReport.StratifierGroupComponentComponent.copy()
MeasureReport.StratifierGroupComponent.getComponentFirstRep()
MeasureReport.StratifierGroupComponentComponent.setCode
(CodeableConcept value) MeasureReport.StratifierGroupComponentComponent.setValue
(CodeableConcept value) Modifier and TypeMethodDescriptionMeasureReport.StratifierGroupComponent.addComponent
(MeasureReport.StratifierGroupComponentComponent t) void
MeasureReport.StratifierGroupComponentComponent.copyValues
(MeasureReport.StratifierGroupComponentComponent dst) Modifier and TypeMethodDescriptionMeasureReport.StratifierGroupComponent.setComponent
(List<MeasureReport.StratifierGroupComponentComponent> theComponent)