
Uses of Class
org.hl7.fhir.r5.model.Medication
Packages that use Medication
-
Uses of Medication in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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.r5.formats with parameters of type MedicationModifier and TypeMethodDescriptionprotected void
JsonParser.composeMedication
(String name, Medication element) protected void
RdfParser.composeMedication
(org.hl7.fhir.utilities.turtle.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.composeMedicationProperties
(Medication element) protected boolean
XmlParser.parseMedicationContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Medication res) protected void
JsonParser.parseMedicationProperties
(com.google.gson.JsonObject json, Medication res) -
Uses of Medication in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return MedicationModifier and TypeMethodDescriptionMedication.addIdentifier
(Identifier t) Medication.addIngredient
(Medication.MedicationIngredientComponent t) Medication.copy()
Medication.setBatch
(Medication.MedicationBatchComponent value) Medication.setCode
(CodeableConcept value) Medication.setDefinition
(Reference value) Medication.setDoseForm
(CodeableConcept value) Medication.setIdentifier
(List<Identifier> theIdentifier) Medication.setIngredient
(List<Medication.MedicationIngredientComponent> theIngredient) Medication.setMarketingAuthorizationHolder
(Reference value) Medication.setStatus
(Medication.MedicationStatusCodes value) Medication.setStatusElement
(Enumeration<Medication.MedicationStatusCodes> value) Medication.setTotalVolume
(Quantity value) protected Medication
Medication.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type Medication