Uses of Class
org.hl7.fhir.r4b.model.MeasureReport.MeasureReportGroupComponent
-
Packages that use MeasureReport.MeasureReportGroupComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of MeasureReport.MeasureReportGroupComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return MeasureReport.MeasureReportGroupComponent Modifier and Type Method Description protected MeasureReport.MeasureReportGroupComponentJsonParser. parseMeasureReportGroupComponent(com.google.gson.JsonObject json)protected MeasureReport.MeasureReportGroupComponentXmlParser. parseMeasureReportGroupComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of MeasureReport.MeasureReportGroupComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.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.r4b.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.r4b.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.r4b.model with type arguments of type MeasureReport.MeasureReportGroupComponent Modifier and Type Method Description MeasureReportMeasureReport. setGroup(List<MeasureReport.MeasureReportGroupComponent> theGroup)
-