Uses of Class
org.hl7.fhir.r4.model.MeasureReport.MeasureReportGroupComponent
-
Packages that use MeasureReport.MeasureReportGroupComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of MeasureReport.MeasureReportGroupComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return MeasureReport.MeasureReportGroupComponent Modifier and Type Method Description protected MeasureReport.MeasureReportGroupComponentJsonParser. parseMeasureReportMeasureReportGroupComponent(com.google.gson.JsonObject json, MeasureReport owner)protected MeasureReport.MeasureReportGroupComponentXmlParser. parseMeasureReportMeasureReportGroupComponent(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner) -
Uses of MeasureReport.MeasureReportGroupComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type MeasureReport.MeasureReportGroupComponent Modifier and Type Field Description protected List<MeasureReport.MeasureReportGroupComponent>MeasureReport. groupThe results of the calculation, one for each population group in the measure.Methods in org.hl7.fhir.r4.model that return types with arguments of type MeasureReport.MeasureReportGroupComponent Modifier and Type Method Description List<MeasureReport.MeasureReportGroupComponent>MeasureReport. getGroup()Methods in org.hl7.fhir.r4.model with parameters of type MeasureReport.MeasureReportGroupComponent Modifier and Type Method Description MeasureReportMeasureReport. addGroup(MeasureReport.MeasureReportGroupComponent t)voidMeasureReport.MeasureReportGroupComponent. copyValues(MeasureReport.MeasureReportGroupComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type MeasureReport.MeasureReportGroupComponent Modifier and Type Method Description MeasureReportMeasureReport. setGroup(List<MeasureReport.MeasureReportGroupComponent> theGroup)
-