
Uses of Class
org.hl7.fhir.dstu3.model.MeasureReport.MeasureReportGroupStratifierComponent
Packages that use MeasureReport.MeasureReportGroupStratifierComponent
-
Uses of MeasureReport.MeasureReportGroupStratifierComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return MeasureReport.MeasureReportGroupStratifierComponentModifier and TypeMethodDescriptionJsonParser.parseMeasureReportMeasureReportGroupStratifierComponent(com.google.gson.JsonObject json, MeasureReport owner) XmlParser.parseMeasureReportMeasureReportGroupStratifierComponent(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type MeasureReport.MeasureReportGroupStratifierComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeMeasureReportMeasureReportGroupStratifierComponent(String name, MeasureReport.MeasureReportGroupStratifierComponent element) protected voidRdfParser.composeMeasureReportMeasureReportGroupStratifierComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, MeasureReport.MeasureReportGroupStratifierComponent element, int index) protected voidXmlParser.composeMeasureReportMeasureReportGroupStratifierComponent(String name, MeasureReport.MeasureReportGroupStratifierComponent element) protected voidXmlParser.composeMeasureReportMeasureReportGroupStratifierComponentElements(MeasureReport.MeasureReportGroupStratifierComponent element) protected voidJsonParser.composeMeasureReportMeasureReportGroupStratifierComponentInner(MeasureReport.MeasureReportGroupStratifierComponent element) protected booleanXmlParser.parseMeasureReportMeasureReportGroupStratifierComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.MeasureReportGroupStratifierComponent res) protected voidJsonParser.parseMeasureReportMeasureReportGroupStratifierComponentProperties(com.google.gson.JsonObject json, MeasureReport owner, MeasureReport.MeasureReportGroupStratifierComponent res) -
Uses of MeasureReport.MeasureReportGroupStratifierComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type MeasureReport.MeasureReportGroupStratifierComponentModifier and TypeFieldDescriptionMeasureReport.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.MeasureReportGroupStratifierComponentModifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupComponent.addStratifier()MeasureReport.MeasureReportGroupStratifierComponent.addStratum(MeasureReport.StratifierGroupComponent t) MeasureReport.MeasureReportGroupStratifierComponent.copy()MeasureReport.MeasureReportGroupComponent.getStratifierFirstRep()MeasureReport.MeasureReportGroupStratifierComponent.setIdentifier(Identifier value) MeasureReport.MeasureReportGroupStratifierComponent.setStratum(List<MeasureReport.StratifierGroupComponent> theStratum) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type MeasureReport.MeasureReportGroupStratifierComponentMethods in org.hl7.fhir.dstu3.model with parameters of type MeasureReport.MeasureReportGroupStratifierComponentModifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupComponent.addStratifier(MeasureReport.MeasureReportGroupStratifierComponent t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type MeasureReport.MeasureReportGroupStratifierComponentModifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupComponent.setStratifier(List<MeasureReport.MeasureReportGroupStratifierComponent> theStratifier)