
Uses of Class
org.hl7.fhir.dstu3.model.Medication.MedicationPackageBatchComponent
Packages that use Medication.MedicationPackageBatchComponent
-
Uses of Medication.MedicationPackageBatchComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Medication.MedicationPackageBatchComponentModifier and TypeMethodDescriptionJsonParser.parseMedicationMedicationPackageBatchComponent(com.google.gson.JsonObject json, Medication owner) XmlParser.parseMedicationMedicationPackageBatchComponent(org.xmlpull.v1.XmlPullParser xpp, Medication owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type Medication.MedicationPackageBatchComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeMedicationMedicationPackageBatchComponent(String name, Medication.MedicationPackageBatchComponent element) protected voidRdfParser.composeMedicationMedicationPackageBatchComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Medication.MedicationPackageBatchComponent element, int index) protected voidXmlParser.composeMedicationMedicationPackageBatchComponent(String name, Medication.MedicationPackageBatchComponent element) protected voidXmlParser.composeMedicationMedicationPackageBatchComponentElements(Medication.MedicationPackageBatchComponent element) protected voidJsonParser.composeMedicationMedicationPackageBatchComponentInner(Medication.MedicationPackageBatchComponent element) protected booleanXmlParser.parseMedicationMedicationPackageBatchComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Medication owner, Medication.MedicationPackageBatchComponent res) protected voidJsonParser.parseMedicationMedicationPackageBatchComponentProperties(com.google.gson.JsonObject json, Medication owner, Medication.MedicationPackageBatchComponent res) -
Uses of Medication.MedicationPackageBatchComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Medication.MedicationPackageBatchComponentModifier and TypeFieldDescriptionprotected 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.MedicationPackageBatchComponentModifier 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) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Medication.MedicationPackageBatchComponentMethods in org.hl7.fhir.dstu3.model with parameters of type Medication.MedicationPackageBatchComponentModifier and TypeMethodDescriptionMedication.MedicationPackageComponent.addBatch(Medication.MedicationPackageBatchComponent t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Medication.MedicationPackageBatchComponentModifier and TypeMethodDescriptionMedication.MedicationPackageComponent.setBatch(List<Medication.MedicationPackageBatchComponent> theBatch)