Uses of Class
org.hl7.fhir.dstu2016may.model.MeasureReport.MeasureReportGroupStratifierGroupComponent
-
Packages that use MeasureReport.MeasureReportGroupStratifierGroupComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of MeasureReport.MeasureReportGroupStratifierGroupComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return MeasureReport.MeasureReportGroupStratifierGroupComponent Modifier and Type Method Description protected MeasureReport.MeasureReportGroupStratifierGroupComponentJsonParser. parseMeasureReportMeasureReportGroupStratifierGroupComponent(com.google.gson.JsonObject json, MeasureReport owner)protected MeasureReport.MeasureReportGroupStratifierGroupComponentXmlParser. parseMeasureReportMeasureReportGroupStratifierGroupComponent(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type MeasureReport.MeasureReportGroupStratifierGroupComponent Modifier and Type Method Description protected voidJsonParser. composeMeasureReportMeasureReportGroupStratifierGroupComponent(String name, MeasureReport.MeasureReportGroupStratifierGroupComponent element)protected voidRdfParser. composeMeasureReportMeasureReportGroupStratifierGroupComponent(RdfGenerator.Complex parent, String parentType, String name, MeasureReport.MeasureReportGroupStratifierGroupComponent element, int index)protected voidXmlParser. composeMeasureReportMeasureReportGroupStratifierGroupComponent(String name, MeasureReport.MeasureReportGroupStratifierGroupComponent element)protected voidJsonParser. composeMeasureReportMeasureReportGroupStratifierGroupComponentInner(MeasureReport.MeasureReportGroupStratifierGroupComponent element) -
Uses of MeasureReport.MeasureReportGroupStratifierGroupComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type MeasureReport.MeasureReportGroupStratifierGroupComponent Modifier and Type Field Description protected List<MeasureReport.MeasureReportGroupStratifierGroupComponent>MeasureReport.MeasureReportGroupStratifierComponent. groupThis element contains the results for a single stratum within the stratifier.Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type MeasureReport.MeasureReportGroupStratifierGroupComponent Modifier and Type Method Description List<MeasureReport.MeasureReportGroupStratifierGroupComponent>MeasureReport.MeasureReportGroupStratifierComponent. getGroup()Methods in org.hl7.fhir.dstu2016may.model with parameters of type MeasureReport.MeasureReportGroupStratifierGroupComponent Modifier and Type Method Description MeasureReport.MeasureReportGroupStratifierComponentMeasureReport.MeasureReportGroupStratifierComponent. addGroup(MeasureReport.MeasureReportGroupStratifierGroupComponent t)
-