Uses of Class
org.hl7.fhir.r4b.model.Medication
-
Packages that use Medication Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of Medication in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return Medication Modifier and Type Method Description protected MedicationJsonParser. parseMedication(com.google.gson.JsonObject json)protected MedicationXmlParser. parseMedication(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4b.formats with parameters of type Medication Modifier and Type Method Description protected 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.r4b.model
Methods in org.hl7.fhir.r4b.model that return Medication Modifier and Type Method Description MedicationMedication. addIdentifier(Identifier t)MedicationMedication. addIngredient(Medication.MedicationIngredientComponent t)MedicationMedication. copy()MedicationMedication. setAmount(Ratio value)MedicationMedication. setBatch(Medication.MedicationBatchComponent value)MedicationMedication. setCode(CodeableConcept value)MedicationMedication. setForm(CodeableConcept value)MedicationMedication. setIdentifier(List<Identifier> theIdentifier)MedicationMedication. setIngredient(List<Medication.MedicationIngredientComponent> theIngredient)MedicationMedication. setManufacturer(Reference value)MedicationMedication. setStatus(Medication.MedicationStatusCodes value)MedicationMedication. setStatusElement(Enumeration<Medication.MedicationStatusCodes> value)protected MedicationMedication. typedCopy()Methods in org.hl7.fhir.r4b.model with parameters of type Medication Modifier and Type Method Description voidMedication. copyValues(Medication dst)
-