
Uses of Class
org.hl7.fhir.dstu2.model.MedicationOrder
Packages that use MedicationOrder
-
Uses of MedicationOrder in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return MedicationOrderModifier and TypeMethodDescriptionprotected MedicationOrder
JsonParser.parseMedicationOrder
(com.google.gson.JsonObject json) protected MedicationOrder
XmlParser.parseMedicationOrder
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type MedicationOrderModifier and TypeMethodDescriptionprotected void
JsonParser.composeMedicationOrder
(String name, MedicationOrder element) protected void
XmlParser.composeMedicationOrder
(String name, MedicationOrder element) protected void
JsonParser.composeMedicationOrderInner
(MedicationOrder element) JsonParser.parseMedicationOrderMedicationOrderDispenseRequestComponent
(com.google.gson.JsonObject json, MedicationOrder owner) XmlParser.parseMedicationOrderMedicationOrderDispenseRequestComponent
(org.xmlpull.v1.XmlPullParser xpp, MedicationOrder owner) JsonParser.parseMedicationOrderMedicationOrderDosageInstructionComponent
(com.google.gson.JsonObject json, MedicationOrder owner) XmlParser.parseMedicationOrderMedicationOrderDosageInstructionComponent
(org.xmlpull.v1.XmlPullParser xpp, MedicationOrder owner) JsonParser.parseMedicationOrderMedicationOrderSubstitutionComponent
(com.google.gson.JsonObject json, MedicationOrder owner) XmlParser.parseMedicationOrderMedicationOrderSubstitutionComponent
(org.xmlpull.v1.XmlPullParser xpp, MedicationOrder owner) -
Uses of MedicationOrder in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as MedicationOrderModifier and TypeFieldDescriptionprotected MedicationOrder
The actual object that is the target of the reference (Original prescription to support the dispensing of pharmacy services, medications or products.)protected MedicationOrder
MedicationAdministration.prescriptionTarget
The actual object that is the target of the reference (The original request, instruction or authority to perform the administration.)protected MedicationOrder
MedicationOrder.priorPrescriptionTarget
The actual object that is the target of the reference (A link to a resource representing an earlier order or prescription that this order supersedes.)Fields in org.hl7.fhir.dstu2.model with type parameters of type MedicationOrderModifier and TypeFieldDescriptionprotected List
<MedicationOrder> MedicationDispense.authorizingPrescriptionTarget
The actual objects that are the target of the reference (Indicates the medication order that is being dispensed against.)Methods in org.hl7.fhir.dstu2.model that return MedicationOrderModifier and TypeMethodDescriptionMedicationDispense.addAuthorizingPrescriptionTarget()
MedicationOrder.addDosageInstruction
(MedicationOrder.MedicationOrderDosageInstructionComponent t) MedicationOrder.addIdentifier
(Identifier t) MedicationOrder.copy()
Claim.getOriginalPrescriptionTarget()
MedicationAdministration.getPrescriptionTarget()
MedicationOrder.getPriorPrescriptionTarget()
MedicationOrder.setDateEnded
(Date value) MedicationOrder.setDateEndedElement
(DateTimeType value) MedicationOrder.setDateWritten
(Date value) MedicationOrder.setDateWrittenElement
(DateTimeType value) MedicationOrder.setDispenseRequest
(MedicationOrder.MedicationOrderDispenseRequestComponent value) MedicationOrder.setEncounter
(Reference value) MedicationOrder.setEncounterTarget
(Encounter value) MedicationOrder.setMedication
(Type value) MedicationOrder.setNoteElement
(StringType value) MedicationOrder.setPatient
(Reference value) MedicationOrder.setPatientTarget
(Patient value) MedicationOrder.setPrescriber
(Reference value) MedicationOrder.setPrescriberTarget
(Practitioner value) MedicationOrder.setPriorPrescription
(Reference value) MedicationOrder.setPriorPrescriptionTarget
(MedicationOrder value) MedicationOrder.setReasonEnded
(CodeableConcept value) MedicationOrder.setStatus
(MedicationOrder.MedicationOrderStatus value) MedicationOrder.setStatusElement
(Enumeration<MedicationOrder.MedicationOrderStatus> value) MedicationOrder.setSubstitution
(MedicationOrder.MedicationOrderSubstitutionComponent value) protected MedicationOrder
MedicationOrder.typedCopy()
Methods in org.hl7.fhir.dstu2.model that return types with arguments of type MedicationOrderMethods in org.hl7.fhir.dstu2.model with parameters of type MedicationOrderModifier and TypeMethodDescriptionClaim.setOriginalPrescriptionTarget
(MedicationOrder value) MedicationAdministration.setPrescriptionTarget
(MedicationOrder value) MedicationOrder.setPriorPrescriptionTarget
(MedicationOrder value)