Uses of Class
ca.uhn.fhir.model.dstu2.resource.Substance.Ingredient
-
Packages that use Substance.Ingredient Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Substance.Ingredient in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Substance.Ingredient Modifier and Type Method Description Substance.IngredientSubstance. addIngredient()Adds and returns a new value for ingredient ()Substance.IngredientSubstance. getIngredientFirstRep()Gets the first repetition for ingredient (), creating it if it does not already exist.Substance.IngredientSubstance.Ingredient. setQuantity(RatioDt theValue)Sets the value(s) for quantity ()Substance.IngredientSubstance.Ingredient. setSubstance(ResourceReferenceDt theValue)Sets the value(s) for substance ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Substance.Ingredient Modifier and Type Method Description List<Substance.Ingredient>Substance. getIngredient()Gets the value(s) for ingredient ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Substance.Ingredient Modifier and Type Method Description SubstanceSubstance. addIngredient(Substance.Ingredient theValue)Adds a given new value for ingredient ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Substance.Ingredient Modifier and Type Method Description SubstanceSubstance. setIngredient(List<Substance.Ingredient> theValue)Sets the value(s) for ingredient ()
-