
Uses of Class
org.hl7.fhir.r5.model.MeasureReport.StratifierGroupComponentComponent
Packages that use MeasureReport.StratifierGroupComponentComponent
-
Uses of MeasureReport.StratifierGroupComponentComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return MeasureReport.StratifierGroupComponentComponentModifier and TypeMethodDescriptionJsonParser.parseMeasureReportStratifierGroupComponentComponent(com.google.gson.JsonObject json) XmlParser.parseMeasureReportStratifierGroupComponentComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type MeasureReport.StratifierGroupComponentComponentModifier and TypeMethodDescriptionprotected voidRdfParser.composeMeasureReportStratifierGroupComponentComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, MeasureReport.StratifierGroupComponentComponent element, int index) protected voidXmlParser.composeMeasureReportStratifierGroupComponentComponent(String name, MeasureReport.StratifierGroupComponentComponent element) protected voidXmlParser.composeMeasureReportStratifierGroupComponentComponentElements(MeasureReport.StratifierGroupComponentComponent element) protected voidJsonParser.composeStratifierGroupComponentComponent(String name, MeasureReport.StratifierGroupComponentComponent element) protected voidJsonParser.composeStratifierGroupComponentComponentProperties(MeasureReport.StratifierGroupComponentComponent element) protected booleanXmlParser.parseMeasureReportStratifierGroupComponentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport.StratifierGroupComponentComponent res) protected voidJsonParser.parseMeasureReportStratifierGroupComponentComponentProperties(com.google.gson.JsonObject json, MeasureReport.StratifierGroupComponentComponent res) -
Uses of MeasureReport.StratifierGroupComponentComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type MeasureReport.StratifierGroupComponentComponentModifier and TypeFieldDescriptionMeasureReport.StratifierGroupComponent.componentA stratifier component value.Methods in org.hl7.fhir.r5.model that return MeasureReport.StratifierGroupComponentComponentModifier and TypeMethodDescriptionMeasureReport.StratifierGroupComponent.addComponent()MeasureReport.StratifierGroupComponentComponent.copy()MeasureReport.StratifierGroupComponent.getComponentFirstRep()MeasureReport.StratifierGroupComponentComponent.setCode(CodeableConcept value) MeasureReport.StratifierGroupComponentComponent.setLinkIdElement(StringType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type MeasureReport.StratifierGroupComponentComponentMethods in org.hl7.fhir.r5.model with parameters of type MeasureReport.StratifierGroupComponentComponentModifier and TypeMethodDescriptionMeasureReport.StratifierGroupComponent.addComponent(MeasureReport.StratifierGroupComponentComponent t) voidMeasureReport.StratifierGroupComponentComponent.copyValues(MeasureReport.StratifierGroupComponentComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type MeasureReport.StratifierGroupComponentComponentModifier and TypeMethodDescriptionMeasureReport.StratifierGroupComponent.setComponent(List<MeasureReport.StratifierGroupComponentComponent> theComponent)