Uses of Enum Class
org.episteme.natural.medicine.DrugInteractionChecker.Severity
Packages that use DrugInteractionChecker.Severity
-
Uses of DrugInteractionChecker.Severity in org.episteme.natural.medicine
Subclasses with type arguments of type DrugInteractionChecker.Severity in org.episteme.natural.medicineModifier and TypeClassDescriptionstatic enumSeverity levels for drug interactions.Methods in org.episteme.natural.medicine that return DrugInteractionChecker.SeverityModifier and TypeMethodDescriptionDrugInteractionChecker.InteractionAlert.severity()Returns the value of theseverityrecord component.Returns the enum constant of this class with the specified name.static DrugInteractionChecker.Severity[]DrugInteractionChecker.Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.episteme.natural.medicine with parameters of type DrugInteractionChecker.SeverityModifierConstructorDescriptionInteractionAlert(Medication drugA, Medication drugB, DrugInteractionChecker.Severity severity, String reason) Creates an instance of aInteractionAlertrecord class.