Uses of Class
org.hl7.fhir.dstu2.model.MedicationOrder.MedicationOrderSubstitutionComponent
-
Uses of MedicationOrder.MedicationOrderSubstitutionComponent in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionJsonParser.parseMedicationOrderMedicationOrderSubstitutionComponent
(com.google.gson.JsonObject json, MedicationOrder owner) XmlParser.parseMedicationOrderMedicationOrderSubstitutionComponent
(org.xmlpull.v1.XmlPullParser xpp, MedicationOrder owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeMedicationOrderMedicationOrderSubstitutionComponent
(String name, MedicationOrder.MedicationOrderSubstitutionComponent element) protected void
XmlParser.composeMedicationOrderMedicationOrderSubstitutionComponent
(String name, MedicationOrder.MedicationOrderSubstitutionComponent element) protected void
JsonParser.composeMedicationOrderMedicationOrderSubstitutionComponentInner
(MedicationOrder.MedicationOrderSubstitutionComponent element) -
Uses of MedicationOrder.MedicationOrderSubstitutionComponent in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionMedicationOrder.substitution
Indicates whether or not substitution can or should be part of the dispense.Modifier and TypeMethodDescriptionMedicationOrder.MedicationOrderSubstitutionComponent.copy()
MedicationOrder.getSubstitution()
MedicationOrder.MedicationOrderSubstitutionComponent.setReason
(CodeableConcept value) MedicationOrder.MedicationOrderSubstitutionComponent.setType
(CodeableConcept value) Modifier and TypeMethodDescriptionMedicationOrder.setSubstitution
(MedicationOrder.MedicationOrderSubstitutionComponent value)