
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 MedicationOrderJsonParser.parseMedicationOrder(com.google.gson.JsonObject json) protected MedicationOrderXmlParser.parseMedicationOrder(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type MedicationOrderModifier and TypeMethodDescriptionprotected voidJsonParser.composeMedicationOrder(String name, MedicationOrder element) protected voidXmlParser.composeMedicationOrder(String name, MedicationOrder element) protected voidJsonParser.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 MedicationOrderThe actual object that is the target of the reference (Original prescription to support the dispensing of pharmacy services, medications or products.)protected MedicationOrderMedicationAdministration.prescriptionTargetThe actual object that is the target of the reference (The original request, instruction or authority to perform the administration.)protected MedicationOrderMedicationOrder.priorPrescriptionTargetThe 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.authorizingPrescriptionTargetThe 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 MedicationOrderMedicationOrder.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)