Uses of Class
org.hl7.fhir.r4.model.MeasureReport.MeasureReportGroupPopulationComponent
-
Uses of MeasureReport.MeasureReportGroupPopulationComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseMeasureReportMeasureReportGroupPopulationComponent
(com.google.gson.JsonObject json, MeasureReport owner) XmlParser.parseMeasureReportMeasureReportGroupPopulationComponent
(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeMeasureReportMeasureReportGroupPopulationComponent
(String name, MeasureReport.MeasureReportGroupPopulationComponent element) protected void
RdfParser.composeMeasureReportMeasureReportGroupPopulationComponent
(Turtle.Complex parent, String parentType, String name, MeasureReport.MeasureReportGroupPopulationComponent element, int index) protected void
XmlParser.composeMeasureReportMeasureReportGroupPopulationComponent
(String name, MeasureReport.MeasureReportGroupPopulationComponent element) protected void
XmlParser.composeMeasureReportMeasureReportGroupPopulationComponentElements
(MeasureReport.MeasureReportGroupPopulationComponent element) protected void
JsonParser.composeMeasureReportMeasureReportGroupPopulationComponentInner
(MeasureReport.MeasureReportGroupPopulationComponent element) protected boolean
XmlParser.parseMeasureReportMeasureReportGroupPopulationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.MeasureReportGroupPopulationComponent res) protected void
JsonParser.parseMeasureReportMeasureReportGroupPopulationComponentProperties
(com.google.gson.JsonObject json, MeasureReport owner, MeasureReport.MeasureReportGroupPopulationComponent res) -
Uses of MeasureReport.MeasureReportGroupPopulationComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionMeasureReport.MeasureReportGroupComponent.population
The populations that make up the population group, one for each type of population appropriate for the measure.Modifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupComponent.addPopulation()
MeasureReport.MeasureReportGroupPopulationComponent.copy()
MeasureReport.MeasureReportGroupComponent.getPopulationFirstRep()
MeasureReport.MeasureReportGroupPopulationComponent.setCode
(CodeableConcept value) MeasureReport.MeasureReportGroupPopulationComponent.setCount
(int value) MeasureReport.MeasureReportGroupPopulationComponent.setCountElement
(IntegerType value) MeasureReport.MeasureReportGroupPopulationComponent.setSubjectResults
(Reference value) MeasureReport.MeasureReportGroupPopulationComponent.setSubjectResultsTarget
(ListResource value) Modifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupComponent.addPopulation
(MeasureReport.MeasureReportGroupPopulationComponent t) void
MeasureReport.MeasureReportGroupPopulationComponent.copyValues
(MeasureReport.MeasureReportGroupPopulationComponent dst) Modifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupComponent.setPopulation
(List<MeasureReport.MeasureReportGroupPopulationComponent> thePopulation)