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. Only one donated kidney is needed to replace the two failed kidneys, which makes living-donor kidney transplant an alternative to deceased-donor kidney transplant.In India, this is often done manually and there's a need to automate the process.
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 accounts 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.
- Secondly, 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
Detailed Step by step Video
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.
- How to create a pull request?
Suggestions or Queries ? Please feel free to join the Discord Group !
This project is possible due to these amazing people✨✨