Uses of Class
org.hl7.fhir.dstu3.model.Medication.MedicationPackageBatchComponent
-
Packages that use Medication.MedicationPackageBatchComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of Medication.MedicationPackageBatchComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Medication.MedicationPackageBatchComponent Modifier and Type Method Description protected Medication.MedicationPackageBatchComponentJsonParser. parseMedicationMedicationPackageBatchComponent(com.google.gson.JsonObject json, Medication owner)protected Medication.MedicationPackageBatchComponentXmlParser. parseMedicationMedicationPackageBatchComponent(org.xmlpull.v1.XmlPullParser xpp, Medication owner) -
Uses of Medication.MedicationPackageBatchComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Medication.MedicationPackageBatchComponent Modifier and Type Field Description protected List<Medication.MedicationPackageBatchComponent>Medication.MedicationPackageComponent. batchInformation about a group of medication produced or packaged from one production run.Methods in org.hl7.fhir.dstu3.model that return Medication.MedicationPackageBatchComponent Modifier and Type Method Description Medication.MedicationPackageBatchComponentMedication.MedicationPackageComponent. addBatch()Medication.MedicationPackageBatchComponentMedication.MedicationPackageBatchComponent. copy()Medication.MedicationPackageBatchComponentMedication.MedicationPackageComponent. getBatchFirstRep()Medication.MedicationPackageBatchComponentMedication.MedicationPackageBatchComponent. setExpirationDate(Date value)Medication.MedicationPackageBatchComponentMedication.MedicationPackageBatchComponent. setExpirationDateElement(DateTimeType value)Medication.MedicationPackageBatchComponentMedication.MedicationPackageBatchComponent. setLotNumber(String value)Medication.MedicationPackageBatchComponentMedication.MedicationPackageBatchComponent. setLotNumberElement(StringType value)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Medication.MedicationPackageBatchComponent Modifier and Type Method Description List<Medication.MedicationPackageBatchComponent>Medication.MedicationPackageComponent. getBatch()Methods in org.hl7.fhir.dstu3.model with parameters of type Medication.MedicationPackageBatchComponent Modifier and Type Method Description Medication.MedicationPackageComponentMedication.MedicationPackageComponent. addBatch(Medication.MedicationPackageBatchComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Medication.MedicationPackageBatchComponent Modifier and Type Method Description Medication.MedicationPackageComponentMedication.MedicationPackageComponent. setBatch(List<Medication.MedicationPackageBatchComponent> theBatch)
-