292609858-Computer-Science-C-project-on-Hospital-Management-System-for-CBSE-Class-XII.pdf

October 5, 2017 | Author: Anup kumar mishra | Category: Digital Technology, Digital & Social Media, Computer Engineering, Computer Data, Office Equipment
Share Embed Donate


Short Description

Download 292609858-Computer-Science-C-project-on-Hospital-Management-System-for-CBSE-Class-XII.pdf...

Description

COMPUTER PROJECT ~~~TOPIC~~~

“”HOSPITAL MANAGEMENT SYSTEM”” BY AMAN XII GUPTA….. SCIENCE TO THE READERS

PEOJECT: - The word merely means “a research work worked out in a scientific but in an extensive manner”. While doing a project, a particular topic is to be brought. It is generally initiated to go on an in depth study on a particular subject in a very meticulous way. Doing a project on a particular topic assigned to a particular subject needs total understanding of the topic. “Project is a problematic act carried to its conclusion in its natural setting”. Learning by doing seems to be very effective tool for a student to develop a thread-bare idea on the topic.

ACKNOWLEDGEMENT: - I am AMAN GUPTA in “NORTH POINT SENIOR SECONDARY BOARDING SCHOOL” I have got a GOLDEN OPPERTUNITY to complete this Computer Science Project on the topic of “HOSPITAL MANAGEMENT” our respected teacher” MINTU GHOSH .

Your’s sincerely…..

INTRORUCTION:This project is based on the “Hospital Management System”. More specifically it is a project based on patient’s admission system in a hospital. The program gives many options which help the user for an easier and faster access to the records. It has many beneficial options like bed wise report, within a few seconds. The output provided is easily understandable. The main disadvantage of manual system is that the papers and files occupy a huge space whereas a computer needs a small table only. Through computer one can access the records very quickly. Also it

gives accurate data. It not only reduces the work load of the employees but also makes the work very neat and clean.

OBJECTIVE:The main objective of this program is to provide:Faster access to the record. Providing accurate and understandable outputs. Providing maximum information by inputting minimum information.

-: SYSTEM DESIGN:-

1TECHNICAL FEASIBILITY:

a MINIMUM HARD WARE EXPERIMENT :

For this project we require a 350 MHz processor, 32 MB DRAM/DDRAM, hard disk space of 300 MB, 1.44MB floppy drive, CDROM drive (optional).peripheral input/output devices like monitor, keyboard, mouse and printer (optional).

b MINIMUM SOFTWARE REQUIREMENT:

A Windows/ dos based operating system with Turbo C++ Compiler.

2 ECONOMIC FEASIBILITY: Any company/ workstation platform can provide this much technical feasibility. Therefore this project is technically feasible .

3 OPERATION FEASIBILITY: This project is very user friendly. One can handle this very easily. The project itself guides the user. The program itself interacts with the user by understandable message. The user is only responsible for providing the input data values and rest everything is the program’s responsibility.

SYSTEM ANALYSIS Modules and their description: 1 Display the Entire patient list :-

Through this option one can see the whole patient list that has been inserted. In this program you will see it one by one with record numbers. After seeing a record if you press any key another record will appear in front of you.

2 Display Only a Patients List :-

Through this facility one can see only the desired patient’s record .This module will help you finding the record very quickly just by imputing the patient’s name.

3 Addition of a new record :-

This module gives you the facility to add a new record in the admission system. After imputing the necessary details of the patient it will automatically save the record.

4 Deletion of a Record :-

This option allows you to delete unwanted records. In my program you will able to see all the records one by one and then you can delete the desired record.

5 Modification of a Record :-

In case of a mistake in the entire of a record, you can edit the record this module.

6 Unit Wise Record :-

If you want see all the records of a particular unit, then you have to use this option.

7 Doctor Wise Reord :-

By this option one can see all the patient’s records that are undergoing treatment under a particular doctor.

8 Bed Wise Record :-

In this option you have to enter the bed number of a patient and his whole record will appear on the screen.

9 Disease Wise Record :-

If you enter the name of a particular disease, then the entire patient’s record of that disease will appear on the screen.

10 Menu :-

The complete program is run by a menu. When you run the program, first you have to encounter with the menu. There you have to insert a single character such as ‘A’ for addition and that function will start running.

DISPLAY ENTIRE PATIENT'S LIST. UNIT WISE RECORD.

DOCTOR WISE RECORD.

DISPLAY ONLY A PATIENT'S LIST.

ADDITION OF RECORD.

MENU

DISEASE WISE RECORD.

DELEITION OF RECORD.

BED WISE RECORD.

MODIFICATION OF RECORD.

_________________________________________________________

-: FEASIBILITY STUDY:-

-: CODING:#include #include #include #include #include #include #include #define max 200 struct hospital { char name[25]; char sex[6]; int age; char add_date[20]; char address[50]; char phone[20]; char bed[20]; char doc[25]; char disease[20]; char doc_phone[20]; char release[20]; char doc_address[50]; char unit[10]; }; void reading(char fname[10]) { struct hospital patient; ifstream infile; infile.open(fname,ios::in); int n=0; int i=0; i=sizeof(patient); infile.seekg(0,ios::end); n=infile.tellg(); int j=0;

j=(n/i); infile.seekg(0); fflush(stdin); char name11[20]; cout
View more...

Comments

Copyright ©2017 KUPDF Inc.
SUPPORT KUPDF