You are on page 1of 14

BLOOD BANK

MANAGEMENT SYSTEM

Created by: Tooba Saleem and Fizra Shamim :D


INTRODUCTION OF PROJECT

Blood is essential element of life, we need to


donate blood to help peoples. Here presenting the
Blood Bank System Project. This project idealised
the blood bank database. The database of Blood
Bank System Project will store the information of
people who are willing to donate their blood
AIMS AND OBJECTIVES

• We aim to bridge the gap between blood


donors and requestors. We'll be displaying
the donor
• details of those registered with us, to be
useful for people who are searching for
blood donors.
PROJECT SCOPE
Our project covers blood bank where the
management of donors, blood,donor’s current
address, hospital records and blood stock
records according to their groups are done
manually. Usage of our software will increase
efficiency in almost all areas of Blood Bank
Management System. So the extent and
importance of the project can be determined
easily through its feathers
Screenshots of my Project
Main page of my project
This is the All queries page.
This is the all forms page
This is the page of All Reports
This is the order
details table. All
the other tables
are made in this
way.
This is the order details from. All the
other forms are made in this way.
This is a
join query.
Join querry SQL view

SELECT BloodBag.Bloodbag_Id, Employee.Emp_Id,


Employee.Emp_Name, donar.Donar_Id, donar.Donar_Name
FROM donar INNER JOIN (Employee INNER JOIN BloodBag ON
Employee.Emp_Id=BloodBag.Emp_Id) ON
donar.Donar_Id=BloodBag.Donar_Id;
This is
bloodbag
report. All the
reports are
made in this
way.
This is final
bill report in
which
calculation
has done.

You might also like