Skip to content

A platform to facilitate automized inter-hospital kidney transplants.

License

Notifications You must be signed in to change notification settings

darpankhanna/kidney-exchange

 
 

Repository files navigation

PHP JavaScript Python CSS3

Kidney Exchange Program Brand Logo

logo

What is a living donor kidney exchange problem?

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.

illustration

Aim

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.

Features

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.

  1. The first feature is an option to view only the essential details of a patient required for a kidney transplant.
  2. Secondly, for a given patient, all suitable matches from all the registered hospitals are displayed. These suitable matches are ranked from best to worst.

Setting up this project

Method 1 (Manual setup)

This method is recommended if you are working on the backend of this project.

Explained in this document

Detailed Step by step Video

Method 2 (Through Docker)

This method will be sufficient if you are working only on the frontend of this project.

How to run the server (Optional)

  1. Install Docker
  2. 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.

Contributing Guidelines

Get in Touch

Suggestions or Queries ? Please feel free to join the Discord Group !

Contributors

This project is possible due to these amazing people✨✨

About

A platform to facilitate automized inter-hospital kidney transplants.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 72.5%
  • Python 13.2%
  • JavaScript 11.4%
  • CSS 2.6%
  • Other 0.3%