
Uses of Class
org.hl7.fhir.r5.model.MeasureReport.MeasureReportGroupComponent
Packages that use MeasureReport.MeasureReportGroupComponent
-
Uses of MeasureReport.MeasureReportGroupComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return MeasureReport.MeasureReportGroupComponentModifier and TypeMethodDescriptionJsonParser.parseMeasureReportGroupComponent(com.google.gson.JsonObject json) XmlParser.parseMeasureReportGroupComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type MeasureReport.MeasureReportGroupComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeMeasureReportGroupComponent(String name, MeasureReport.MeasureReportGroupComponent element) protected voidRdfParser.composeMeasureReportGroupComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, MeasureReport.MeasureReportGroupComponent element, int index) protected voidXmlParser.composeMeasureReportGroupComponent(String name, MeasureReport.MeasureReportGroupComponent element) protected voidXmlParser.composeMeasureReportGroupComponentElements(MeasureReport.MeasureReportGroupComponent element) protected voidJsonParser.composeMeasureReportGroupComponentProperties(MeasureReport.MeasureReportGroupComponent element) protected booleanXmlParser.parseMeasureReportGroupComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport.MeasureReportGroupComponent res) protected voidJsonParser.parseMeasureReportGroupComponentProperties(com.google.gson.JsonObject json, MeasureReport.MeasureReportGroupComponent res) -
Uses of MeasureReport.MeasureReportGroupComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type MeasureReport.MeasureReportGroupComponentModifier and TypeFieldDescriptionprotected List<MeasureReport.MeasureReportGroupComponent> MeasureReport.groupThe results of the calculation, one for each population group in the measure.Methods in org.hl7.fhir.r5.model that return MeasureReport.MeasureReportGroupComponentModifier and TypeMethodDescriptionMeasureReport.addGroup()MeasureReport.MeasureReportGroupComponent.addPopulation(MeasureReport.MeasureReportGroupPopulationComponent t) MeasureReport.MeasureReportGroupComponent.addStratifier(MeasureReport.MeasureReportGroupStratifierComponent t) MeasureReport.MeasureReportGroupComponent.copy()MeasureReport.getGroupFirstRep()MeasureReport.MeasureReportGroupComponent.setCode(CodeableConcept value) MeasureReport.MeasureReportGroupComponent.setLinkIdElement(StringType value) MeasureReport.MeasureReportGroupComponent.setMeasureScore(DataType value) MeasureReport.MeasureReportGroupComponent.setPopulation(List<MeasureReport.MeasureReportGroupPopulationComponent> thePopulation) MeasureReport.MeasureReportGroupComponent.setStratifier(List<MeasureReport.MeasureReportGroupStratifierComponent> theStratifier) MeasureReport.MeasureReportGroupComponent.setSubject(Reference value) Methods in org.hl7.fhir.r5.model that return types with arguments of type MeasureReport.MeasureReportGroupComponentMethods in org.hl7.fhir.r5.model with parameters of type MeasureReport.MeasureReportGroupComponentModifier and TypeMethodDescriptionMeasureReport.addGroup(MeasureReport.MeasureReportGroupComponent t) voidMeasureReport.MeasureReportGroupComponent.copyValues(MeasureReport.MeasureReportGroupComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type MeasureReport.MeasureReportGroupComponentModifier and TypeMethodDescriptionMeasureReport.setGroup(List<MeasureReport.MeasureReportGroupComponent> theGroup)