Uses of Class
org.hl7.fhir.dstu2.model.Medication.MedicationProductBatchComponent
-
Packages that use Medication.MedicationProductBatchComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Medication.MedicationProductBatchComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Medication.MedicationProductBatchComponent Modifier and Type Method Description protected Medication.MedicationProductBatchComponentJsonParser. parseMedicationMedicationProductBatchComponent(com.google.gson.JsonObject json, Medication owner)protected Medication.MedicationProductBatchComponentXmlParser. parseMedicationMedicationProductBatchComponent(org.xmlpull.v1.XmlPullParser xpp, Medication owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type Medication.MedicationProductBatchComponent Modifier and Type Method Description protected voidJsonParser. composeMedicationMedicationProductBatchComponent(String name, Medication.MedicationProductBatchComponent element)protected voidXmlParser. composeMedicationMedicationProductBatchComponent(String name, Medication.MedicationProductBatchComponent element)protected voidJsonParser. 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.MedicationProductBatchComponent Modifier and Type Field Description protected List<Medication.MedicationProductBatchComponent>Medication.MedicationProductComponent. batchInformation about a group of medication produced or packaged from one production run.Methods in org.hl7.fhir.dstu2.model that return Medication.MedicationProductBatchComponent Modifier and Type Method Description Medication.MedicationProductBatchComponentMedication.MedicationProductComponent. addBatch()Medication.MedicationProductBatchComponentMedication.MedicationProductBatchComponent. copy()Medication.MedicationProductBatchComponentMedication.MedicationProductBatchComponent. setExpirationDate(Date value)Medication.MedicationProductBatchComponentMedication.MedicationProductBatchComponent. setExpirationDateElement(DateTimeType value)Medication.MedicationProductBatchComponentMedication.MedicationProductBatchComponent. setLotNumber(String value)Medication.MedicationProductBatchComponentMedication.MedicationProductBatchComponent. setLotNumberElement(StringType value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Medication.MedicationProductBatchComponent Modifier and Type Method Description List<Medication.MedicationProductBatchComponent>Medication.MedicationProductComponent. getBatch()Methods in org.hl7.fhir.dstu2.model with parameters of type Medication.MedicationProductBatchComponent Modifier and Type Method Description Medication.MedicationProductComponentMedication.MedicationProductComponent. addBatch(Medication.MedicationProductBatchComponent t)
-