Uses of Class
ca.uhn.fhir.model.dstu2.resource.Medication.Product
-
Uses of Medication.Product in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionMedication.setProduct
(Medication.Product theValue) Sets the value(s) for product ()