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 MedicationJsonParser.parseMedication(com.google.gson.JsonObject json)protected MedicationXmlParser.parseMedication(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type MedicationModifier and TypeMethodDescriptionprotected voidJsonParser.composeMedication(String name, Medication element)protected voidRdfParser.composeMedication(org.hl7.fhir.utilities.turtle.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.composeMedicationProperties(Medication element)protected booleanXmlParser.parseMedicationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Medication res)protected voidJsonParser.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.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(Ratio value)protected MedicationMedication.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Medication