![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Class
org.hl7.fhir.r4.model.Population
Packages that use Population
-
Uses of Population in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return PopulationModifier and TypeMethodDescriptionprotected Population
JsonParser.parsePopulation
(com.google.gson.JsonObject json) protected Population
XmlParser.parsePopulation
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type PopulationModifier and TypeMethodDescriptionprotected void
JsonParser.composePopulation
(String name, Population element) protected void
RdfParser.composePopulation
(Turtle.Complex parent, String parentType, String name, Population element, int index) protected void
XmlParser.composePopulation
(String name, Population element) protected void
XmlParser.composePopulationElements
(Population element) protected void
JsonParser.composePopulationInner
(Population element) protected boolean
XmlParser.parsePopulationContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Population res) protected void
JsonParser.parsePopulationProperties
(com.google.gson.JsonObject json, Population res) -
Uses of Population in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type PopulationModifier and TypeFieldDescriptionprotected List
<Population> MedicinalProductContraindication.population
The population group to which this applies.protected List
<Population> MedicinalProductIndication.population
The population group to which this applies.protected List
<Population> MedicinalProductUndesirableEffect.population
The population group to which this applies.Methods in org.hl7.fhir.r4.model that return PopulationModifier and TypeMethodDescriptionMedicinalProductContraindication.addPopulation()
MedicinalProductIndication.addPopulation()
MedicinalProductUndesirableEffect.addPopulation()
Base.castToPopulation
(Base b) Population.copy()
MedicinalProductContraindication.getPopulationFirstRep()
MedicinalProductIndication.getPopulationFirstRep()
MedicinalProductUndesirableEffect.getPopulationFirstRep()
Population.setGender
(CodeableConcept value) Population.setPhysiologicalCondition
(CodeableConcept value) Population.setRace
(CodeableConcept value) protected Population
Population.typedCopy()
Methods in org.hl7.fhir.r4.model that return types with arguments of type PopulationModifier and TypeMethodDescriptionMedicinalProductContraindication.getPopulation()
MedicinalProductIndication.getPopulation()
MedicinalProductUndesirableEffect.getPopulation()
Methods in org.hl7.fhir.r4.model with parameters of type PopulationModifier and TypeMethodDescriptionMedicinalProductContraindication.addPopulation
(Population t) MedicinalProductIndication.addPopulation
(Population t) MedicinalProductUndesirableEffect.addPopulation
(Population t) void
Population.copyValues
(Population dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type PopulationModifier and TypeMethodDescriptionMedicinalProductContraindication.setPopulation
(List<Population> thePopulation) MedicinalProductIndication.setPopulation
(List<Population> thePopulation) MedicinalProductUndesirableEffect.setPopulation
(List<Population> thePopulation)