Uses of Class
ca.uhn.fhir.model.dstu2.resource.Medication.ProductIngredient
-
Packages that use Medication.ProductIngredient Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Medication.ProductIngredient in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Medication.ProductIngredient Modifier and Type Method Description Medication.ProductIngredientMedication.Product. addIngredient()Adds and returns a new value for ingredient ()Medication.ProductIngredientMedication.Product. getIngredientFirstRep()Gets the first repetition for ingredient (), creating it if it does not already exist.Medication.ProductIngredientMedication.ProductIngredient. setAmount(RatioDt theValue)Sets the value(s) for amount ()Medication.ProductIngredientMedication.ProductIngredient. setItem(ResourceReferenceDt theValue)Sets the value(s) for item ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Medication.ProductIngredient Modifier and Type Method Description List<Medication.ProductIngredient>Medication.Product. getIngredient()Gets the value(s) for ingredient ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Medication.ProductIngredient Modifier and Type Method Description Medication.ProductMedication.Product. addIngredient(Medication.ProductIngredient theValue)Adds a given new value for ingredient ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Medication.ProductIngredient Modifier and Type Method Description Medication.ProductMedication.Product. setIngredient(List<Medication.ProductIngredient> theValue)Sets the value(s) for ingredient ()
-