Uses of Class
org.hl7.fhir.dstu2016may.model.MeasureReport.MeasureReportGroupComponent
-
Packages that use MeasureReport.MeasureReportGroupComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of MeasureReport.MeasureReportGroupComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.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)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type MeasureReport.MeasureReportGroupComponent Modifier and Type Method Description protected voidJsonParser. composeMeasureReportMeasureReportGroupComponent(String name, MeasureReport.MeasureReportGroupComponent element)protected voidRdfParser. composeMeasureReportMeasureReportGroupComponent(RdfGenerator.Complex parent, String parentType, String name, MeasureReport.MeasureReportGroupComponent element, int index)protected voidXmlParser. composeMeasureReportMeasureReportGroupComponent(String name, MeasureReport.MeasureReportGroupComponent element)protected voidJsonParser. composeMeasureReportMeasureReportGroupComponentInner(MeasureReport.MeasureReportGroupComponent element) -
Uses of MeasureReport.MeasureReportGroupComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.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.dstu2016may.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.dstu2016may.model with parameters of type MeasureReport.MeasureReportGroupComponent Modifier and Type Method Description MeasureReportMeasureReport. addGroup(MeasureReport.MeasureReportGroupComponent t)
-