Uses of Class
org.hl7.fhir.r5.model.Population
Packages that use Population
-
Uses of Population in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return PopulationModifier and TypeMethodDescriptionprotected PopulationJsonParser.parsePopulation(com.google.gson.JsonObject json)protected PopulationXmlParser.parsePopulation(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type PopulationModifier and TypeMethodDescriptionprotected voidJsonParser.composePopulation(String name, Population element)protected voidRdfParser.composePopulation(org.hl7.fhir.utilities.turtle.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.composePopulationProperties(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.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type PopulationModifier and TypeFieldDescriptionprotected List<Population>ClinicalUseIssue.populationThe population group to which this applies.Methods in org.hl7.fhir.r5.model that return PopulationModifier and TypeMethodDescriptionClinicalUseIssue.addPopulation()static PopulationTypeConvertor.castToPopulation(Base b)Population.copy()ClinicalUseIssue.getPopulationFirstRep()Population.setGender(CodeableConcept value)Population.setPhysiologicalCondition(CodeableConcept value)Population.setRace(CodeableConcept value)protected PopulationPopulation.typedCopy()Methods in org.hl7.fhir.r5.model that return types with arguments of type PopulationMethods in org.hl7.fhir.r5.model with parameters of type PopulationModifier and TypeMethodDescriptionClinicalUseIssue.addPopulation(Population t)voidPopulation.copyValues(Population dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type PopulationModifier and TypeMethodDescriptionClinicalUseIssue.setPopulation(List<Population> thePopulation)