Uses of Class
org.hl7.fhir.r4.model.MeasureReport.StratifierGroupComponent
-
Packages that use MeasureReport.StratifierGroupComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of MeasureReport.StratifierGroupComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return MeasureReport.StratifierGroupComponent Modifier and Type Method Description protected MeasureReport.StratifierGroupComponentJsonParser. parseMeasureReportStratifierGroupComponent(com.google.gson.JsonObject json, MeasureReport owner)protected MeasureReport.StratifierGroupComponentXmlParser. parseMeasureReportStratifierGroupComponent(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner) -
Uses of MeasureReport.StratifierGroupComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type MeasureReport.StratifierGroupComponent Modifier and Type Field Description protected List<MeasureReport.StratifierGroupComponent>MeasureReport.MeasureReportGroupStratifierComponent. stratumThis element contains the results for a single stratum within the stratifier.Methods in org.hl7.fhir.r4.model that return types with arguments of type MeasureReport.StratifierGroupComponent Modifier and Type Method Description List<MeasureReport.StratifierGroupComponent>MeasureReport.MeasureReportGroupStratifierComponent. getStratum()Methods in org.hl7.fhir.r4.model with parameters of type MeasureReport.StratifierGroupComponent Modifier and Type Method Description MeasureReport.MeasureReportGroupStratifierComponentMeasureReport.MeasureReportGroupStratifierComponent. addStratum(MeasureReport.StratifierGroupComponent t)voidMeasureReport.StratifierGroupComponent. copyValues(MeasureReport.StratifierGroupComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type MeasureReport.StratifierGroupComponent Modifier and Type Method Description MeasureReport.MeasureReportGroupStratifierComponentMeasureReport.MeasureReportGroupStratifierComponent. setStratum(List<MeasureReport.StratifierGroupComponent> theStratum)
-