Hospital Management System Using Php

September 23, 2017 | Author: catchsangi | Category: Patient, Medical Record, Databases, Usability, Information Technology Management
Share Embed Donate


Short Description

Hospital Management System Using Php...

Description

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

M.A.M. COLLEGE OF ENGINEERING AND TECHNOLOGY TRICHY -621105

DEPARTMENT OF INFORMATION TECHNOLOGY ANNA UNIVERSITY PRACTICAL EXAMINATIONS, OCT–2011

RECORD NOTE BOOK

CS1403 - SOFTWARE DEVELOPMENT LABORATORY Student Name

:

Register Number

:

Class & Semester

: 2008-2012, B.Tech., IT, VII - Semester

Month & Year

: OCT - 2011 1

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

2

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

M.A.M. COLLEGE OF ENGINEERING AND TECHNOLOGY TRICHY -621105

DEPARTMENT OF INFORMATION TECHNOLOGY ANNA UNIVERSITY PRACTICAL EXAMINATIONS, OCT–2011

BONAFIDE CERTIFICATE

This is to certify that this practical work titled CS1403 – Software Development Laboratory is the bonafide work of ________________________________ Register Number ______________________ during the academic year 2011-2012.

Faculty Incharge

Head of the Department

Submitted for Anna University of Technology, examination held on ____/___/___

Tiruchirappalli practical

at M.A.M. College of Engineering and

Technology, Trichy – 621105.

Internal Examiner

External Examiner 3

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

ABSTRACT

Our project Hospital Management system includes registration of patients, storing their details into the system, and also computerized billing in the pharmacy, and labs. Our software has the facility to give a unique id for every patient and stores the details of every patient and the staff automatically. It includes a search facility to know the current status of each room. User can search availability of a doctor and the details of a patient using the id. The Hospital Management System can be entered using a username and password. It is accessible either by an administrator or receptionist. Only they can add data into the database. The data can be retrieved easily. The interface is very user-friendly. The data are well protected for personal use and makes the data processing very fast.

4

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

TABLE OF CONTENT

Description

Page No

BONAFIE CERTIFICATE

03

ABSTRACT

04

Chapter 1 INTRODUCTION

07

1.1

Problem Definition

08

1.2

Requirement of Proposed System

10

1.3

System Analysis

12

1.4

Proposed System

14

Chapter 2 PROCESS DESCRIPTION

16

2.1

Doctor Module

16

2.2

Patient Module

18

2.3

Appointment Module

20

Chapter 3 PROGRAM DESIGN 3.1

22

Doctor Module

22

5

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

3.2

Patient Module

27

3.3

Appointment Module

29

Chapter 4 DATABASE DESIGN

32

Chapter 5 CONCLUSION

35

REFERENCES

36

Appendix 1

SAMPLE SOURCE CODE

6

37

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

Chapter 1

INTRODUCTION

In most developing countries, provision of basic preventive, promotive and curative services is a major concern of the Government. With growing population and advancement in the medical technology and increasing expectation of the people especially for quality curative care, it has now become imperative to provide quality health care services through the established institutions. In public Sector 15,393 allopathic hospitals (Health Information of India 2003) are functioning. In the rural areas, the secondary level care is being provided through 3222 CHCs (Bulletin on Rural Health Statistics in India 2005) with 30 beds each with specialist services of physicians, pediatricians, O & G specialists, and surgeons being made available. However, these services have not been successful in gaining the faith and confidence of the people because of lack of specialists, facilities and accountability, along with the paucity of resources and non-involvement of the community. Hospital Management System is a simple yet effective management structure. This system acts for the hospitals to manage the affairs of the hospital.

7

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

HMS is free to prescribe, generate and use the functioning and maintaining the quality of services.

1.1

PROBLEM DEFINITION

This project is aimed to automate the hospital management system. This project is developed mainly to administrate doctor's appointment with the patients. The purpose of the project entitled as HOSPITAL MANAGEMENT SYSTEM is to computerize the Front Office Management of Hospital to develop software which is user friendly, simple, fast, and cost – effective. It deals with the collection of patient’s information, diagnosis details, etc. Traditionally, it was done manually. The main function of the system is to register and store patient details and doctor details and retrieve these details as and when required, and also to manipulate these details meaningfully. 8

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

NEED 1. Efficiently maintains the details about the patient 2. Simultaneously updates changes made to any data, item in the entire data base. 3. It is faster than manual system

9

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

The goal of any system development is to develop and implement the system cost effectively; user-friendly and most suited to the user’s analysis is the heart of the process.

This function of Hospital Management Information System deals with registering the new Patient either for OPD or IPD and giving unique Identification Number to the Patient. This number is unique throughout the System for identifying the patient.

Analysis is the study of the various operations performed by the system and their relationship within and outside of the system. During analysis, data collected on the files, decision points and transactions handled by the present system. Different kinds of tools are used in analysis of which interview is a common one.

The patient can be registered at Reception. Patient identification number is also created for each separate visit of the patient. This is also a part of registering patient. ID is used for tracking of medical records of the patient for that particular OPD visit or IPD admission. All the medical record of the patient are identified by combination of numbers i.e. Patient ID. The numbers gives flexible search in terms of finding patient's History Record.

1.2

REQUIREMENT OF PROPOSED SYSTEM

The first step in system development life cycle is the identification of need of change to improve or enhance an existing system. An initial investigation on existing system was carried out. The present system of hospital is completely 10

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

manual. Many problems were identified during the initial study of the existing system. To develop this software detailed study is made at local hospital. Based on the information collected it is decided to maintain the basic information about doctors and patients.

PATIENT REGISTRATION

SLOT DETAILS

The working time for doctors is scheduled as follows. 11

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

Each patient will consult the doctor based on the appointment. If the doctor is free on his/her duty time, the outpatient can consult the doctor after the spot appointments are made.

APPOINTMENT

Appointments for patients may be made at the reception. New patients are informed to fill the registration form and pay registration fees. Then the patient id is generated and issued to the patient for further use.

The appointment may be fixed by verifying doctor's and their free slots available, then the appointment will be confirmed. Otherwise the dates or slots may be asked to change for the patients.

1.3 SYSEM ANALYSIS

System analysis is a detailed study of the various operations performed by a system and their relationships within and outside of the system. Here the key question is – What all problems exist in the present system? What must be done to solve the problem? Analysis begins when a user or manager begins a study of the program using existing system. During analysis, data collected on the various files, decision points and transactions handled by the present system.

The commonly used tools in the system are Data Flow Diagram, interviews, etc. training, experience and common sense are required for collection of relevant information needed to develop the system. The success of the system depends 12

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

largely on how clearly the problem is defined, thoroughly investigated and properly carried out through the choice of solution.

A good analysis model should provide not only the mechanisms of problem understanding but also the framework of the solution. Then the proposed system should be analyzed thoroughly in accordance with the needs. 13

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

 System analysis can be categorized into four parts.  System planning and initial investigation  Information gathering  Applying analysis tools for structured analysis  Feasibility study  Cost/benefit analysis

The doctor's appointment with various slots for patient is created and maintained by system. The appointments can be altered at any time before an hour of the actual appointment schedule. The doctors and patients details must be registered to create the appointments.

1.4 PROPOSED SYSTEM

14

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

The drawback of the existing system is that it is very difficult to retrieve data from case files. It is difficult to handle the whole system manually and it is less accurate and to keep the data in case files for future reference because it may get destroyed. Moreover it is very difficult to retrieve data. Redundancy of data may occur and this may lead to the inconsistency. The manual system is so timeconsuming.

15

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

The proposed system is very easy to operate. Speed and accuracy are the main advantages of proposed system. There is no redundancy of data. The data are stored in the computer’s secondary memories like hard disk, etc. it can be easily receive and used at any time. The proposed system will easily handle all the data and the work done by the existing systems. The proposed systems eliminate the drawbacks of the existing system to a great extent and it provides tight security to data.

16

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

Chapter 2

PROCESS DESCRIPTION

2.1 DOCTOR MODULE

Process Name

: Doctor list

Process Number

: 1.1

Input

: Doctor Number – Select from List

Output

: Status Message

Error Condition

: Records Not Found – if no records in database

Process Name

: Add Doctor

Process Number

: 1.2

Input

: Name : Specialization

Output

: Status Message : Doctor Number (ID)

Error Condition

: Name Can’t be Empty : Specialization Can’t be Empty

17

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

Process Name

: Delete Doctor

Process Number

: 1.3

Input

: Doctor Number (ID)

Output

: Status Message

Error Condition

: None

Process Name

: Modify Doctor

Process Number

: 1.4

Input

: Doctor Number (ID) : Name : Specialization

Output

: Status Message

Error Condition

: Name Can’t be Empty : Specialization Can’t be Empty

Process Name

: Undelete Doctor

Process Number

: 1.5

Input

: Doctor Number (ID)

Output

: Status Message

Error Condition

: None

18

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

19

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

2.2 PATIENT MODULE

Process Name

: Patient list

Process Number

: 2.1

Input

: Patient Number – Select from List

Output

: Status Message

Error Condition

: Records Not Found – if no records in database

Process Name

: Add Patient

Process Number

: 2.2

Input

: Name : Sex : Address

Output

: Status Message : Patient Number (ID)

Error Condition

: Name Can’t be Empty : Address Can’t be Empty

20

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

Process Name

: Delete Patient

Process Number

: 2.3

Input

: Patient Number (ID)

Output

: Status Message

Error Condition

: None

Process Name

: Modify Patient

Process Number

: 2.4

Input

: Patient Number (ID) : Name : Sex : Address

Output

: Status Message

Error Condition

: Name Can’t be Empty : Address Can’t be Empty

Process Name

: Undelete Patient

Process Number

: 1.5

Input

: Patient Number (ID)

Output

: Status Message

Error Condition

: None 21

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

2.3 APPOINTMENT MODULE

Process Name

: Appointment List

Process Number

: 3.1

Input

: Doctor Number

Output

: Appointment with Patient Details

Error Condition

: Records Not Found – if no records in database

Process Name

: Add Appointment

Process Number

: 3.2

Input

: Doctor Number : Patient Number : Slot Schedule

Output

: Status Message : Appointment Number (ID)

Error Condition

: None

22

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

Process Name

: Delete Appointment

Process Number

: 3.3

Input

: Appointment Number (ID)

Output

: Status Message

Error Condition

: None

Process Name

: Modify Appointment

Process Number

: 2.4

Input

: Appointment Number (ID) : Doctor – Select from List : Patient – Select from List : Slot – Select from List

Output

: Status Message

Error Condition

: None

Process Name

: Undelete Patient

Process Number

: 3.5

Input

: Appointment Number (ID)

Output

: Status Message

Error Condition

: None

23

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

Chapter 3

PROGRAM DESIGN

3.1 DOCTOR MODULE

LIST OF DOCTOR RECORDS

24

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

INSERTION OF NEW DOCTOR RECORD

RECORD CREATION

STATUS MESSAGE

25

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

UPDATED LIST AFTER INSERTION OF NEW RECORD

MODIFICATION OF EXISTING RECORDS

26

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

STATUS MESSAGE

UPDATED LIST AFTER MODIFICATION

27

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

DELETE SELECTED DOCTOR

UPDAED LIST AFTER DELETION

28

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

3.2 PATIENT MODULE

REGISTERED PATIENTS

NEW PATIENT DETAILS

29

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

MODIFICATION OF EXISTING PATIENT RECORD

DELETION OF EXISTING PATIENT RECORD

30

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

3.3 APPOINTMENT MODULE

APPOINTMENT DETAILS

CREATE NEW APPOINTMENT

31

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

STATUS MESSAGE

MODIFICATION OF APPOINTMENT

STATUS MESSAGE

32

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

CANCEL THE APPOINTMENT

33

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

Chapter 4

DATABASE DESIGN

DATABASE: HOSPITAL

TABLE: APPOINTMENT (APPT)

34

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

TABLE: DOCTOR (DOCT)

TABLE: PATIENT

35

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

TABLE: SLOT

36

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

Chapter 5

CONCLUSION

The HOSPITAL MANAGEMENT SYSTEM is a great improvement over the manual system using case fields and paper. The computerization of the system has sped up the process. In the current system, the front office managing is very slow. The hospital managing system was thoroughly checked and tested with dummy data and thus is found to be very reliable.

ADVANTAGES  It is fast, efficient and reliable  Avoids data redundancy and inconsistency  Web-based  Number of personnel required is considerably less  Provides more security and integrity to data

FUTURE ENHANCEMENTS The proposed system is Hospital Management System. We can enhance this system by including more facilities like billing system, inpatient room allotment for the admitted patients and the stock details of medicines in the pharmacy. Providing such features enable the users to include more comments into the system.

37

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

REFERENCES

1. PHP MySQL Website Programming: Problem - Design – Solution byChris Lea, Mike Buzzard, Dilip Thomas , Jessey White-Cinis 2. Beginning PHP5, Apache, and MySQL Web Development (Programmer to Programmer) by Elizabeth Naramore 3. MySQL/PHP Database Applications, 2nd Edition by Brad Bulger 4. How to Do Everything with PHP and MySQL by Vikram Vaswani

38

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT

Appendix 1

SAMPLE SOURCE CODE DADD.PHP Add New Doctor HOSPITAL MANAGEMENT SYSTEM DoctorsPatientsAppointments New Doctor Doctor Name Specilization

39

HOSPITAL MANAGEMENT SYSTEM, MAMCET, 2008IT



DSAVE.PHP Save Doctor HOSPITAL MANAGEMENT SYSTEM DoctorsPatientsAppointments Save Doctor
View more...

Comments

Copyright ©2017 KUPDF Inc.
SUPPORT KUPDF