
Uses of Class
org.hl7.fhir.r5.model.MeasureReport.MeasureReportGroupPopulationComponent
Packages that use MeasureReport.MeasureReportGroupPopulationComponent
-
Uses of MeasureReport.MeasureReportGroupPopulationComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return MeasureReport.MeasureReportGroupPopulationComponentModifier and TypeMethodDescriptionJsonParser.parseMeasureReportGroupPopulationComponent
(com.google.gson.JsonObject json) XmlParser.parseMeasureReportGroupPopulationComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type MeasureReport.MeasureReportGroupPopulationComponentModifier 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
Fields in org.hl7.fhir.r5.model with type parameters of type MeasureReport.MeasureReportGroupPopulationComponentModifier and TypeFieldDescriptionMeasureReport.MeasureReportGroupComponent.population
The populations that make up the population group, one for each type of population appropriate for the measure.Methods in org.hl7.fhir.r5.model that return MeasureReport.MeasureReportGroupPopulationComponentModifier 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) Methods in org.hl7.fhir.r5.model that return types with arguments of type MeasureReport.MeasureReportGroupPopulationComponentMethods in org.hl7.fhir.r5.model with parameters of type MeasureReport.MeasureReportGroupPopulationComponentModifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupComponent.addPopulation
(MeasureReport.MeasureReportGroupPopulationComponent t) void
MeasureReport.MeasureReportGroupPopulationComponent.copyValues
(MeasureReport.MeasureReportGroupPopulationComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type MeasureReport.MeasureReportGroupPopulationComponentModifier and TypeMethodDescriptionMeasureReport.MeasureReportGroupComponent.setPopulation
(List<MeasureReport.MeasureReportGroupPopulationComponent> thePopulation)