Blood Management System
Blood Management System
Prepared By:
Class: X
Section:
Board Roll No:
School Name: Guru Tegh Bahadur Public School
Project Guide: Ms Priya Walia
1
ACKNOWLEDGEMENT
It gives me immense pleasure to present this
report file on the importance of RDBMS. This
project work is consists of Open Office Base,
which is a useful DBMS and a part of Open Office
Suite. In this report file, a database file has been
made upon the “Blood Donation Management
System”.
I would like to thank our computer faculty, who
always guided me in our proceeding.
2
ACHIEVEMENT CERTIFICATE
This is to certify ________________ of class X,
Roll no ____________, of Guru Tegh Bahadur
Public school has satisfactorily completed his/her
project in Information Technology (402) for the
session 2024-25.
Date:
Priya Walia
IT Teacher
3
INDEX
SNo Topic Page
No
1 Table Structure 7
• BloodDetails
• DonorDetails
• ReceiverDetails
2 Screenshot of Tables(Design view) 8
3 Screenshot of Tables(Database view) 10
INTRODUCTION
The Blood Donation Management System project is programmed in
order to help the humans or patients who are seeking blood at a
4
particular location. This .Net project is designed in such a way that it
keeps detailed information as well as separate information of all the
locations where the blood is available and what kind of blood is
available and in how much quantity.
The Blood Donation Management System does not store blood but it
stores the information about the blood or more precisely we can say it
store the information or database of the blood available in the
particular location. Because there was a time when some needs bloods
in urgent, then this software proved to be his best friend and help the
person finding the place nearby him very quickly.
5
This project aims at maintaining all information regarding blood
donors, different blood groups available in blood banks as wells as
blood camps and help them manage in a better way.
**Source Google
6
Table Structure
Table Name : BloodDetails
Field Specifications
7
Table in Design view
1. BloodDetails
2. DonorDetails
3. ReceiverDetails
8
9
Tables in Database view
1.BloodDetails
2. DonorDetails
3. ReceiverDetails
10
11
Relationship among Tables:
Steps:
1. Click on Tools tab Relationships
2. Add required table for relationship
12
3. Drag and drop the fields so as to apply relationship
among tables.
13
Query using Wizard:
Query 1: To display all the data of table BloodDetails whose description is
O+.
14
15
16
Query using SQL
17
Query3: To display BloodGroup is B+ from
DonorDetails.
18
Query4: To display Date if Expiry from BloodDetails.
19
Form For table Items:
BloodDetails
DonorDetails
20
ReceiverDetails
21
Generate Report:
22