Uses of Class
org.hl7.fhir.r4.model.Medication
-
Uses of Medication in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected Medication
JsonParser.parseMedication
(com.google.gson.JsonObject json) protected Medication
XmlParser.parseMedication
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeMedication
(String name, Medication element) protected void
RdfParser.composeMedication
(Turtle.Complex parent, String parentType, String name, Medication element, int index) protected void
XmlParser.composeMedication
(String name, Medication element) protected void
XmlParser.composeMedicationElements
(Medication element) protected void
JsonParser.composeMedicationInner
(Medication element) protected boolean
XmlParser.parseMedicationContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Medication res) protected Medication.MedicationBatchComponent
JsonParser.parseMedicationMedicationBatchComponent
(com.google.gson.JsonObject json, Medication owner) protected Medication.MedicationBatchComponent
XmlParser.parseMedicationMedicationBatchComponent
(org.xmlpull.v1.XmlPullParser xpp, Medication owner) protected boolean
XmlParser.parseMedicationMedicationBatchComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Medication owner, Medication.MedicationBatchComponent res) protected void
JsonParser.parseMedicationMedicationBatchComponentProperties
(com.google.gson.JsonObject json, Medication owner, Medication.MedicationBatchComponent res) protected Medication.MedicationIngredientComponent
JsonParser.parseMedicationMedicationIngredientComponent
(com.google.gson.JsonObject json, Medication owner) protected Medication.MedicationIngredientComponent
XmlParser.parseMedicationMedicationIngredientComponent
(org.xmlpull.v1.XmlPullParser xpp, Medication owner) protected boolean
XmlParser.parseMedicationMedicationIngredientComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Medication owner, Medication.MedicationIngredientComponent res) protected void
JsonParser.parseMedicationMedicationIngredientComponentProperties
(com.google.gson.JsonObject json, Medication owner, Medication.MedicationIngredientComponent res) protected void
JsonParser.parseMedicationProperties
(com.google.gson.JsonObject json, Medication res) -
Uses of Medication in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<Medication> MedicationKnowledge.associatedMedicationTarget
The actual objects that are the target of the reference (Associated or related medications.Modifier and TypeMethodDescriptionMedicationKnowledge.addAssociatedMedicationTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMedication.addIdentifier
(Identifier t) Medication.addIngredient
(Medication.MedicationIngredientComponent t) Medication.copy()
Medication.setBatch
(Medication.MedicationBatchComponent value) Medication.setCode
(CodeableConcept value) Medication.setForm
(CodeableConcept value) Medication.setIdentifier
(List<Identifier> theIdentifier) Medication.setIngredient
(List<Medication.MedicationIngredientComponent> theIngredient) Medication.setManufacturer
(Reference value) Medication.setManufacturerTarget
(Organization value) Medication.setStatus
(Medication.MedicationStatus value) Medication.setStatusElement
(Enumeration<Medication.MedicationStatus> value) protected Medication
Medication.typedCopy()
Modifier and TypeMethodDescriptionMedicationKnowledge.getAssociatedMedicationTarget()
Deprecated.Use Reference#setResource(IBaseResource) instead