
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Medication.Product
Packages that use Medication.Product
-
Uses of Medication.Product in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Medication.ProductModifier and TypeMethodDescriptionMedication.Product.addBatch(Medication.ProductBatch theValue) Adds a given new value for batch ()Medication.Product.addIngredient(Medication.ProductIngredient theValue) Adds a given new value for ingredient ()Medication.getProduct()Gets the value(s) for product ().Medication.Product.setBatch(List<Medication.ProductBatch> theValue) Sets the value(s) for batch ()Medication.Product.setForm(CodeableConceptDt theValue) Sets the value(s) for form ()Medication.Product.setIngredient(List<Medication.ProductIngredient> theValue) Sets the value(s) for ingredient ()Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Medication.ProductModifier and TypeMethodDescriptionMedication.setProduct(Medication.Product theValue) Sets the value(s) for product ()