Uses of Class
org.hl7.fhir.r4.model.MeasureReport.StratifierGroupComponentComponent
-
Packages that use MeasureReport.StratifierGroupComponentComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of MeasureReport.StratifierGroupComponentComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return MeasureReport.StratifierGroupComponentComponent Modifier and Type Method Description protected MeasureReport.StratifierGroupComponentComponentJsonParser. parseMeasureReportStratifierGroupComponentComponent(com.google.gson.JsonObject json, MeasureReport owner)protected MeasureReport.StratifierGroupComponentComponentXmlParser. parseMeasureReportStratifierGroupComponentComponent(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner) -
Uses of MeasureReport.StratifierGroupComponentComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type MeasureReport.StratifierGroupComponentComponent Modifier and Type Field Description protected List<MeasureReport.StratifierGroupComponentComponent>MeasureReport.StratifierGroupComponent. componentA stratifier component value.Methods in org.hl7.fhir.r4.model that return MeasureReport.StratifierGroupComponentComponent Modifier and Type Method Description MeasureReport.StratifierGroupComponentComponentMeasureReport.StratifierGroupComponent. addComponent()MeasureReport.StratifierGroupComponentComponentMeasureReport.StratifierGroupComponentComponent. copy()MeasureReport.StratifierGroupComponentComponentMeasureReport.StratifierGroupComponent. getComponentFirstRep()MeasureReport.StratifierGroupComponentComponentMeasureReport.StratifierGroupComponentComponent. setCode(CodeableConcept value)MeasureReport.StratifierGroupComponentComponentMeasureReport.StratifierGroupComponentComponent. setValue(CodeableConcept value)Methods in org.hl7.fhir.r4.model that return types with arguments of type MeasureReport.StratifierGroupComponentComponent Modifier and Type Method Description List<MeasureReport.StratifierGroupComponentComponent>MeasureReport.StratifierGroupComponent. getComponent()Methods in org.hl7.fhir.r4.model with parameters of type MeasureReport.StratifierGroupComponentComponent Modifier and Type Method Description MeasureReport.StratifierGroupComponentMeasureReport.StratifierGroupComponent. addComponent(MeasureReport.StratifierGroupComponentComponent t)voidMeasureReport.StratifierGroupComponentComponent. copyValues(MeasureReport.StratifierGroupComponentComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type MeasureReport.StratifierGroupComponentComponent Modifier and Type Method Description MeasureReport.StratifierGroupComponentMeasureReport.StratifierGroupComponent. setComponent(List<MeasureReport.StratifierGroupComponentComponent> theComponent)
-