You are on page 1of 14

BLOOD BANK MANAGEMENT SYSTEM

Second presentation
Activity Diagram
admin donor
Class Diagram Class Diagram
Development Diagram
Data Flow Diagram
Entity relationship diagram
Sequence Diagram
User Interface

Sign in Join
Logo

Home Donation Blood bank About us Search

Help About Contact


Logo

Home Donation Blood bank About us Search

Profile Contacts Inbox Help center

Picture Basic information


Donor rang

Comment

Pic

pic

Help About Contact


Logo

Home Donation Blood bank About us Search

Donor management Lab tests management Blood Issued Blood Store Reports Alerts
management management

Help About Contact


Data Base Design

Donor
Key attribute Fields Name Data Type Length Value

First name char (20) Not NULL


Surname char (15) Not NULL
Nationality char (15) Not NULL
Date of Birth int (10) Not NULL
Gender char (10) Not NULL
High int (10) Not NULL
Weight int (10) Not NULL
Marriage status char (15) Not NULL
Medical status char (100) Not NULL
Primary key Donor Reg-id int (10) Not NULL
Contact no int (15) Not NULL
Email id char (10)
Address char (20) Not NULL
Postcode int (10) Not NULL
Patient
Key attribute Fields Name Data Type Length Value

First name char (20) Not NULL


Date of Birth char (10) Not NULL
Gender char (10) Not NULL
Marriage status char (15) Not NULL
Medical status char (100) Not NULL
Primary key p-id int (10) Not NULL
Contact no int (15) Not NULL
Email id char (10)
Address char (20) Not NULL
Postcode int (10) Not NULL
Stock
Key attribute Fields Name Data Type Length Value
Primary key Donor id int (10) Not NULL
Date of Donate int (15) Not NULL
Blood group char (10) Not NULL
Amount of Blood int (20) Not NULL

Blood
Key attribute Fields Name Data Type Length Value
Foreign key Donor id int (10) Not NULL
Primary key Blood no int (10) Not NULL
Date of expiry int (10) Not NULL
Lab Test Results char (150) Not NULL

You might also like