Uses of Class
org.linuxforhealth.fhir.model.resource.MedicationKnowledge.Regulatory.Substitution
-
Packages that use MedicationKnowledge.Regulatory.Substitution Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of MedicationKnowledge.Regulatory.Substitution in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return MedicationKnowledge.Regulatory.Substitution Modifier and Type Method Description MedicationKnowledge.Regulatory.Substitution
MedicationKnowledge.Regulatory.Substitution.Builder. build()
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type MedicationKnowledge.Regulatory.Substitution Modifier and Type Method Description java.util.List<MedicationKnowledge.Regulatory.Substitution>
MedicationKnowledge.Regulatory. getSubstitution()
Specifies if changes are allowed when dispensing a medication from a regulatory perspective.Methods in org.linuxforhealth.fhir.model.resource with parameters of type MedicationKnowledge.Regulatory.Substitution Modifier and Type Method Description protected MedicationKnowledge.Regulatory.Substitution.Builder
MedicationKnowledge.Regulatory.Substitution.Builder. from(MedicationKnowledge.Regulatory.Substitution substitution)
MedicationKnowledge.Regulatory.Builder
MedicationKnowledge.Regulatory.Builder. substitution(MedicationKnowledge.Regulatory.Substitution... substitution)
Specifies if changes are allowed when dispensing a medication from a regulatory perspective.protected void
MedicationKnowledge.Regulatory.Substitution.Builder. validate(MedicationKnowledge.Regulatory.Substitution substitution)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type MedicationKnowledge.Regulatory.Substitution Modifier and Type Method Description MedicationKnowledge.Regulatory.Builder
MedicationKnowledge.Regulatory.Builder. substitution(java.util.Collection<MedicationKnowledge.Regulatory.Substitution> substitution)
Specifies if changes are allowed when dispensing a medication from a regulatory perspective.
-