Uses of Class
org.hl7.fhir.r5.model.MeasureReport.MeasureReportGroupComponent
-
Uses of MeasureReport.MeasureReportGroupComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseMeasureReportGroupComponent
(com.google.gson.JsonObject json) XmlParser.parseMeasureReportGroupComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeMeasureReportGroupComponent
(String name, MeasureReport.MeasureReportGroupComponent element) protected void
RdfParser.composeMeasureReportGroupComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, MeasureReport.MeasureReportGroupComponent element, int index) protected void
XmlParser.composeMeasureReportGroupComponent
(String name, MeasureReport.MeasureReportGroupComponent element) protected void
XmlParser.composeMeasureReportGroupComponentElements
(MeasureReport.MeasureReportGroupComponent element) protected void
JsonParser.composeMeasureReportGroupComponentProperties
(MeasureReport.MeasureReportGroupComponent element) protected boolean
XmlParser.parseMeasureReportGroupComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport.MeasureReportGroupComponent res) protected void
JsonParser.parseMeasureReportGroupComponentProperties
(com.google.gson.JsonObject json, MeasureReport.MeasureReportGroupComponent res) -
Uses of MeasureReport.MeasureReportGroupComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<MeasureReport.MeasureReportGroupComponent> MeasureReport.group
The results of the calculation, one for each population group in the measure.Modifier and TypeMethodDescriptionMeasureReport.addGroup()
MeasureReport.MeasureReportGroupComponent.addPopulation
(MeasureReport.MeasureReportGroupPopulationComponent t) MeasureReport.MeasureReportGroupComponent.addStratifier
(MeasureReport.MeasureReportGroupStratifierComponent t) MeasureReport.MeasureReportGroupComponent.copy()
MeasureReport.getGroupFirstRep()
MeasureReport.MeasureReportGroupComponent.setCode
(CodeableConcept value) MeasureReport.MeasureReportGroupComponent.setLinkIdElement
(StringType value) MeasureReport.MeasureReportGroupComponent.setMeasureScore
(DataType value) MeasureReport.MeasureReportGroupComponent.setPopulation
(List<MeasureReport.MeasureReportGroupPopulationComponent> thePopulation) MeasureReport.MeasureReportGroupComponent.setStratifier
(List<MeasureReport.MeasureReportGroupStratifierComponent> theStratifier) MeasureReport.MeasureReportGroupComponent.setSubject
(Reference value) Modifier and TypeMethodDescriptionMeasureReport.addGroup
(MeasureReport.MeasureReportGroupComponent t) void
MeasureReport.MeasureReportGroupComponent.copyValues
(MeasureReport.MeasureReportGroupComponent dst) Modifier and TypeMethodDescriptionMeasureReport.setGroup
(List<MeasureReport.MeasureReportGroupComponent> theGroup)