Blood bank management system

Slides:



Advertisements
Similar presentations
Banking Business Scenario
Advertisements

ER Model For a college DB
Introduction to SQL 1 Lecture 5. Introduction to SQL 2 Note in different implementations the syntax might slightly differ different features might be.
DFD, LDS, ELH Inter-Relationships
WHAT D IS RAW, UNPROCESSED FACTS AND FIGURES COLLECTED, STORED AND PROCESSED BY COMPUTERS.
Draw an ER Diagram for the following (record any assumptions):
ISMT221 Information Systems Analysis and Design Entity-Relationship Diagram Lab 4 Tony Tam.
Chapter Physical Database Design Methodology Software & Hardware Mapping Logical Design to DBMS Physical Implementation Security Implementation Monitoring.
CS424 PK, FK, FD Normalization Primary and Foreign Keys Primary and foreign keys are the most basic components on which relational theory is based. Primary.
Database – Part 2a Dr. V.T. Raja Oregon State University.
Announcements Reading for Wednesday Homework 2 - Due 9/22
Database Relationships Objective 5.01 Understand database tables used in business.
Entity Relationship Diagram Farrokh Alemi Ph.D. Francesco Loaiza, Ph.D. J.D. Vikas Arya.
Data Storage. Database structure 1 What is a database system? Answer 1 a database is a system for managing a collection of data. Answer 2 data bases are.
© 2007 by Prentice Hall (Hoffer, Prescott & McFadden) 1 The Relational Model (Advanced)
E - Bike Service ACHARYA MOTIBHAI PATEL INSTITUTE OF COMPUTER STUDIES
Architecture Tutorial Overview of Today’s Talks Provenance Data Structures Recording and Querying Provenance –Break (30 minutes) Distribution and Scalability.
Electronically Querying for the Provenance of Entities Simon Miles Provenance-Aware Service-Oriented Architectures.
Creating databases for web applications
1 Advanced Computer Programming Databases. Overview What is a database? Database Basics Database Components Data Models Normalization Database Design.
Structured Systems Analysis and Design Methodology Northern College Diploma Philip Bird.
CSE 441: Systems Analysis & Design
Relational databases and third normal form As always click on speaker notes under view when executing to get more information!
PLUG IT IN 3 Fundamentals of Relational Database Operations.
What we’ve learnt Doc 5.69 Doc 5.70 Section 1-3. A simple database Related objects Tables hold the data Forms, reports, queries to access the data.
CIS 210 Systems Analysis and Development Week 6 Part II Designing Databases,
DAT602 Database Application Development Lecture 4 Database Design.
Copyright 2006 Prentice-Hall, Inc. Essentials of Systems Analysis and Design Third Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter.
1 Database & DBMS The data that goes into transaction processing systems (TPS), also goes to a database to be stored and processed later by decision support.
Database Application Design and Data Integrity AIMS 3710 R. Nakatsu.
An Entity Relationship (ER) Diagram is a graphic that shows the interrelationship between entities in a database.
Btec National - Advanced Databases 1 Advanced Databases Entity Relationship Diagrams.
Rebecca McCready Faculty of Medical Sciences Newcastle University Lecture 2 – Relationships and Lookup fields.
Title of your case study Key benefits your firm delivered Logo of your firmYour name and .
ENTITY RELATIONSHIP DIAGRAM ENTITY RELATIONSHIP DIAGRAM IS A SPECIALIZED GRAPHIC THAT ILLUSTRATES THE INTERRELATIONSHIPS BETWEEN ENTITIES IN A DATABASE.
Relational Theory and Design
THE SERVICE MANAGER Prepared By : Dilip Sheladiya(08it051) : Ramesh Bamrotiya(09it043) : Jagdish Rathod(09it051) Guided By : Prof. Chintan Sidhapara. Group.
Quiz questions. 1 A data structure that is made up of fields and records? Table.
Analyzing Systems Using Data Dictionaries Systems Analysis and Design, 8e Kendall & Kendall 8.
ACIS Introduction to Data Analytics & Business Intelligence Database s Benefits & Components.
CS520 Project Online Book Store
ABO Blood Grouping Name: Class: Date: Who Can Donate to Whom? Use the information on the left side of the below diagram to draw arrows from the donor to.
Btec National - IT SYSTEMS ANALYSIS AND DESIGN 1 IT Systems Analysis and Design Entity Relationship Diagrams.
6.1 © 2007 by Prentice Hall Chapter 6 (Laudon & Laudon) Foundations of Business Intelligence: Databases and Information Management.
Database Relationships Objective 5.01 Understand database tables used in business.
Blood Donors System Project Lead : Chaitanya M Project Members : Anbalagan Nagarjuna R Nithyasri B.
DAVID M. KROENKE’S DATABASE PROCESSING, 10th Edition © 2006 Pearson Prentice Hall 6-1 David M. Kroenke’s Chapter Six: Transforming Data Models into Database.
Deanship of Distance Learning Avicenna Center for E-Learning 1 Session - 7 Sequence - 1 Normalization DB Design Guidelines Presented by: Dr. Samir Tartir.
Conversion from ER diagram to relational model 1 ER is a visual model The relational model is a matemathical model.
DAY 14: ACCESS CHAPTER 1 RAHUL KAVI October 8,
Setting Up Oracle Cash Management. Objectives After completing this lesson, you should be able to do the following: Describe Oracle General Ledger setup.
Quiz Which of the following is not a mandatory characteristic of a relation? Rows are not ordered (Not required) Each row is a unique There is a.
Personal Expense Tracker Ajmera Aneri S. ( ) Developed At : Developed By :
Visual Database Creation with MySQL Workbench 도시정보시스템 설계
Data Warehouse Project Business Definition Presented by: Mike Ellis Vinh Ngo.
LOGO Организация кредитования в Республике Беларусь Костенко А.К., к.э.н., доцент.
涉外合同中的法律适用问题 --- 以上海地区为例 Group 2 吕雅丽 王燕玉 刘彧 孙煜 韦卫玲 李天奇 LOGO.
Management Movie Management System Customers Databases Vendors
ER Diagram Practical Example
Implementation of Entity Relationships
Smart Draw v2010 آزمایشگاه مهندسی نرم افزار
تحلیل سیستم‌ها مدل‌سازی پردازشی.
Order Database – ER Diagram
Chapter 3 The Relational Model.
בסיסי נתונים ושפת SQL הרצאה #4
Subtitle Presenter Date
Systems Design Project Deliverable 3
Data Repository Jerry Post Copyright © 1997
Your logo here.
Chapter 3 The Relational Model
Presentation transcript:

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 Logo Sign in Join Home Donation Blood bank About us Search Help About Contact

Home Donation Blood bank About us Search Logo Picture Help About Contact Picture Basic information Donor rang   Comment Profile Contacts Inbox Help center   Pic   pic  

Blood Store management Blood Issued management Reports Alerts Home Logo Help About Contact Donor management Lab tests management Blood Store management Blood Issued management Reports Alerts Home Donation Blood bank About us Search

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

Patient Key attribute Fields Name Data Type Length Value First name   First name char (20) Not NULL Date of Birth (10) Gender Marriage status (15) Medical status (100) Primary key p-id int Contact no Email id Address Postcode

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