Uses of Class
org.hl7.fhir.r4.model.MeasureReport.StratifierGroupComponentComponent
Packages that use MeasureReport.StratifierGroupComponentComponent
-
Uses of MeasureReport.StratifierGroupComponentComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return MeasureReport.StratifierGroupComponentComponentModifier and TypeMethodDescriptionJsonParser.parseMeasureReportStratifierGroupComponentComponent(com.google.gson.JsonObject json, MeasureReport owner)XmlParser.parseMeasureReportStratifierGroupComponentComponent(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner)Methods in org.hl7.fhir.r4.formats with parameters of type MeasureReport.StratifierGroupComponentComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeMeasureReportStratifierGroupComponentComponent(String name, MeasureReport.StratifierGroupComponentComponent element)protected voidRdfParser.composeMeasureReportStratifierGroupComponentComponent(Turtle.Complex parent, String parentType, String name, MeasureReport.StratifierGroupComponentComponent element, int index)protected voidXmlParser.composeMeasureReportStratifierGroupComponentComponent(String name, MeasureReport.StratifierGroupComponentComponent element)protected voidXmlParser.composeMeasureReportStratifierGroupComponentComponentElements(MeasureReport.StratifierGroupComponentComponent element)protected voidJsonParser.composeMeasureReportStratifierGroupComponentComponentInner(MeasureReport.StratifierGroupComponentComponent element)protected booleanXmlParser.parseMeasureReportStratifierGroupComponentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.StratifierGroupComponentComponent res)protected voidJsonParser.parseMeasureReportStratifierGroupComponentComponentProperties(com.google.gson.JsonObject json, MeasureReport owner, MeasureReport.StratifierGroupComponentComponent res) -
Uses of MeasureReport.StratifierGroupComponentComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type MeasureReport.StratifierGroupComponentComponentModifier and TypeFieldDescriptionMeasureReport.StratifierGroupComponent.componentA stratifier component value.Methods in org.hl7.fhir.r4.model that return MeasureReport.StratifierGroupComponentComponentModifier and TypeMethodDescriptionMeasureReport.StratifierGroupComponent.addComponent()MeasureReport.StratifierGroupComponentComponent.copy()MeasureReport.StratifierGroupComponent.getComponentFirstRep()MeasureReport.StratifierGroupComponentComponent.setCode(CodeableConcept value)MeasureReport.StratifierGroupComponentComponent.setValue(CodeableConcept value)Methods in org.hl7.fhir.r4.model that return types with arguments of type MeasureReport.StratifierGroupComponentComponentMethods in org.hl7.fhir.r4.model with parameters of type MeasureReport.StratifierGroupComponentComponentModifier and TypeMethodDescriptionMeasureReport.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.StratifierGroupComponentComponentModifier and TypeMethodDescriptionMeasureReport.StratifierGroupComponent.setComponent(List<MeasureReport.StratifierGroupComponentComponent> theComponent)