Uses of Class
org.hl7.fhir.dstu2016may.model.Medication
-
Packages that use Medication Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of Medication in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.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.dstu2016may.model
Methods in org.hl7.fhir.dstu2016may.model that return Medication Modifier and Type Method Description MedicationMedication. copy()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()
-