Uses of Class
org.episteme.natural.medicine.Medication
Packages that use Medication
-
Uses of Medication in org.episteme.natural.medicine
Methods in org.episteme.natural.medicine that return MedicationModifier and TypeMethodDescriptionstatic MedicationMedication.aspirin()DrugInteractionChecker.InteractionAlert.drugA()Returns the value of thedrugArecord component.DrugInteractionChecker.InteractionAlert.drugB()Returns the value of thedrugBrecord component.Methods in org.episteme.natural.medicine that return types with arguments of type MedicationModifier and TypeMethodDescriptionPathology.getMedications()Returns the set of medications associated with this pathology.Methods in org.episteme.natural.medicine with parameters of type MedicationModifier and TypeMethodDescriptionvoidPathology.addMedication(Medication medication) voidPathology.removeMedication(Medication medication) Method parameters in org.episteme.natural.medicine with type arguments of type MedicationModifier and TypeMethodDescriptionDrugInteractionChecker.checkInteractions(Collection<Medication> medications) Checks for potential interactions within a list of medications.Constructors in org.episteme.natural.medicine with parameters of type MedicationModifierConstructorDescriptionInteractionAlert(Medication drugA, Medication drugB, DrugInteractionChecker.Severity severity, String reason) Creates an instance of aInteractionAlertrecord class. -
Uses of Medication in org.episteme.natural.medicine.loaders
Classes in org.episteme.natural.medicine.loaders that implement interfaces with type arguments of type MedicationMethods in org.episteme.natural.medicine.loaders that return MedicationMethods in org.episteme.natural.medicine.loaders that return types with arguments of type MedicationModifier and TypeMethodDescriptionFetches medication details by Drug ID.DrugBankReader.getResourceType()DrugBankReader.loadFromResource(String resourcePath) Loads medications from a JSON resource (dump).DrugBankReader.searchByName(String name) Searches drugs by name using the API. -
Uses of Medication in org.episteme.natural.medicine.pharmacology
Methods in org.episteme.natural.medicine.pharmacology that return types with arguments of type MedicationModifier and TypeMethodDescriptionPharmacologyDataReader.getMedications()PharmacologyDataReader.searchMedication(String query) Searches for medications explicitly.