BLOOD BANK MANAGEMENT SYSTEM Second presentation.

14
BLOOD BANK MANAGEMENT SYSTEM Second presentation

Transcript of BLOOD BANK MANAGEMENT SYSTEM Second presentation.

Page 1: BLOOD BANK MANAGEMENT SYSTEM Second presentation.

BLOOD BANK MANAGEMENT SYSTEM

Second presentation

Page 2: BLOOD BANK MANAGEMENT SYSTEM Second presentation.

Activity Diagram

admin donor

Page 3: BLOOD BANK MANAGEMENT SYSTEM Second presentation.

Class Diagram Class Diagram

Page 4: BLOOD BANK MANAGEMENT SYSTEM Second presentation.

Development Diagram

Page 5: BLOOD BANK MANAGEMENT SYSTEM Second presentation.

Data Flow Diagram

Page 6: BLOOD BANK MANAGEMENT SYSTEM Second presentation.

Entity relationship diagram

Page 7: BLOOD BANK MANAGEMENT SYSTEM Second presentation.

Sequence Diagram

Page 8: BLOOD BANK MANAGEMENT SYSTEM Second presentation.

LogoSign in Join

Home Donation Blood bank About us Search

Help About Contact

User Interface

Page 9: BLOOD BANK MANAGEMENT SYSTEM Second presentation.

Home Donation Blood bank About us Search

Logo

Help About Contact

Picture Basic informationDonor rang

  Comment

Pic  

 pic

Profile Contacts Inbox Help center  

Page 10: BLOOD BANK MANAGEMENT SYSTEM Second presentation.

Logo

Help About Contact

Donor management Lab tests management Blood Store management

Blood Issued management

Reports Alerts

Home Donation Blood bank About us Search

Page 11: BLOOD BANK MANAGEMENT SYSTEM Second presentation.

Data Base Design

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

Donor

Page 12: BLOOD BANK MANAGEMENT SYSTEM Second presentation.

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

Patient

Page 13: BLOOD BANK MANAGEMENT SYSTEM Second presentation.

Key attribute Fields Name Data Type Length ValuePrimary 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

Stock

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

Blood

Page 14: BLOOD BANK MANAGEMENT SYSTEM Second presentation.