Uses of Enum Class
org.episteme.natural.medicine.pharmacology.DrugInteractionChecker.InteractionSeverity
Packages that use DrugInteractionChecker.InteractionSeverity
-
Uses of DrugInteractionChecker.InteractionSeverity in org.episteme.natural.medicine.pharmacology
Subclasses with type arguments of type DrugInteractionChecker.InteractionSeverity in org.episteme.natural.medicine.pharmacologyMethods in org.episteme.natural.medicine.pharmacology that return DrugInteractionChecker.InteractionSeverityModifier and TypeMethodDescriptionDrugInteractionChecker.DrugInteraction.severity()Returns the value of theseverityrecord component.Returns the enum constant of this class with the specified name.DrugInteractionChecker.InteractionSeverity.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.episteme.natural.medicine.pharmacology with parameters of type DrugInteractionChecker.InteractionSeverityModifierConstructorDescriptionDrugInteraction(DrugInteractionChecker.Drug drug1, DrugInteractionChecker.Drug drug2, DrugInteractionChecker.InteractionSeverity severity, DrugInteractionChecker.InteractionMechanism mechanism, String description, String recommendation) Creates an instance of aDrugInteractionrecord class.