
Uses of Class
org.hl7.fhir.r5.model.MeasureReport.MeasureReportGroupStratifierComponent
Packages that use MeasureReport.MeasureReportGroupStratifierComponent
-
Uses of MeasureReport.MeasureReportGroupStratifierComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return MeasureReport.MeasureReportGroupStratifierComponentModifier and TypeMethodDescriptionJsonParser.parseMeasureReportGroupStratifierComponent(com.google.gson.JsonObject json) XmlParser.parseMeasureReportGroupStratifierComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type MeasureReport.MeasureReportGroupStratifierComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeMeasureReportGroupStratifierComponent(String name, MeasureReport.MeasureReportGroupStratifierComponent element) protected voidRdfParser.composeMeasureReportGroupStratifierComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, MeasureReport.MeasureReportGroupStratifierComponent element, int index) protected voidXmlParser.composeMeasureReportGroupStratifierComponent(String name, MeasureReport.MeasureReportGroupStratifierComponent element) protected voidXmlParser.composeMeasureReportGroupStratifierComponentElements(MeasureReport.MeasureReportGroupStratifierComponent element) protected voidJsonParser.composeMeasureReportGroupStratifierComponentProperties(MeasureReport.MeasureReportGroupStratifierComponent element) protected booleanXmlParser.parseMeasureReportGroupStratifierComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport.MeasureReportGroupStratifierComponent res) protected voidJsonParser.parseMeasureReportGroupStratifierComponentProperties(com.google.gson.JsonObject json, MeasureReport.MeasureReportGroupStratifierComponent res) -
Uses of MeasureReport.MeasureReportGroupStratifierComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.model that return MeasureReport.MeasureReportGroupStratifierComponentModifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupComponent.addStratifier()MeasureReport.MeasureReportGroupStratifierComponent.addStratum(MeasureReport.StratifierGroupComponent t) MeasureReport.MeasureReportGroupStratifierComponent.copy()MeasureReport.MeasureReportGroupComponent.getStratifierFirstRep()MeasureReport.MeasureReportGroupStratifierComponent.setCode(CodeableConcept value) MeasureReport.MeasureReportGroupStratifierComponent.setLinkIdElement(StringType value) MeasureReport.MeasureReportGroupStratifierComponent.setStratum(List<MeasureReport.StratifierGroupComponent> theStratum) Methods in org.hl7.fhir.r5.model that return types with arguments of type MeasureReport.MeasureReportGroupStratifierComponentMethods in org.hl7.fhir.r5.model with parameters of type MeasureReport.MeasureReportGroupStratifierComponentModifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupComponent.addStratifier(MeasureReport.MeasureReportGroupStratifierComponent t) voidMeasureReport.MeasureReportGroupStratifierComponent.copyValues(MeasureReport.MeasureReportGroupStratifierComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type MeasureReport.MeasureReportGroupStratifierComponentModifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupComponent.setStratifier(List<MeasureReport.MeasureReportGroupStratifierComponent> theStratifier)