Uses of Class
org.hl7.fhir.r4b.model.Measure.MeasureGroupStratifierComponent
-
Packages that use Measure.MeasureGroupStratifierComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of Measure.MeasureGroupStratifierComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return Measure.MeasureGroupStratifierComponent Modifier and Type Method Description protected Measure.MeasureGroupStratifierComponentJsonParser. parseMeasureGroupStratifierComponent(com.google.gson.JsonObject json)protected Measure.MeasureGroupStratifierComponentXmlParser. parseMeasureGroupStratifierComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of Measure.MeasureGroupStratifierComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.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.r4b.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.r4b.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.r4b.model with type arguments of type Measure.MeasureGroupStratifierComponent Modifier and Type Method Description Measure.MeasureGroupComponentMeasure.MeasureGroupComponent. setStratifier(List<Measure.MeasureGroupStratifierComponent> theStratifier)
-