Uses of Class
org.hl7.fhir.r5.model.MeasureReport.MeasureReportGroupPopulationComponent
-
Uses of MeasureReport.MeasureReportGroupPopulationComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseMeasureReportGroupPopulationComponent
(com.google.gson.JsonObject json) XmlParser.parseMeasureReportGroupPopulationComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeMeasureReportGroupPopulationComponent
(String name, MeasureReport.MeasureReportGroupPopulationComponent element) protected void
RdfParser.composeMeasureReportGroupPopulationComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, MeasureReport.MeasureReportGroupPopulationComponent element, int index) protected void
XmlParser.composeMeasureReportGroupPopulationComponent
(String name, MeasureReport.MeasureReportGroupPopulationComponent element) protected void
XmlParser.composeMeasureReportGroupPopulationComponentElements
(MeasureReport.MeasureReportGroupPopulationComponent element) protected void
JsonParser.composeMeasureReportGroupPopulationComponentProperties
(MeasureReport.MeasureReportGroupPopulationComponent element) protected boolean
XmlParser.parseMeasureReportGroupPopulationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport.MeasureReportGroupPopulationComponent res) protected void
JsonParser.parseMeasureReportGroupPopulationComponentProperties
(com.google.gson.JsonObject json, MeasureReport.MeasureReportGroupPopulationComponent res) -
Uses of MeasureReport.MeasureReportGroupPopulationComponent in org.hl7.fhir.r5.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.addSubjectReport
(Reference t) MeasureReport.MeasureReportGroupPopulationComponent.copy()
MeasureReport.MeasureReportGroupComponent.getPopulationFirstRep()
MeasureReport.MeasureReportGroupPopulationComponent.setCode
(CodeableConcept value) MeasureReport.MeasureReportGroupPopulationComponent.setCount
(int value) MeasureReport.MeasureReportGroupPopulationComponent.setCountElement
(IntegerType value) MeasureReport.MeasureReportGroupPopulationComponent.setLinkIdElement
(StringType value) MeasureReport.MeasureReportGroupPopulationComponent.setSubjectReport
(List<Reference> theSubjectReport) MeasureReport.MeasureReportGroupPopulationComponent.setSubjectResults
(Reference value) MeasureReport.MeasureReportGroupPopulationComponent.setSubjects
(Reference 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)