Uses of Class
org.hl7.fhir.dstu2.model.MedicationOrder
-
Packages that use MedicationOrder Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of MedicationOrder in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return MedicationOrder Modifier and Type Method Description protected MedicationOrderJsonParser. parseMedicationOrder(com.google.gson.JsonObject json)protected MedicationOrderXmlParser. parseMedicationOrder(org.xmlpull.v1.XmlPullParser xpp) -
Uses of MedicationOrder in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as MedicationOrder Modifier and Type Field Description protected MedicationOrderClaim. originalPrescriptionTargetThe 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 MedicationOrder Modifier and Type Field Description protected 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 types with arguments of type MedicationOrder Modifier and Type Method Description List<MedicationOrder>MedicationDispense. getAuthorizingPrescriptionTarget()Methods in org.hl7.fhir.dstu2.model with parameters of type MedicationOrder Modifier and Type Method Description ClaimClaim. setOriginalPrescriptionTarget(MedicationOrder value)MedicationAdministrationMedicationAdministration. setPrescriptionTarget(MedicationOrder value)MedicationOrderMedicationOrder. setPriorPrescriptionTarget(MedicationOrder value)
-