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