Uses of Class
org.hl7.fhir.r4.model.MeasureReport.MeasureReportGroupStratifierComponent
-
Packages that use MeasureReport.MeasureReportGroupStratifierComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of MeasureReport.MeasureReportGroupStratifierComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return MeasureReport.MeasureReportGroupStratifierComponent Modifier and Type Method Description protected MeasureReport.MeasureReportGroupStratifierComponentJsonParser. parseMeasureReportMeasureReportGroupStratifierComponent(com.google.gson.JsonObject json, MeasureReport owner)protected MeasureReport.MeasureReportGroupStratifierComponentXmlParser. parseMeasureReportMeasureReportGroupStratifierComponent(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner) -
Uses of MeasureReport.MeasureReportGroupStratifierComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type MeasureReport.MeasureReportGroupStratifierComponent Modifier and Type Field Description protected List<MeasureReport.MeasureReportGroupStratifierComponent>MeasureReport.MeasureReportGroupComponent. stratifierWhen a measure includes multiple stratifiers, there will be a stratifier group for each stratifier defined by the measure.Methods in org.hl7.fhir.r4.model that return types with arguments of type MeasureReport.MeasureReportGroupStratifierComponent Modifier and Type Method Description List<MeasureReport.MeasureReportGroupStratifierComponent>MeasureReport.MeasureReportGroupComponent. getStratifier()Methods in org.hl7.fhir.r4.model with parameters of type MeasureReport.MeasureReportGroupStratifierComponent Modifier and Type Method Description MeasureReport.MeasureReportGroupComponentMeasureReport.MeasureReportGroupComponent. addStratifier(MeasureReport.MeasureReportGroupStratifierComponent t)voidMeasureReport.MeasureReportGroupStratifierComponent. copyValues(MeasureReport.MeasureReportGroupStratifierComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type MeasureReport.MeasureReportGroupStratifierComponent Modifier and Type Method Description MeasureReport.MeasureReportGroupComponentMeasureReport.MeasureReportGroupComponent. setStratifier(List<MeasureReport.MeasureReportGroupStratifierComponent> theStratifier)
-