Uses of Record Class
org.episteme.natural.medicine.pharmacology.DrugInteractionChecker.DrugInteraction
Packages that use DrugInteractionChecker.DrugInteraction
-
Uses of DrugInteractionChecker.DrugInteraction in org.episteme.natural.medicine.pharmacology
Methods in org.episteme.natural.medicine.pharmacology that return types with arguments of type DrugInteractionChecker.DrugInteractionModifier and TypeMethodDescriptionDrugInteractionChecker.checkInteraction(String drug1Name, String drug2Name) Checks for interactions between two drugs.DrugInteractionChecker.checkMedicationList(List<String> medications) Checks all interactions for a medication list.Methods in org.episteme.natural.medicine.pharmacology with parameters of type DrugInteractionChecker.DrugInteractionModifier and TypeMethodDescriptionstatic voidDrugInteractionChecker.addInteraction(DrugInteractionChecker.DrugInteraction interaction) Adds a new interaction to the database.