
Uses of Class
org.hl7.fhir.r4.model.Medication
Packages that use Medication
-
Uses of Medication in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return MedicationModifier and TypeMethodDescriptionprotected MedicationJsonParser.parseMedication(com.google.gson.JsonObject json) protected MedicationXmlParser.parseMedication(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type MedicationModifier and TypeMethodDescriptionprotected voidJsonParser.composeMedication(String name, Medication element) protected voidRdfParser.composeMedication(Turtle.Complex parent, String parentType, String name, Medication element, int index) protected voidXmlParser.composeMedication(String name, Medication element) protected voidXmlParser.composeMedicationElements(Medication element) protected voidJsonParser.composeMedicationInner(Medication element) protected booleanXmlParser.parseMedicationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Medication res) protected Medication.MedicationBatchComponentJsonParser.parseMedicationMedicationBatchComponent(com.google.gson.JsonObject json, Medication owner) protected Medication.MedicationBatchComponentXmlParser.parseMedicationMedicationBatchComponent(org.xmlpull.v1.XmlPullParser xpp, Medication owner) protected booleanXmlParser.parseMedicationMedicationBatchComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Medication owner, Medication.MedicationBatchComponent res) protected voidJsonParser.parseMedicationMedicationBatchComponentProperties(com.google.gson.JsonObject json, Medication owner, Medication.MedicationBatchComponent res) protected Medication.MedicationIngredientComponentJsonParser.parseMedicationMedicationIngredientComponent(com.google.gson.JsonObject json, Medication owner) protected Medication.MedicationIngredientComponentXmlParser.parseMedicationMedicationIngredientComponent(org.xmlpull.v1.XmlPullParser xpp, Medication owner) protected booleanXmlParser.parseMedicationMedicationIngredientComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Medication owner, Medication.MedicationIngredientComponent res) protected voidJsonParser.parseMedicationMedicationIngredientComponentProperties(com.google.gson.JsonObject json, Medication owner, Medication.MedicationIngredientComponent res) protected voidJsonParser.parseMedicationProperties(com.google.gson.JsonObject json, Medication res) -
Uses of Medication in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type MedicationModifier and TypeFieldDescriptionprotected List<Medication> MedicationKnowledge.associatedMedicationTargetThe actual objects that are the target of the reference (Associated or related medications.Methods in org.hl7.fhir.r4.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.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 MedicationMedication.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type Medication