Uses of Class
org.hl7.fhir.dstu2.model.Medication
-
Packages that use Medication Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Medication in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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) -
Uses of Medication in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as Medication Modifier and Type Field Description protected MedicationMedication.MedicationPackageContentComponent. itemTargetThe actual object that is the target of the reference (Identifies one of the items in the package.)Methods in org.hl7.fhir.dstu2.model that return Medication Modifier and Type Method Description MedicationMedication. copy()MedicationMedication.MedicationPackageContentComponent. getItemTarget()MedicationMedication. setCode(CodeableConcept value)MedicationMedication. setIsBrand(boolean value)MedicationMedication. setIsBrandElement(BooleanType value)MedicationMedication. setManufacturer(Reference value)MedicationMedication. setManufacturerTarget(Organization value)MedicationMedication. setPackage(Medication.MedicationPackageComponent value)MedicationMedication. setProduct(Medication.MedicationProductComponent value)protected MedicationMedication. typedCopy()Methods in org.hl7.fhir.dstu2.model with parameters of type Medication Modifier and Type Method Description Medication.MedicationPackageContentComponentMedication.MedicationPackageContentComponent. setItemTarget(Medication value)
-