Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 10

PROJECT TOPIC

HOSPITAL MANAEMENT SYSTEM

NAME :ADDISU AMARE


REG NO:18BML0104

Facility name: Sanjiban Sekhar Roy


abstract

•This project is based on the concept of HOSPITAL MANAGEMENT


with the help of concepts of structure, and data file handling.this project
is capable of keeping record of the doctors and the patients that have
visited before going on with the study of program code, it is necessary
that one understands the pre- conditions that have been assumed for
making the program simple, more presentable and easier to
understand. These are as follows:- All the doctors and patients have
unique name. Wherever date is asked, it is entered as per the following
format:- date/month/year .
• Variable for storing the values for age and gender are strings. With
better knowledge of C programming and the use of more functions, the
program can be made more user friendly and practically applicable. In
present form this project just gives a reflection of how management
may be done in organization such as hospital with the help of simple
functions for adding, reading, searching, updating(editing the record)
and deleting the records.
•Introduction:

• This project Hospital Management System can be used to manage a


hospital properly. There are four kinds of users of this system. Their details are
given bellow

•1. Admin

•2. Manager

•3. Stuff

•4. Doctor

•There will be a single Log in page. System can identify who is logging in using
their User Id. Various user has various features. Not all features are available
for all users.

•Admin: Admin can see all Users Information and Stuff who are working.
BLOCK DIAGRAM
Person Hospital

Title: string Name: string{id}

name: string Address: address

Age: long int Phone: phone

Gender: gender

Home address: address

Phone: number

Department

Patient

Id: string{id}

Name: fullname Staff

Gender: gender Joined

Birthdate: date

Age: integer

Acceptation: date

Sickness: history

Prescription: string

Operation Administrative Technical

Staff Staff Staff

Doctor Front desk


Nurse Technician Technologist
Specialty: string Staff
Locations: string

Receptionist
FLOWCHART FOR HOSPITAL
MANAGEMENT SYSTEM
START

REGISTRATIONS

NEW PATIENT

CREATE PATIENT ID

CREATE USERNAME & PASSWORD

CREATE RECORD ENTRY


DATABASE

DOCTOR ALLOCATION

LOGIN
PATIENT ID

TEST & REPORTS ENTRY

ADVANCE FEES ENTRY

INFORMATION ENTRY TO DATABASE

BED & ROOM


ALLOCATION

PATIENT PROGRESS

PATIENT DISCHARGE
PENDING FEES

END
FIRST LEVEL DATAFLOW DIAGRAM
SECOND LEVEL DATAFLOW DIAGRAM

USE CASE DIAGRAM


ALGORITHM FOR HOSPITAL
MANAGEMENT SYSTEM
STEP 1: START
STEP 2: OPEN REGISTRATION PAGE
STEP 3: ALLOCATE MEMORY FOR NEW PATIENT INFORMATION
STEP 4: ENTER INFORMATION
STEP 5: CREATE UNIQUE PATIENT ID
STEP 6: CREATE USERNAME AND PASSWORD
STEP 7: CREATE ENTRY TO THE DATABASE
STEP 8: ALLOCATE DOCTOR FOR THE PATIENT
STEP 9: TESTS AND REPORTS ENTRY
STEP 10: INITIATE ADVANCE FEES

STEP 11: ALLOCATION OF BED AND ROOM FOR PATIENT


STEP 12: PATIENT HEALTH PROGRESS
STEP 13: PATIENT DISCHARGE
STEP 14: PENDING FEES AND UPDATION
STEP 15: END

You might also like