| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected Medication |
JsonParser.parseMedication(com.google.gson.JsonObject json) |
protected Medication |
XmlParser.parseMedication(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeMedication(String name,
Medication element) |
protected void |
XmlParser.composeMedication(String name,
Medication element) |
protected void |
RdfParser.composeMedication(Turtle.Complex parent,
String parentType,
String name,
Medication element,
int index) |
protected void |
XmlParser.composeMedicationElements(Medication element) |
protected void |
JsonParser.composeMedicationInner(Medication element) |
protected boolean |
XmlParser.parseMedicationContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
Medication res) |
protected Medication.MedicationBatchComponent |
JsonParser.parseMedicationMedicationBatchComponent(com.google.gson.JsonObject json,
Medication owner) |
protected Medication.MedicationBatchComponent |
XmlParser.parseMedicationMedicationBatchComponent(org.xmlpull.v1.XmlPullParser xpp,
Medication owner) |
protected boolean |
XmlParser.parseMedicationMedicationBatchComponentContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
Medication owner,
Medication.MedicationBatchComponent res) |
protected void |
JsonParser.parseMedicationMedicationBatchComponentProperties(com.google.gson.JsonObject json,
Medication owner,
Medication.MedicationBatchComponent res) |
protected Medication.MedicationIngredientComponent |
JsonParser.parseMedicationMedicationIngredientComponent(com.google.gson.JsonObject json,
Medication owner) |
protected Medication.MedicationIngredientComponent |
XmlParser.parseMedicationMedicationIngredientComponent(org.xmlpull.v1.XmlPullParser xpp,
Medication owner) |
protected boolean |
XmlParser.parseMedicationMedicationIngredientComponentContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
Medication owner,
Medication.MedicationIngredientComponent res) |
protected void |
JsonParser.parseMedicationMedicationIngredientComponentProperties(com.google.gson.JsonObject json,
Medication owner,
Medication.MedicationIngredientComponent res) |
protected void |
JsonParser.parseMedicationProperties(com.google.gson.JsonObject json,
Medication res) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Medication> |
MedicationKnowledge.associatedMedicationTarget
The actual objects that are the target of the reference (Associated or related medications.
|
| Modifier and Type | Method and Description |
|---|---|
Medication |
MedicationKnowledge.addAssociatedMedicationTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
Medication |
Medication.addIngredient(Medication.MedicationIngredientComponent t) |
Medication |
Medication.copy() |
Medication |
Medication.setAmount(Quantity value) |
Medication |
Medication.setBatch(Medication.MedicationBatchComponent value) |
Medication |
Medication.setCode(CodeableConcept value) |
Medication |
Medication.setForm(CodeableConcept value) |
Medication |
Medication.setIngredient(List<Medication.MedicationIngredientComponent> theIngredient) |
Medication |
Medication.setManufacturer(Reference value) |
Medication |
Medication.setManufacturerTarget(Organization value) |
Medication |
Medication.setStatus(Medication.MedicationStatus value) |
Medication |
Medication.setStatusElement(Enumeration<Medication.MedicationStatus> value) |
protected Medication |
Medication.typedCopy() |
| Modifier and Type | Method and Description |
|---|---|
List<Medication> |
MedicationKnowledge.getAssociatedMedicationTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
Copyright © 2014–2018 University Health Network. All rights reserved.