
Uses of Class
org.hl7.fhir.dstu2.model.Medication.MedicationProductComponent
Packages that use Medication.MedicationProductComponent
-
Uses of Medication.MedicationProductComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Medication.MedicationProductComponentModifier and TypeMethodDescriptionprotected Medication.MedicationProductComponent
JsonParser.parseMedicationMedicationProductComponent
(com.google.gson.JsonObject json, Medication owner) protected Medication.MedicationProductComponent
XmlParser.parseMedicationMedicationProductComponent
(org.xmlpull.v1.XmlPullParser xpp, Medication owner) Methods in org.hl7.fhir.dstu2.formats with parameters of type Medication.MedicationProductComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeMedicationMedicationProductComponent
(String name, Medication.MedicationProductComponent element) protected void
XmlParser.composeMedicationMedicationProductComponent
(String name, Medication.MedicationProductComponent element) protected void
JsonParser.composeMedicationMedicationProductComponentInner
(Medication.MedicationProductComponent element) -
Uses of Medication.MedicationProductComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as Medication.MedicationProductComponentModifier and TypeFieldDescriptionprotected Medication.MedicationProductComponent
Medication.product
Information that only applies to products (not packages).Methods in org.hl7.fhir.dstu2.model that return Medication.MedicationProductComponentModifier and TypeMethodDescriptionMedication.MedicationProductComponent.addBatch
(Medication.MedicationProductBatchComponent t) Medication.MedicationProductComponent.addIngredient
(Medication.MedicationProductIngredientComponent t) Medication.MedicationProductComponent.copy()
Medication.getProduct()
Medication.MedicationProductComponent.setForm
(CodeableConcept value) Methods in org.hl7.fhir.dstu2.model with parameters of type Medication.MedicationProductComponentModifier and TypeMethodDescriptionMedication.setProduct
(Medication.MedicationProductComponent value)