
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.MeasureGroupStratifierComponentJsonParser.parseMeasureGroupStratifierComponent(com.google.gson.JsonObject json) protected Measure.MeasureGroupStratifierComponentXmlParser.parseMeasureGroupStratifierComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Measure.MeasureGroupStratifierComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeMeasureGroupStratifierComponent(String name, Measure.MeasureGroupStratifierComponent element) protected voidRdfParser.composeMeasureGroupStratifierComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Measure.MeasureGroupStratifierComponent element, int index) protected voidXmlParser.composeMeasureGroupStratifierComponent(String name, Measure.MeasureGroupStratifierComponent element) protected voidXmlParser.composeMeasureGroupStratifierComponentElements(Measure.MeasureGroupStratifierComponent element) protected voidJsonParser.composeMeasureGroupStratifierComponentProperties(Measure.MeasureGroupStratifierComponent element) protected booleanXmlParser.parseMeasureGroupStratifierComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Measure.MeasureGroupStratifierComponent res) protected voidJsonParser.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.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.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) voidMeasure.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)