Uses of Class
org.episteme.natural.medicine.Pathology
Packages that use Pathology
Package
Description
Provides the
org.episteme.social.medicine module.Core functionality for the org.episteme.social.medicine.consultation package in the Episteme library.
-
Uses of Pathology in org.episteme.natural.medicine
Subclasses of Pathology in org.episteme.natural.medicineModifier and TypeClassDescriptionclassRepresents an infectious target-based disease.classRepresents a physical or psychological impairment or deficiency.Methods in org.episteme.natural.medicine that return PathologyMethods in org.episteme.natural.medicine with parameters of type Pathology -
Uses of Pathology in org.episteme.social.medicine.consultation
Methods in org.episteme.social.medicine.consultation that return types with arguments of type PathologyModifier and TypeMethodDescriptionPatient.getCurrentPathologies()Returns the set of current pathologies affecting the patient.Methods in org.episteme.social.medicine.consultation with parameters of type PathologyModifier and TypeMethodDescriptionvoidPatient.addPathology(Pathology pathology) Adds a pathology to the patient's current condition.voidPatient.removePathology(Pathology pathology) Removes a pathology from the patient's current condition.Method parameters in org.episteme.social.medicine.consultation with type arguments of type PathologyModifier and TypeMethodDescriptionvoidPatient.setCurrentPathologies(Set<Pathology> pathologies) Updates the set of current pathologies.