
Uses of Class
org.hl7.fhir.r5.model.Measure.MeasureGroupStratifierComponent
Packages that use Measure.MeasureGroupStratifierComponent
-
Uses of Measure.MeasureGroupStratifierComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Measure.MeasureGroupStratifierComponentModifier and TypeMethodDescriptionprotected Measure.MeasureGroupStratifierComponent
JsonParser.parseMeasureGroupStratifierComponent
(com.google.gson.JsonObject json) protected Measure.MeasureGroupStratifierComponent
XmlParser.parseMeasureGroupStratifierComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Measure.MeasureGroupStratifierComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeMeasureGroupStratifierComponent
(String name, Measure.MeasureGroupStratifierComponent element) protected void
RdfParser.composeMeasureGroupStratifierComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Measure.MeasureGroupStratifierComponent element, int index) protected void
XmlParser.composeMeasureGroupStratifierComponent
(String name, Measure.MeasureGroupStratifierComponent element) protected void
XmlParser.composeMeasureGroupStratifierComponentElements
(Measure.MeasureGroupStratifierComponent element) protected void
JsonParser.composeMeasureGroupStratifierComponentProperties
(Measure.MeasureGroupStratifierComponent element) protected boolean
XmlParser.parseMeasureGroupStratifierComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Measure.MeasureGroupStratifierComponent res) protected void
JsonParser.parseMeasureGroupStratifierComponentProperties
(com.google.gson.JsonObject json, Measure.MeasureGroupStratifierComponent res) -
Uses of Measure.MeasureGroupStratifierComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Measure.MeasureGroupStratifierComponentModifier and TypeFieldDescriptionprotected List
<Measure.MeasureGroupStratifierComponent> Measure.MeasureGroupComponent.stratifier
The 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.r5.model that return Measure.MeasureGroupStratifierComponentModifier and TypeMethodDescriptionMeasure.MeasureGroupStratifierComponent.addComponent
(Measure.MeasureGroupStratifierComponentComponent t) Measure.MeasureGroupComponent.addStratifier()
Measure.MeasureGroupStratifierComponent.copy()
Measure.MeasureGroupComponent.getStratifierFirstRep()
Measure.MeasureGroupStratifierComponent.setCode
(CodeableConcept value) Measure.MeasureGroupStratifierComponent.setComponent
(List<Measure.MeasureGroupStratifierComponentComponent> theComponent) Measure.MeasureGroupStratifierComponent.setCriteria
(Expression value) Measure.MeasureGroupStratifierComponent.setDescription
(String value) Measure.MeasureGroupStratifierComponent.setDescriptionElement
(MarkdownType value) Measure.MeasureGroupStratifierComponent.setGroupDefinition
(Reference value) Measure.MeasureGroupStratifierComponent.setLinkIdElement
(StringType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Measure.MeasureGroupStratifierComponentMethods in org.hl7.fhir.r5.model with parameters of type Measure.MeasureGroupStratifierComponentModifier and TypeMethodDescriptionMeasure.MeasureGroupComponent.addStratifier
(Measure.MeasureGroupStratifierComponent t) void
Measure.MeasureGroupStratifierComponent.copyValues
(Measure.MeasureGroupStratifierComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Measure.MeasureGroupStratifierComponentModifier and TypeMethodDescriptionMeasure.MeasureGroupComponent.setStratifier
(List<Measure.MeasureGroupStratifierComponent> theStratifier)