Uses of Class
org.hl7.fhir.dstu3.model.Medication.MedicationPackageBatchComponent
-
Uses of Medication.MedicationPackageBatchComponent in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionJsonParser.parseMedicationMedicationPackageBatchComponent
(com.google.gson.JsonObject json, Medication owner) XmlParser.parseMedicationMedicationPackageBatchComponent
(org.xmlpull.v1.XmlPullParser xpp, Medication owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeMedicationMedicationPackageBatchComponent
(String name, Medication.MedicationPackageBatchComponent element) protected void
RdfParser.composeMedicationMedicationPackageBatchComponent
(Turtle.Complex parent, String parentType, String name, Medication.MedicationPackageBatchComponent element, int index) protected void
XmlParser.composeMedicationMedicationPackageBatchComponent
(String name, Medication.MedicationPackageBatchComponent element) protected void
XmlParser.composeMedicationMedicationPackageBatchComponentElements
(Medication.MedicationPackageBatchComponent element) protected void
JsonParser.composeMedicationMedicationPackageBatchComponentInner
(Medication.MedicationPackageBatchComponent element) protected boolean
XmlParser.parseMedicationMedicationPackageBatchComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Medication owner, Medication.MedicationPackageBatchComponent res) protected void
JsonParser.parseMedicationMedicationPackageBatchComponentProperties
(com.google.gson.JsonObject json, Medication owner, Medication.MedicationPackageBatchComponent res) -
Uses of Medication.MedicationPackageBatchComponent in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected List
<Medication.MedicationPackageBatchComponent> Medication.MedicationPackageComponent.batch
Information about a group of medication produced or packaged from one production run.Modifier and TypeMethodDescriptionMedication.MedicationPackageComponent.addBatch()
Medication.MedicationPackageBatchComponent.copy()
Medication.MedicationPackageComponent.getBatchFirstRep()
Medication.MedicationPackageBatchComponent.setExpirationDate
(Date value) Medication.MedicationPackageBatchComponent.setExpirationDateElement
(DateTimeType value) Medication.MedicationPackageBatchComponent.setLotNumber
(String value) Medication.MedicationPackageBatchComponent.setLotNumberElement
(StringType value) Modifier and TypeMethodDescriptionMedication.MedicationPackageComponent.addBatch
(Medication.MedicationPackageBatchComponent t) Modifier and TypeMethodDescriptionMedication.MedicationPackageComponent.setBatch
(List<Medication.MedicationPackageBatchComponent> theBatch)