Uses of Record Class
org.episteme.natural.medicine.pharmacology.DrugInteractionChecker.Drug
Packages that use DrugInteractionChecker.Drug
-
Uses of DrugInteractionChecker.Drug in org.episteme.natural.medicine.pharmacology
Methods in org.episteme.natural.medicine.pharmacology that return DrugInteractionChecker.DrugModifier and TypeMethodDescriptionDrugInteractionChecker.DrugInteraction.drug1()Returns the value of thedrug1record component.DrugInteractionChecker.DrugInteraction.drug2()Returns the value of thedrug2record component.Methods in org.episteme.natural.medicine.pharmacology with parameters of type DrugInteractionChecker.DrugModifier and TypeMethodDescriptionstatic voidDrugInteractionChecker.addDrug(DrugInteractionChecker.Drug drug) Adds a new drug to the database.DrugInteractionChecker.inferPotentialInteractions(DrugInteractionChecker.Drug drug1, DrugInteractionChecker.Drug drug2) Infers potential interaction from drug properties.Constructors in org.episteme.natural.medicine.pharmacology with parameters of type DrugInteractionChecker.DrugModifierConstructorDescriptionDrugInteraction(DrugInteractionChecker.Drug drug1, DrugInteractionChecker.Drug drug2, DrugInteractionChecker.InteractionSeverity severity, DrugInteractionChecker.InteractionMechanism mechanism, String description, String recommendation) Creates an instance of aDrugInteractionrecord class.