Uses of Class
org.hl7.fhir.dstu3.model.MeasureReport.MeasureReportGroupStratifierComponent
-
Packages that use MeasureReport.MeasureReportGroupStratifierComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of MeasureReport.MeasureReportGroupStratifierComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.model
Fields in org.hl7.fhir.dstu3.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.dstu3.model that return MeasureReport.MeasureReportGroupStratifierComponent Modifier and Type Method Description MeasureReport.MeasureReportGroupStratifierComponentMeasureReport.MeasureReportGroupComponent. addStratifier()MeasureReport.MeasureReportGroupStratifierComponentMeasureReport.MeasureReportGroupStratifierComponent. addStratum(MeasureReport.StratifierGroupComponent t)MeasureReport.MeasureReportGroupStratifierComponentMeasureReport.MeasureReportGroupStratifierComponent. copy()MeasureReport.MeasureReportGroupStratifierComponentMeasureReport.MeasureReportGroupComponent. getStratifierFirstRep()MeasureReport.MeasureReportGroupStratifierComponentMeasureReport.MeasureReportGroupStratifierComponent. setIdentifier(Identifier value)MeasureReport.MeasureReportGroupStratifierComponentMeasureReport.MeasureReportGroupStratifierComponent. setStratum(List<MeasureReport.StratifierGroupComponent> theStratum)Methods in org.hl7.fhir.dstu3.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.dstu3.model with parameters of type MeasureReport.MeasureReportGroupStratifierComponent Modifier and Type Method Description MeasureReport.MeasureReportGroupComponentMeasureReport.MeasureReportGroupComponent. addStratifier(MeasureReport.MeasureReportGroupStratifierComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type MeasureReport.MeasureReportGroupStratifierComponent Modifier and Type Method Description MeasureReport.MeasureReportGroupComponentMeasureReport.MeasureReportGroupComponent. setStratifier(List<MeasureReport.MeasureReportGroupStratifierComponent> theStratifier)
-