Uses of Class
org.episteme.natural.medicine.Disease
Packages that use Disease
Package
Description
-
Uses of Disease in org.episteme.natural.medicine.loaders
Subclasses with type arguments of type Disease in org.episteme.natural.medicine.loadersMethods in org.episteme.natural.medicine.loaders that return DiseaseModifier and TypeMethodDescriptionprotected DiseaseICD10Reader.loadFromSource(String resourceId) Methods in org.episteme.natural.medicine.loaders that return types with arguments of type DiseaseModifier and TypeMethodDescriptionICD10Reader.fetchByCode(String code) Fetches disease details by ICD Code.ICD10Reader.getResourceType()ICD10Reader.loadFromResource(String resourcePath) Loads diseases from a JSON resource (dump).Searches diseases by title/name. -
Uses of Disease in org.episteme.natural.medicine.pharmacology
Methods in org.episteme.natural.medicine.pharmacology that return types with arguments of type DiseaseModifier and TypeMethodDescriptionPharmacologyDataReader.getDiseases()PharmacologyDataReader.searchDisease(String query) Searches for diseases explicitly.