Uses of Class
org.hl7.fhir.dstu2.model.MedicationOrder.MedicationOrderSubstitutionComponent
-
Packages that use MedicationOrder.MedicationOrderSubstitutionComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of MedicationOrder.MedicationOrderSubstitutionComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return MedicationOrder.MedicationOrderSubstitutionComponent Modifier and Type Method Description protected MedicationOrder.MedicationOrderSubstitutionComponentJsonParser. parseMedicationOrderMedicationOrderSubstitutionComponent(com.google.gson.JsonObject json, MedicationOrder owner)protected MedicationOrder.MedicationOrderSubstitutionComponentXmlParser. parseMedicationOrderMedicationOrderSubstitutionComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationOrder owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type MedicationOrder.MedicationOrderSubstitutionComponent Modifier and Type Method Description protected voidJsonParser. composeMedicationOrderMedicationOrderSubstitutionComponent(String name, MedicationOrder.MedicationOrderSubstitutionComponent element)protected voidXmlParser. composeMedicationOrderMedicationOrderSubstitutionComponent(String name, MedicationOrder.MedicationOrderSubstitutionComponent element)protected voidJsonParser. composeMedicationOrderMedicationOrderSubstitutionComponentInner(MedicationOrder.MedicationOrderSubstitutionComponent element) -
Uses of MedicationOrder.MedicationOrderSubstitutionComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as MedicationOrder.MedicationOrderSubstitutionComponent Modifier and Type Field Description protected MedicationOrder.MedicationOrderSubstitutionComponentMedicationOrder. substitutionIndicates whether or not substitution can or should be part of the dispense.Methods in org.hl7.fhir.dstu2.model that return MedicationOrder.MedicationOrderSubstitutionComponent Modifier and Type Method Description MedicationOrder.MedicationOrderSubstitutionComponentMedicationOrder.MedicationOrderSubstitutionComponent. copy()MedicationOrder.MedicationOrderSubstitutionComponentMedicationOrder. getSubstitution()MedicationOrder.MedicationOrderSubstitutionComponentMedicationOrder.MedicationOrderSubstitutionComponent. setReason(CodeableConcept value)MedicationOrder.MedicationOrderSubstitutionComponentMedicationOrder.MedicationOrderSubstitutionComponent. setType(CodeableConcept value)Methods in org.hl7.fhir.dstu2.model with parameters of type MedicationOrder.MedicationOrderSubstitutionComponent Modifier and Type Method Description MedicationOrderMedicationOrder. setSubstitution(MedicationOrder.MedicationOrderSubstitutionComponent value)
-