
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Medication.ProductBatch
Packages that use Medication.ProductBatch
-
Uses of Medication.ProductBatch in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Medication.ProductBatchModifier and TypeMethodDescriptionMedication.Product.addBatch()
Adds and returns a new value for batch ()Medication.Product.getBatchFirstRep()
Gets the first repetition for batch (), creating it if it does not already exist.Medication.ProductBatch.setExpirationDate
(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for expirationDate ()Medication.ProductBatch.setExpirationDate
(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for expirationDate ()Medication.ProductBatch.setExpirationDateWithSecondsPrecision
(Date theDate) Sets the value for expirationDate ()Medication.ProductBatch.setLotNumber
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for lotNumber ()Medication.ProductBatch.setLotNumber
(String theString) Sets the value for lotNumber ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Medication.ProductBatchMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type Medication.ProductBatchModifier and TypeMethodDescriptionMedication.Product.addBatch
(Medication.ProductBatch theValue) Adds a given new value for batch ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Medication.ProductBatchModifier and TypeMethodDescriptionMedication.Product.setBatch
(List<Medication.ProductBatch> theValue) Sets the value(s) for batch ()