Uses of Class
org.hl7.fhir.r4.model.Medication
-
Packages that use Medication Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Medication in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.formats with parameters of type Medication Modifier and Type Method Description protected 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 Medication Modifier and Type Field Description protected 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 types with arguments of type Medication Modifier and Type Method Description List<Medication>MedicationKnowledge. getAssociatedMedicationTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type Medication Modifier and Type Method Description voidMedication. copyValues(Medication dst)
-