
Uses of Class
org.hl7.fhir.dstu2.model.Medication
Packages that use Medication
-
Uses of Medication in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return MedicationModifier and TypeMethodDescriptionprotected Medication
JsonParser.parseMedication
(com.google.gson.JsonObject json) protected Medication
XmlParser.parseMedication
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type MedicationModifier and TypeMethodDescriptionprotected void
JsonParser.composeMedication
(String name, Medication element) protected void
XmlParser.composeMedication
(String name, Medication element) protected void
JsonParser.composeMedicationInner
(Medication element) protected Medication.MedicationPackageComponent
JsonParser.parseMedicationMedicationPackageComponent
(com.google.gson.JsonObject json, Medication owner) protected Medication.MedicationPackageComponent
XmlParser.parseMedicationMedicationPackageComponent
(org.xmlpull.v1.XmlPullParser xpp, Medication owner) JsonParser.parseMedicationMedicationPackageContentComponent
(com.google.gson.JsonObject json, Medication owner) XmlParser.parseMedicationMedicationPackageContentComponent
(org.xmlpull.v1.XmlPullParser xpp, Medication owner) JsonParser.parseMedicationMedicationProductBatchComponent
(com.google.gson.JsonObject json, Medication owner) XmlParser.parseMedicationMedicationProductBatchComponent
(org.xmlpull.v1.XmlPullParser xpp, Medication owner) protected Medication.MedicationProductComponent
JsonParser.parseMedicationMedicationProductComponent
(com.google.gson.JsonObject json, Medication owner) protected Medication.MedicationProductComponent
XmlParser.parseMedicationMedicationProductComponent
(org.xmlpull.v1.XmlPullParser xpp, Medication owner) JsonParser.parseMedicationMedicationProductIngredientComponent
(com.google.gson.JsonObject json, Medication owner) XmlParser.parseMedicationMedicationProductIngredientComponent
(org.xmlpull.v1.XmlPullParser xpp, Medication owner) -
Uses of Medication in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as MedicationModifier and TypeFieldDescriptionprotected Medication
Medication.MedicationPackageContentComponent.itemTarget
The actual object that is the target of the reference (Identifies one of the items in the package.)Methods in org.hl7.fhir.dstu2.model that return MedicationModifier and TypeMethodDescriptionMedication.copy()
Medication.MedicationPackageContentComponent.getItemTarget()
Medication.setCode
(CodeableConcept value) Medication.setIsBrand
(boolean value) Medication.setIsBrandElement
(BooleanType value) Medication.setManufacturer
(Reference value) Medication.setManufacturerTarget
(Organization value) Medication.setPackage
(Medication.MedicationPackageComponent value) Medication.setProduct
(Medication.MedicationProductComponent value) protected Medication
Medication.typedCopy()
Methods in org.hl7.fhir.dstu2.model with parameters of type MedicationModifier and TypeMethodDescriptionMedication.MedicationPackageContentComponent.setItemTarget
(Medication value)