
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Substance
Packages that use Substance
-
Uses of Substance in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return SubstanceModifier and TypeMethodDescriptionSubstance.addIdentifier(IdentifierDt theValue) Adds a given new value for identifier ()Substance.addIngredient(Substance.Ingredient theValue) Adds a given new value for ingredient ()Substance.addInstance(Substance.Instance theValue) Adds a given new value for instance (class)Substance.setCategory(SubstanceCategoryCodesEnum theValue) Sets the value(s), and clears any existing value(s) for category (class)Substance.setCategory(List<BoundCodeableConceptDt<SubstanceCategoryCodesEnum>> theValue) Sets the value(s) for category (class)Substance.setCode(CodeableConceptDt theValue) Sets the value(s) for code (what)Substance.setDescription(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for description ()Substance.setDescription(String theString) Sets the value for description ()Substance.setIdentifier(List<IdentifierDt> theValue) Sets the value(s) for identifier ()Substance.setIngredient(List<Substance.Ingredient> theValue) Sets the value(s) for ingredient ()Substance.setInstance(List<Substance.Instance> theValue) Sets the value(s) for instance (class)