Uses of Class
org.linuxforhealth.fhir.model.resource.MedicationDispense.Substitution
-
Packages that use MedicationDispense.Substitution Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of MedicationDispense.Substitution in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return MedicationDispense.Substitution Modifier and Type Method Description MedicationDispense.Substitution
MedicationDispense.Substitution.Builder. build()
Build theMedicationDispense.Substitution
MedicationDispense.Substitution
MedicationDispense. getSubstitution()
Indicates whether or not substitution was made as part of the dispense.Methods in org.linuxforhealth.fhir.model.resource with parameters of type MedicationDispense.Substitution Modifier and Type Method Description protected MedicationDispense.Substitution.Builder
MedicationDispense.Substitution.Builder. from(MedicationDispense.Substitution substitution)
MedicationDispense.Builder
MedicationDispense.Builder. substitution(MedicationDispense.Substitution substitution)
Indicates whether or not substitution was made as part of the dispense.protected void
MedicationDispense.Substitution.Builder. validate(MedicationDispense.Substitution substitution)
-