Uses of Class
org.hl7.fhir.dstu2016may.model.MeasureReport.MeasureReportGroupStratifierComponent
-
Packages that use MeasureReport.MeasureReportGroupStratifierComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of MeasureReport.MeasureReportGroupStratifierComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.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)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type MeasureReport.MeasureReportGroupStratifierComponent Modifier and Type Method Description protected voidJsonParser. composeMeasureReportMeasureReportGroupStratifierComponent(String name, MeasureReport.MeasureReportGroupStratifierComponent element)protected voidRdfParser. composeMeasureReportMeasureReportGroupStratifierComponent(RdfGenerator.Complex parent, String parentType, String name, MeasureReport.MeasureReportGroupStratifierComponent element, int index)protected voidXmlParser. composeMeasureReportMeasureReportGroupStratifierComponent(String name, MeasureReport.MeasureReportGroupStratifierComponent element)protected voidJsonParser. composeMeasureReportMeasureReportGroupStratifierComponentInner(MeasureReport.MeasureReportGroupStratifierComponent element) -
Uses of MeasureReport.MeasureReportGroupStratifierComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.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.dstu2016may.model that return MeasureReport.MeasureReportGroupStratifierComponent Modifier and Type Method Description MeasureReport.MeasureReportGroupStratifierComponentMeasureReport.MeasureReportGroupStratifierComponent. addGroup(MeasureReport.MeasureReportGroupStratifierGroupComponent t)MeasureReport.MeasureReportGroupStratifierComponentMeasureReport.MeasureReportGroupComponent. addStratifier()MeasureReport.MeasureReportGroupStratifierComponentMeasureReport.MeasureReportGroupStratifierComponent. copy()MeasureReport.MeasureReportGroupStratifierComponentMeasureReport.MeasureReportGroupStratifierComponent. setIdentifier(Identifier value)Methods in org.hl7.fhir.dstu2016may.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.dstu2016may.model with parameters of type MeasureReport.MeasureReportGroupStratifierComponent Modifier and Type Method Description MeasureReport.MeasureReportGroupComponentMeasureReport.MeasureReportGroupComponent. addStratifier(MeasureReport.MeasureReportGroupStratifierComponent t)
-