0% found this document useful (0 votes)
360 views6 pages

Part A Plan: Design Er Diagram and Normalisation Database For Hospital Management System

1) The document outlines a plan to design an ER diagram and normalized database for a hospital management system. It includes gathering requirements, analyzing the data, designing the diagram and tables, implementing, testing, and deploying the system. 2) The methodology includes determining entities, adding attributes, defining relationships, adding cardinality, and normalizing tables. The actual work included creating an ER diagram for the hospital system and normalizing tables for entities like hospital, patient, medical record, and doctor. 3) Key outcomes were learning how to create ER diagrams, normalization tables, develop the project, and prepare documentation like a report on the work. The project aimed to model database design concepts for organizational data management.

Uploaded by

BIDU
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
360 views6 pages

Part A Plan: Design Er Diagram and Normalisation Database For Hospital Management System

1) The document outlines a plan to design an ER diagram and normalized database for a hospital management system. It includes gathering requirements, analyzing the data, designing the diagram and tables, implementing, testing, and deploying the system. 2) The methodology includes determining entities, adding attributes, defining relationships, adding cardinality, and normalizing tables. The actual work included creating an ER diagram for the hospital system and normalizing tables for entities like hospital, patient, medical record, and doctor. 3) Key outcomes were learning how to create ER diagrams, normalization tables, develop the project, and prepare documentation like a report on the work. The project aimed to model database design concepts for organizational data management.

Uploaded by

BIDU
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Part A Plan

Design Er Diagram And Normalisation Database For Hospital Management System

1. Brief Description :-
It is a database design technique which is used to organize the tables in such a manner that it should
reduce redundancy and dependence of data.It divides large tables in small tables. And links the smaller tables using the
relationship.Normalization is a process in which data attributes within a data model are organized to increase the cohesion of entity
types. In other words, the goal of data normalization is to reduce and even eliminate data redundancy, an important consideration
for application developers because it is incredibly difficult to stores objects in a relational database that maintains the same
information in several places.

2. Aims of the micro project:- Design Er Diagram And Normalisation Database For Hospital Management System

3. Course Outcomes Addressed:-


a) Design Normalized database on given data.
b) Create and Manage Database using SQL command.
c) Write PL/SQL code for given database.
d) Apply triggers ob database also create procedure and function according to condition.
e) Apply security and confidentiality on given Database.

4. Proposed Methodology:-

1. Determine the Entities in Your ER Diagram


2. Add Attributes to Each Entity
3. Define the Relationships Between Entities
4. Add Cardinality to Every Relationship
5. Then make NF table

5.Action plan :

Name of
Sr. Planned Planned Responsible
Details of Activity
No. start Date Finish Date Team
Members
Gathering The Raw
1. Information Related 24/09/2021 01/10/2021 Sharma Piyush
To Project Balaram
2. Analysis 01/10/2021 08/10/2021
Patel Nahed
3. Designing 08/10/2021 15/10/2021 akhalakh
4. Implement of Coding 15/10/2021 22/10/2021
Pathan Zaid
5. Testing of Project 22/10/2021 29/10/2021 khan
6. Deployment of Module 29/10/2021 12/11/2021 Amjad khan

7. Prepare Out Put 12/11/2021 03/12/2021 Gaikwad Om


Prepare Report on Sunil
8. 03/12/2021 17/12/2021
Micro Project

1
 Resources used:-
Sr.n Name of Specification Quantity Remark
o resources
1. Pc I5,4gb,512gb 1
2. Software Ms access 1

3. Internet Google 1

 Name of Team Members:-


 Sharma Piyush Balaram
 Patel Nahed akhalakh
 Pathan Zaid khan Amjad khan
 Gaikwad Om Sunil

2
Part B- Outcomes after Execution

1. Rationale:-
Each and every organization like shopping mall, hospital, banking, institutes, industry needs to share
huge amount of data in effective manner. This course aims to develop skills in students to create, store, modify,
manage and extract information from a database. Database system can be used as a backend for developing database
applications.

2. Brief Description :
Is a database design technique which is used to organize the tables in such a manner that it should
reduce redundancy and dependence of data.It divides large tables in small tables. And links the smaller tables using the
relationship.Normalization is a process in which data attributes within a data model are organized to increase the cohesion of
entity types. In other words, the goal of data normalization is to reduce and even eliminate data redundancy, an important
consideration for application developers because it is incredibly difficult to stores objects in a relational database that
maintains the same information in several places.

3. Aims of the micro project:-


Design Er Diagram And Normalisation Database For Hospital Management System

4. Course Outcomes Achieved:-

a) Design Normalized database on given data.


b) Create and Manage Database using SQL command.
c) Write PL/SQL code for given database.
d) Apply triggers ob database also create procedure and function according to condition.
e) Apply security and confidentiality on given Database.

5. Actual Methodology Followed:-

ER Diagram For Hospital Management System :-

3
Normalization Table :-

Hospital:-

Hosp_id Primary key

Hcity

Haddress

Hos_name

Pat_id Foreign key reference to pat_id of patient table

Doc_id Foreign key reference to Doc_id of doctor table

Patient:-

Pat_id Primary key

Pname

Paddress

Pdiagnosis

Record_id Foreign key references to Record-id of Medical Record table

Hosp_id Foreign key references to Hosp-id of Hospital table

Medical Record:-

Record_id Primary key

Problem

Date_of_examination

Pat_id Foreign key references to Pal-id of Patient table

Doctor:-

Doc_id Primary key

Dname

Qualification

Salary

Hosp_id Foreign key references to Hosp-id of Hospital table

4
6. Actual Resources used:-

Sr.no Name of resources Specification Quantity Remark

4. Pc I3processor,4Gb ,500 1
GB
5. Software Ms access 1

6. Internet Google 1

7. Action plan :-

Name of
Sr. Planned Planned Responsible
Details of Activity
No. start Date Finish Date Team
Members
Gathering The Raw
1. Information Related 24/09/2021 01/10/2021 Sharma Piyush
To Project Balaram
2. Analysis 01/10/2021 08/10/2021
Patel Nahed
3. Designing 08/10/2021 15/10/2021 akhalakh
4. Implement of Coding 15/10/2021 22/10/2021
Pathan Zaid
5. Testing of Project 22/10/2021 29/10/2021 khan
6. Deployment of Module 29/10/2021 12/11/2021 Amjad khan

7. Prepare Out Put 12/11/2021 03/12/2021 Gaikwad Om


Prepare Report on Sunil
8. 03/12/2021 17/12/2021
Micro Project

8. Skill Developed / Learning outcome of this Micro-Project:-

 We learn that how to make the project of ER diagram and normalization tsble

 We learn that how to make the er diagram and NF table

 We learn that how to edit the program and how to do the presentation for the project.

 We learn that how to make the report for project.

 This all things we learn from the project.

9. Application of this Micro-Project:-

 To draw ER diagram and make normalization table

5
INDEX

Sr.No. Content Page No.

1 Certificate

2 Introduction 1

3 ER diagram 3

3 Normalization table 4

You might also like