Let's say a person wants to donate his/her kidney to a loved one but cannot do so because they have some medical incompatibility. This problem can be solved by curating similar patients and swapping the kidney within themselves. This problem is called the living donor kidney exchange problem, and in most places of India, doctors solve it manually.
This project aims to automate a part of this process. This project's primary focus is to provide a platform to facilitate automized inter-hospital kidney transplants.
This platform allows interested hospitals to register. The doctors from the registered hospitals can create their account and add their patients' (having kidney problems) medical details to this platform.
After a doctor completes this process, this platform provides two main features. The first feature is an option to view only the essential details of a patient required for a kidney transplant. Second, for a given patient, all suitable matches from all the registered hospitals are displayed. These suitable matches are ranked from best to worst.
This method is recommended if you are working on the backend of this project.
Explained in this document
This method will be sufficient if you are working only on the frontend of this project.
How to run the server (Optional)
- Install Docker
- Run
docker-compose up
inside the project root folder
Done! Now you should be able to access the project at 0.0.0.0:8080 or localhost:8080. And you should just refresh the page to see your changes.
- Please follow the rules mention in the contributor's document while contributing to this project.
- Slack group: Join here (Note: This group was started recently so, please be patient).
- How to create a pull request?