https://github.com/grycap/gpf4med
Graph processing framework for medical information
https://github.com/grycap/gpf4med
Last synced: 5 months ago
JSON representation
Graph processing framework for medical information
- Host: GitHub
- URL: https://github.com/grycap/gpf4med
- Owner: grycap
- License: other
- Created: 2015-01-12T12:04:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-29T08:05:31.000Z (over 10 years ago)
- Last Synced: 2024-12-30T04:58:10.514Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 23.3 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Gpf4Med -- Graph processing framework for medical information
Gpf4Med is a modular framework for the integration and study of medical
information, which is distributed under the European Union Public License
(EUPL v.1.1). Currently, a module is available that allows the study of
clinical reports on breast cancer. The framework supports DICOM-SR to
facilitate interoperability among studies collected at different centres
using clinical examination, medical imaging (mammography, ultrasound,
magnetic resonance imaging -- MRI) and biopsy.
The data is combined in a graph and the different medical terminologies and
ontologies annotations are used to interconnect the objects represented in
the graph (e.g. patient, lesion, exploration). Other types of information
may be integrated in the future when other information becomes available,
such as genetic, histopathological, biomolecular and pharmacological data.
A RESTful service is provided that allows users to query the graph. The
framework can leverage on Cloud computing resources to address the study of
large datasets. Indeed, the framework aims at supporting studies that cannot
be addressed solely using the traditional storage and computing systems of
the hospital.

## Documentation
The most recent version of the documentation is available in the following
directory inside the project:
``/gpf4med/gpf4med-project/gpf4med-distro/src/main/doc/``
## Release History
View the complete change history at the [Change Log](CHANGELOG.md).
## License
Gpf4Med is released under the [European Union Public Licence (EUPL) v1.1](LICENSE.md).