Uses of Class
org.hl7.fhir.dstu3.model.MeasureReport.MeasureReportGroupComponent
-
Packages that use MeasureReport.MeasureReportGroupComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of MeasureReport.MeasureReportGroupComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.model
Fields in org.hl7.fhir.dstu3.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.dstu3.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.dstu3.model with parameters of type MeasureReport.MeasureReportGroupComponent Modifier and Type Method Description MeasureReportMeasureReport. addGroup(MeasureReport.MeasureReportGroupComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type MeasureReport.MeasureReportGroupComponent Modifier and Type Method Description MeasureReportMeasureReport. setGroup(List<MeasureReport.MeasureReportGroupComponent> theGroup)
-