Uses of Class
org.hl7.fhir.dstu2016may.model.MeasureReport.MeasureReportGroupSupplementalDataGroupComponent
-
Packages that use MeasureReport.MeasureReportGroupSupplementalDataGroupComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of MeasureReport.MeasureReportGroupSupplementalDataGroupComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return MeasureReport.MeasureReportGroupSupplementalDataGroupComponent Modifier and Type Method Description protected MeasureReport.MeasureReportGroupSupplementalDataGroupComponentJsonParser. parseMeasureReportMeasureReportGroupSupplementalDataGroupComponent(com.google.gson.JsonObject json, MeasureReport owner)protected MeasureReport.MeasureReportGroupSupplementalDataGroupComponentXmlParser. parseMeasureReportMeasureReportGroupSupplementalDataGroupComponent(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type MeasureReport.MeasureReportGroupSupplementalDataGroupComponent Modifier and Type Method Description protected voidJsonParser. composeMeasureReportMeasureReportGroupSupplementalDataGroupComponent(String name, MeasureReport.MeasureReportGroupSupplementalDataGroupComponent element)protected voidRdfParser. composeMeasureReportMeasureReportGroupSupplementalDataGroupComponent(RdfGenerator.Complex parent, String parentType, String name, MeasureReport.MeasureReportGroupSupplementalDataGroupComponent element, int index)protected voidXmlParser. composeMeasureReportMeasureReportGroupSupplementalDataGroupComponent(String name, MeasureReport.MeasureReportGroupSupplementalDataGroupComponent element)protected voidJsonParser. composeMeasureReportMeasureReportGroupSupplementalDataGroupComponentInner(MeasureReport.MeasureReportGroupSupplementalDataGroupComponent element) -
Uses of MeasureReport.MeasureReportGroupSupplementalDataGroupComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type MeasureReport.MeasureReportGroupSupplementalDataGroupComponent Modifier and Type Field Description protected List<MeasureReport.MeasureReportGroupSupplementalDataGroupComponent>MeasureReport.MeasureReportGroupSupplementalDataComponent. groupThis element contains the results for a single value within the supplemental data.Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type MeasureReport.MeasureReportGroupSupplementalDataGroupComponent Modifier and Type Method Description List<MeasureReport.MeasureReportGroupSupplementalDataGroupComponent>MeasureReport.MeasureReportGroupSupplementalDataComponent. getGroup()Methods in org.hl7.fhir.dstu2016may.model with parameters of type MeasureReport.MeasureReportGroupSupplementalDataGroupComponent Modifier and Type Method Description MeasureReport.MeasureReportGroupSupplementalDataComponentMeasureReport.MeasureReportGroupSupplementalDataComponent. addGroup(MeasureReport.MeasureReportGroupSupplementalDataGroupComponent t)
-