Uses of Class
ca.uhn.fhir.model.dstu2.resource.Medication.ProductBatch
-
Packages that use Medication.ProductBatch Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Medication.ProductBatch in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Medication.ProductBatch Modifier and Type Method Description Medication.ProductBatchMedication.Product. addBatch()Adds and returns a new value for batch ()Medication.ProductBatchMedication.Product. getBatchFirstRep()Gets the first repetition for batch (), creating it if it does not already exist.Medication.ProductBatchMedication.ProductBatch. setExpirationDate(ca.uhn.fhir.model.primitive.DateTimeDt theValue)Sets the value(s) for expirationDate ()Medication.ProductBatchMedication.ProductBatch. setExpirationDate(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)Sets the value for expirationDate ()Medication.ProductBatchMedication.ProductBatch. setExpirationDateWithSecondsPrecision(Date theDate)Sets the value for expirationDate ()Medication.ProductBatchMedication.ProductBatch. setLotNumber(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for lotNumber ()Medication.ProductBatchMedication.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.ProductBatch Modifier and Type Method Description List<Medication.ProductBatch>Medication.Product. getBatch()Gets the value(s) for batch ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Medication.ProductBatch Modifier and Type Method Description Medication.ProductMedication.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.ProductBatch Modifier and Type Method Description Medication.ProductMedication.Product. setBatch(List<Medication.ProductBatch> theValue)Sets the value(s) for batch ()
-