Uses of Class
org.hl7.fhir.dstu2.model.Medication.MedicationProductComponent
-
Uses of Medication.MedicationProductComponent in org.hl7.fhir.dstu2.formats
Modifier 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) Modifier 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
Modifier and TypeFieldDescriptionprotected Medication.MedicationProductComponent
Medication.product
Information that only applies to products (not packages).Modifier and TypeMethodDescriptionMedication.MedicationProductComponent.addBatch
(Medication.MedicationProductBatchComponent t) Medication.MedicationProductComponent.addIngredient
(Medication.MedicationProductIngredientComponent t) Medication.MedicationProductComponent.copy()
Medication.getProduct()
Medication.MedicationProductComponent.setForm
(CodeableConcept value) Modifier and TypeMethodDescriptionMedication.setProduct
(Medication.MedicationProductComponent value)