Uses of Class
org.hl7.fhir.dstu2016may.model.MeasureReport.MeasureReportGroupSupplementalDataComponent
-
Packages that use MeasureReport.MeasureReportGroupSupplementalDataComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of MeasureReport.MeasureReportGroupSupplementalDataComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return MeasureReport.MeasureReportGroupSupplementalDataComponent Modifier and Type Method Description protected MeasureReport.MeasureReportGroupSupplementalDataComponentJsonParser. parseMeasureReportMeasureReportGroupSupplementalDataComponent(com.google.gson.JsonObject json, MeasureReport owner)protected MeasureReport.MeasureReportGroupSupplementalDataComponentXmlParser. parseMeasureReportMeasureReportGroupSupplementalDataComponent(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type MeasureReport.MeasureReportGroupSupplementalDataComponent Modifier and Type Method Description protected voidJsonParser. composeMeasureReportMeasureReportGroupSupplementalDataComponent(String name, MeasureReport.MeasureReportGroupSupplementalDataComponent element)protected voidRdfParser. composeMeasureReportMeasureReportGroupSupplementalDataComponent(RdfGenerator.Complex parent, String parentType, String name, MeasureReport.MeasureReportGroupSupplementalDataComponent element, int index)protected voidXmlParser. composeMeasureReportMeasureReportGroupSupplementalDataComponent(String name, MeasureReport.MeasureReportGroupSupplementalDataComponent element)protected voidJsonParser. composeMeasureReportMeasureReportGroupSupplementalDataComponentInner(MeasureReport.MeasureReportGroupSupplementalDataComponent element) -
Uses of MeasureReport.MeasureReportGroupSupplementalDataComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type MeasureReport.MeasureReportGroupSupplementalDataComponent Modifier and Type Field Description protected List<MeasureReport.MeasureReportGroupSupplementalDataComponent>MeasureReport.MeasureReportGroupComponent. supplementalDataSupplemental data elements for the measure provide additional information requested by the measure for each patient involved in the populations.Methods in org.hl7.fhir.dstu2016may.model that return MeasureReport.MeasureReportGroupSupplementalDataComponent Modifier and Type Method Description MeasureReport.MeasureReportGroupSupplementalDataComponentMeasureReport.MeasureReportGroupSupplementalDataComponent. addGroup(MeasureReport.MeasureReportGroupSupplementalDataGroupComponent t)MeasureReport.MeasureReportGroupSupplementalDataComponentMeasureReport.MeasureReportGroupComponent. addSupplementalData()MeasureReport.MeasureReportGroupSupplementalDataComponentMeasureReport.MeasureReportGroupSupplementalDataComponent. copy()MeasureReport.MeasureReportGroupSupplementalDataComponentMeasureReport.MeasureReportGroupSupplementalDataComponent. setIdentifier(Identifier value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type MeasureReport.MeasureReportGroupSupplementalDataComponent Modifier and Type Method Description List<MeasureReport.MeasureReportGroupSupplementalDataComponent>MeasureReport.MeasureReportGroupComponent. getSupplementalData()Methods in org.hl7.fhir.dstu2016may.model with parameters of type MeasureReport.MeasureReportGroupSupplementalDataComponent Modifier and Type Method Description MeasureReport.MeasureReportGroupComponentMeasureReport.MeasureReportGroupComponent. addSupplementalData(MeasureReport.MeasureReportGroupSupplementalDataComponent t)
-