Uses of Class
org.hl7.fhir.dstu2.model.Medication.MedicationProductBatchComponent
-
Uses of Medication.MedicationProductBatchComponent in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionJsonParser.parseMedicationMedicationProductBatchComponent
(com.google.gson.JsonObject json, Medication owner) XmlParser.parseMedicationMedicationProductBatchComponent
(org.xmlpull.v1.XmlPullParser xpp, Medication owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeMedicationMedicationProductBatchComponent
(String name, Medication.MedicationProductBatchComponent element) protected void
XmlParser.composeMedicationMedicationProductBatchComponent
(String name, Medication.MedicationProductBatchComponent element) protected void
JsonParser.composeMedicationMedicationProductBatchComponentInner
(Medication.MedicationProductBatchComponent element) -
Uses of Medication.MedicationProductBatchComponent in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected List
<Medication.MedicationProductBatchComponent> Medication.MedicationProductComponent.batch
Information about a group of medication produced or packaged from one production run.Modifier and TypeMethodDescriptionMedication.MedicationProductComponent.addBatch()
Medication.MedicationProductBatchComponent.copy()
Medication.MedicationProductBatchComponent.setExpirationDate
(Date value) Medication.MedicationProductBatchComponent.setExpirationDateElement
(DateTimeType value) Medication.MedicationProductBatchComponent.setLotNumber
(String value) Medication.MedicationProductBatchComponent.setLotNumberElement
(StringType value) Modifier and TypeMethodDescriptionMedication.MedicationProductComponent.addBatch
(Medication.MedicationProductBatchComponent t)