
Uses of Class
org.hl7.fhir.r4.model.Medication.MedicationBatchComponent
Packages that use Medication.MedicationBatchComponent
- 
Uses of Medication.MedicationBatchComponent in org.hl7.fhir.r4.formatsMethods in org.hl7.fhir.r4.formats that return Medication.MedicationBatchComponentModifier and TypeMethodDescriptionprotected Medication.MedicationBatchComponentJsonParser.parseMedicationMedicationBatchComponent(com.google.gson.JsonObject json, Medication owner) protected Medication.MedicationBatchComponentXmlParser.parseMedicationMedicationBatchComponent(org.xmlpull.v1.XmlPullParser xpp, Medication owner) Methods in org.hl7.fhir.r4.formats with parameters of type Medication.MedicationBatchComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeMedicationMedicationBatchComponent(String name, Medication.MedicationBatchComponent element) protected voidRdfParser.composeMedicationMedicationBatchComponent(Turtle.Complex parent, String parentType, String name, Medication.MedicationBatchComponent element, int index) protected voidXmlParser.composeMedicationMedicationBatchComponent(String name, Medication.MedicationBatchComponent element) protected voidXmlParser.composeMedicationMedicationBatchComponentElements(Medication.MedicationBatchComponent element) protected voidJsonParser.composeMedicationMedicationBatchComponentInner(Medication.MedicationBatchComponent element) protected booleanXmlParser.parseMedicationMedicationBatchComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Medication owner, Medication.MedicationBatchComponent res) protected voidJsonParser.parseMedicationMedicationBatchComponentProperties(com.google.gson.JsonObject json, Medication owner, Medication.MedicationBatchComponent res) 
- 
Uses of Medication.MedicationBatchComponent in org.hl7.fhir.r4.modelFields in org.hl7.fhir.r4.model declared as Medication.MedicationBatchComponentModifier and TypeFieldDescriptionprotected Medication.MedicationBatchComponentMedication.batchInformation that only applies to packages (not products).Methods in org.hl7.fhir.r4.model that return Medication.MedicationBatchComponentModifier and TypeMethodDescriptionMedication.MedicationBatchComponent.copy()Medication.getBatch()Medication.MedicationBatchComponent.setExpirationDate(Date value) Medication.MedicationBatchComponent.setExpirationDateElement(DateTimeType value) Medication.MedicationBatchComponent.setLotNumber(String value) Medication.MedicationBatchComponent.setLotNumberElement(StringType value) Methods in org.hl7.fhir.r4.model with parameters of type Medication.MedicationBatchComponentModifier and TypeMethodDescriptionvoidMedication.MedicationBatchComponent.copyValues(Medication.MedicationBatchComponent dst) Medication.setBatch(Medication.MedicationBatchComponent value)