Uses of Class
org.hl7.fhir.r4.model.Population
-
Packages that use Population Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Population in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Population Modifier and Type Method Description protected PopulationJsonParser. parsePopulation(com.google.gson.JsonObject json)protected PopulationXmlParser. parsePopulation(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type Population Modifier and Type Method Description protected voidJsonParser. composePopulation(String name, Population element)protected voidRdfParser. composePopulation(Turtle.Complex parent, String parentType, String name, Population element, int index)protected voidXmlParser. composePopulation(String name, Population element)protected voidXmlParser. composePopulationElements(Population element)protected voidJsonParser. composePopulationInner(Population element)protected booleanXmlParser. parsePopulationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Population res)protected voidJsonParser. 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 Population Modifier and Type Field Description protected List<Population>MedicinalProductContraindication. populationThe population group to which this applies.protected List<Population>MedicinalProductIndication. populationThe population group to which this applies.protected List<Population>MedicinalProductUndesirableEffect. populationThe population group to which this applies.Methods in org.hl7.fhir.r4.model that return Population Modifier and Type Method Description PopulationMedicinalProductContraindication. addPopulation()PopulationMedicinalProductIndication. addPopulation()PopulationMedicinalProductUndesirableEffect. addPopulation()PopulationBase. castToPopulation(Base b)PopulationPopulation. copy()PopulationMedicinalProductContraindication. getPopulationFirstRep()PopulationMedicinalProductIndication. getPopulationFirstRep()PopulationMedicinalProductUndesirableEffect. getPopulationFirstRep()PopulationPopulation. setAge(Type value)PopulationPopulation. setGender(CodeableConcept value)PopulationPopulation. setPhysiologicalCondition(CodeableConcept value)PopulationPopulation. setRace(CodeableConcept value)protected PopulationPopulation. typedCopy()Methods in org.hl7.fhir.r4.model that return types with arguments of type Population Modifier and Type Method Description List<Population>MedicinalProductContraindication. getPopulation()List<Population>MedicinalProductIndication. getPopulation()List<Population>MedicinalProductUndesirableEffect. getPopulation()Methods in org.hl7.fhir.r4.model with parameters of type Population Modifier and Type Method Description MedicinalProductContraindicationMedicinalProductContraindication. addPopulation(Population t)MedicinalProductIndicationMedicinalProductIndication. addPopulation(Population t)MedicinalProductUndesirableEffectMedicinalProductUndesirableEffect. addPopulation(Population t)voidPopulation. copyValues(Population dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Population Modifier and Type Method Description MedicinalProductContraindicationMedicinalProductContraindication. setPopulation(List<Population> thePopulation)MedicinalProductIndicationMedicinalProductIndication. setPopulation(List<Population> thePopulation)MedicinalProductUndesirableEffectMedicinalProductUndesirableEffect. setPopulation(List<Population> thePopulation)
-