Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Hospital Management System: A Project Report for MTech in Software Engineering, Assignments of Software Project Management

A project report on Hospital Management System

Typology: Assignments

2019/2020

Uploaded on 06/07/2020

jahnavi-prathipati
jahnavi-prathipati 🇮🇳

3.8

(5)

6 documents

1 / 24

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
A project report on
HOSPITAL MANAGEMENT SYSTEM
Submitted in partial fulfilment for the award of the degree of
Mtech in Software Engineering.
By
K. Vikas Reddy (17MIS7044)
Siddharth (17MIS7159)
AMARAVATI
MTSE
June, 2019
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18

Partial preview of the text

Download Hospital Management System: A Project Report for MTech in Software Engineering and more Assignments Software Project Management in PDF only on Docsity!

A project report on

HOSPITAL MANAGEMENT SYSTEM

Submitted in partial fulfilment for the award of the degree of

Mtech in Software Engineering.

By

K. Vikas Reddy (17MIS7044)

Siddharth (17MIS7159)

AMARAVATI

MTSE

June, 2019

CONTENTS

CHAPTER 1 - INTRODUCTION 1.1 MOTIVATION……………………………………………………………………....

1.2 REASONS……………………………………………………………………………

1.3 ADVANTAGES……………………………………………………………………... 1.4 TARGET USERS...…………………………………………………………………..

CHAPTER 2 - TECHNOLOGIES

2.1 USER INTERFACE DEVELOPMENT……………………………………………..

2.2 DATABASES………………………………………………………………………..

CHAPTER 3 - DESIGN

3.1 DIAGRAMS…………………………………………………………………………

CHAPTER 4 – IMPLEMENTATION 4.1 SCREENS WITHOUT INPUT……………………………………………………...

CHAPTER 5 – TEST CASES

5.1 TEST SCREENS…………………………………………………………………… 11

CHAPTER 6 – RESULTS

6.1 SCREENS WITH INPUT…………………………………………………………..

CHAPTER 7 – CALCULATIONS 7.1 FP CALCULATION………………………………………………………………..

7.2 COCOMO MODEL………………………………………………………………... 21

CHAPTER 8 – REFERENCES

8.1 REFERENCES……………………………………………………………………..

I

CHAPTER-

2. TECHNOLOGIES: Title Hospital Management System Software Operating System Server : Windows 10 Database Server : XAMPP Client : Browser Tools : PHP, MySQL User Interface : HTML Code Behind : PHP Hardware Processor : 3.7GHz Ram : 8GB Hard Disk : 1 TB

2.1 USER INTERFACE DEVELOPMENT:

HTML - HTML is a mark-up language which is used by the browser to manipulate text, images and other content to display it in required format. HTML was created by Tim Berners-Lee in 1991. The first ever version of HTML was HTML 1.0 but the first standard version was HTML 2.0 which was published in 1999 2.2 DATABASES: XAMPP – XAMPP is a free and open source cross-platform web server solution stack package, consisting mainly of the Apache HTTP Server, MySQL database, and interpreters for scripts written in the PHP and Perl programming languages

MySQL - MySQL is a database system used for developing web-based software applications. It is used for both small and large applications. It is a relational database management system

CHAPTER-

3. DESIGN ER DIAGRAM:

This ER Diagram represents the model of Hospital Management System. The Entity- Relationship Diagram of hospital management system shows all the visual instrument of database tables and the relations between appointments, doctor, patients etc.

Level 1:

First Level DFD of Hospital Management System shows how the system is defined into sub systems, each of which deals with one or more of the data flows to form an external agent, and which together provide all of the functionality of the hospital management system

Level 2:

DFD Level 2 then goes one step deeper into parts of Level 1 of System. It may require more functionalities of Hospital Management to reach the necessary level of detail about Hospital Management Sytem.

4.1 SCREENS WITHOUT INPUTS:

PATIENT LOGIN: Login Page for patients. If we try to login without any input then it shows this field is required.

REGISTRATION FORM: This page is to register to the website if they are not an existing user. If we doesn’t give any input then it shows please fill out this field.

BOOK APOINTMENT: This page to book appointments and if we doesn’t give any input and try to book appointments then it shows please select this field.

DOCTOR LOGIN: Login page for doctors. If we try to login without input then it shows this field is required.

CHAPTER – 5

5. TESTING: 5.1 TEST CASES: TEST CASE -1: If we try to register an existing user it shows email already exists.

TEST CASE – 2: If we try to login with wrong credentials it shows invalid.

TEST CASE – 3: For Doctor login, If we try to login with wrong credentials it shows invalid.

TEST CASE – 4: For ADMIN login, If we try to login with wrong credentials it shows invalid.

APPOINTMENT HISTORY: In this page patient can see all the appointment details he booked.

DOCTOR DASHBOARD: Doctor Dashboard. After logging in with the doctor credentials this is the page appeared.

APPOINTMENT HISTORY: In this page doctor can see his appointments and plan his schedule accordingly.

ADMIN DASHBOARD: Admin Dashboard. This is the page displayed logging in with admin credentials.

MANAGE DOCTORS: In this page admin can manage doctors by editing and deleting.

MANAGE PATIENTS: In this page admin can manage patients by editing and deleting.

APPOINTMENT HISTORY: In this page admin can see all the appointment history.

DOCTOR SESSION LOGS: In this page admin can see all the session activities of doctor.