DBMS for plasma blood bank, contains various functionalities,done as a course project of Data and Applications | Monsoon 2020
Load the database file:
mysql -u <username> -p
source PlasmaBank.sql;
For using the python code :
python3 PlasmaBank.py
Functionalities:
- Add new donation
- Add new donor information
- Add new Plasma
- Add new recipient
- Hire a new employee
- Delete a Plasma sample
- Change Plasma Cost
- Total Plasma Donated
- Total Plasma of given type Donated
- View Plasma
- Add Plasma cost
- Supervisor List
- Add Transaction Details
- Logout