Uses of Class
org.hl7.fhir.r5.model.Medication
-
Uses of Medication in org.hl7.fhir.r5.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
(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
Modifier 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()