
Uses of Class
org.hl7.fhir.dstu2.model.Medication.MedicationProductBatchComponent
Packages that use Medication.MedicationProductBatchComponent
-
Uses of Medication.MedicationProductBatchComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Medication.MedicationProductBatchComponentModifier and TypeMethodDescriptionJsonParser.parseMedicationMedicationProductBatchComponent
(com.google.gson.JsonObject json, Medication owner) XmlParser.parseMedicationMedicationProductBatchComponent
(org.xmlpull.v1.XmlPullParser xpp, Medication owner) Methods in org.hl7.fhir.dstu2.formats with parameters of type Medication.MedicationProductBatchComponentModifier 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
Fields in org.hl7.fhir.dstu2.model with type parameters of type Medication.MedicationProductBatchComponentModifier and TypeFieldDescriptionprotected List
<Medication.MedicationProductBatchComponent> Medication.MedicationProductComponent.batch
Information about a group of medication produced or packaged from one production run.Methods in org.hl7.fhir.dstu2.model that return Medication.MedicationProductBatchComponentModifier 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) Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Medication.MedicationProductBatchComponentMethods in org.hl7.fhir.dstu2.model with parameters of type Medication.MedicationProductBatchComponentModifier and TypeMethodDescriptionMedication.MedicationProductComponent.addBatch
(Medication.MedicationProductBatchComponent t)