Uses of Class
org.hl7.fhir.r4.model.Measure.MeasureGroupStratifierComponent
-
Packages that use Measure.MeasureGroupStratifierComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Measure.MeasureGroupStratifierComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Measure.MeasureGroupStratifierComponent Modifier and Type Method Description protected Measure.MeasureGroupStratifierComponentJsonParser. parseMeasureMeasureGroupStratifierComponent(com.google.gson.JsonObject json, Measure owner)protected Measure.MeasureGroupStratifierComponentXmlParser. parseMeasureMeasureGroupStratifierComponent(org.xmlpull.v1.XmlPullParser xpp, Measure owner) -
Uses of Measure.MeasureGroupStratifierComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Measure.MeasureGroupStratifierComponent Modifier and Type Field Description protected List<Measure.MeasureGroupStratifierComponent>Measure.MeasureGroupComponent. stratifierThe stratifier criteria for the measure report, specified as either the name of a valid CQL expression defined within a referenced library or a valid FHIR Resource Path.Methods in org.hl7.fhir.r4.model that return types with arguments of type Measure.MeasureGroupStratifierComponent Modifier and Type Method Description List<Measure.MeasureGroupStratifierComponent>Measure.MeasureGroupComponent. getStratifier()Methods in org.hl7.fhir.r4.model with parameters of type Measure.MeasureGroupStratifierComponent Modifier and Type Method Description Measure.MeasureGroupComponentMeasure.MeasureGroupComponent. addStratifier(Measure.MeasureGroupStratifierComponent t)voidMeasure.MeasureGroupStratifierComponent. copyValues(Measure.MeasureGroupStratifierComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Measure.MeasureGroupStratifierComponent Modifier and Type Method Description Measure.MeasureGroupComponentMeasure.MeasureGroupComponent. setStratifier(List<Measure.MeasureGroupStratifierComponent> theStratifier)
-