IP PROJECT on hospital patient management with coding , output ,theory for class 12th IP
IP PROJECT on hospital patient management with coding , output ,theory for class 12th IP
XII
GS NO. PARTICULARS
1 REQUIREMENTS
2 INTRODUCTION
3 OVERIEW OF PYTHON
4 OVERVIEW OF CSV
5 SOURCE CODE
6 OUTPUT
7 CONCLUSION
8 BIBLIOGRAPHY
REQUIREMENT
Front end:
Python 3.7.3
Back end:
CSV file (Using Excel)
Operating System: WINDOWS 10
BAPS hospital management system is a program
which can be used to manage data in hospital. Its main
purpose is to reduce the paperwork and the difficulty in
maintaining the records of the various patient and staff
in the hospital. It increases the efficiency of the lab and
makes it way easier to manage the lab. The H.I.M can
edit, update and delete the records at any time. It also
has various other features like analysing a single
column or a single record or multiple columns or
multiple records so the user can use it efficiently and
easily. This makes it very much user friendly
Python was developed by Guido van Rossum
in the late eighties and early nineties at the
National Research Institute for Mathematics
and Computer Science in the Netherlands.
Python is derived from many other languages,
including ABC, Modula-3, C, C++, Algol-68,
Smalltalk, and UNIX shell and other scripting
languages.
Python is a high-level, interpreted, interactive
and object-oriented scripting language.
Python is designed to be highly readable.
It can be used as a scripting language or can
be compiled to byte-code for building large
applications.
It can be easily integrated with C, C++, COM,
ActiveX, CORBA, and Java.
7
OVERVIEW OF CSV