Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.39 KB

README.md

File metadata and controls

52 lines (31 loc) · 1.39 KB

Blood Bank Managment System

Introduction

Blood Bank System describes the relation between the Donor and Recipient Where the Donor can request a blood donation and the Recipient can request the needed number of bags that are managed by the Admin.

ToolKit Used:

  • Qt 6.0
  • C++

Features in the System

  • Donor can make a Donation request.
  • Recipient can withdraw blood bags and sent to the nearest hosptial.
  • Admin Managing the Donation Requests and can Add blood bags, withdraw & Show all Blood Bags.
  • Validating the Register data and All the system Validations.
  • Search for blood bags.
  • Update account data.
  • Delete account.

Main Window

Main

Recipient Main Window

Recipient

Donor Main Window

Donor

Animation

Admin Page

Admin

Register As Donor Or Recipient

DonorReg RecipientReg

Show all blood data as Recipient OR Admin

showAdmin showRecipient

Deposite And Withdraw

Deposite Withdraw

Donation Requests For the Admin to Accept or Reject

DRequest