Uses of Class
org.hl7.fhir.r5.model.MedicationDispense.MedicationDispenseSubstitutionComponent
-
Packages that use MedicationDispense.MedicationDispenseSubstitutionComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of MedicationDispense.MedicationDispenseSubstitutionComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return MedicationDispense.MedicationDispenseSubstitutionComponent Modifier and Type Method Description protected MedicationDispense.MedicationDispenseSubstitutionComponentJsonParser. parseMedicationDispenseSubstitutionComponent(com.google.gson.JsonObject json)protected MedicationDispense.MedicationDispenseSubstitutionComponentXmlParser. parseMedicationDispenseSubstitutionComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of MedicationDispense.MedicationDispenseSubstitutionComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as MedicationDispense.MedicationDispenseSubstitutionComponent Modifier and Type Field Description protected MedicationDispense.MedicationDispenseSubstitutionComponentMedicationDispense. substitutionIndicates whether or not substitution was made as part of the dispense.Methods in org.hl7.fhir.r5.model with parameters of type MedicationDispense.MedicationDispenseSubstitutionComponent Modifier and Type Method Description voidMedicationDispense.MedicationDispenseSubstitutionComponent. copyValues(MedicationDispense.MedicationDispenseSubstitutionComponent dst)MedicationDispenseMedicationDispense. setSubstitution(MedicationDispense.MedicationDispenseSubstitutionComponent value)
-