Uses of Class
org.hl7.fhir.dstu2016may.model.MedicationOrder.MedicationOrderSubstitutionComponent
-
Packages that use MedicationOrder.MedicationOrderSubstitutionComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of MedicationOrder.MedicationOrderSubstitutionComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.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.dstu2016may.formats with parameters of type MedicationOrder.MedicationOrderSubstitutionComponent Modifier and Type Method Description protected voidJsonParser. composeMedicationOrderMedicationOrderSubstitutionComponent(String name, MedicationOrder.MedicationOrderSubstitutionComponent element)protected voidRdfParser. composeMedicationOrderMedicationOrderSubstitutionComponent(RdfGenerator.Complex parent, String parentType, String name, MedicationOrder.MedicationOrderSubstitutionComponent element, int index)protected voidXmlParser. composeMedicationOrderMedicationOrderSubstitutionComponent(String name, MedicationOrder.MedicationOrderSubstitutionComponent element)protected voidJsonParser. composeMedicationOrderMedicationOrderSubstitutionComponentInner(MedicationOrder.MedicationOrderSubstitutionComponent element) -
Uses of MedicationOrder.MedicationOrderSubstitutionComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.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.dstu2016may.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.dstu2016may.model with parameters of type MedicationOrder.MedicationOrderSubstitutionComponent Modifier and Type Method Description MedicationOrderMedicationOrder. setSubstitution(MedicationOrder.MedicationOrderSubstitutionComponent value)
-