Clinic Management System
Clinic Management System
Internal Examiner
Mrs Archana Kumari
1
DECLARATION
Student Name:
Roll No.
Date:
2
ACKNOWLEDGEMENT
3
ABSTRACT
record, before this is done manually. This system will involve all the
clinic details from details and Doctors Profiles. The important thing is
it will become easier for the data record and retrieval. For example, the
number of per day and total collection per day. This system is able to
check the inventory for the medicine in the clinic. The target user for
this system is staff of the clinic, doctor and also the management. The
usable. Evaluation is conduct with Python IDLE Shell. The doctor and
staff can also give opinion to make the system more usable for the
clinic daily operation. Overall this system is able to support the daily
4
CONTENTS
1. INTRODUCTION 05-06
1.1 Objective Of The Project
5. CONCLUSION
6. BIBLIOGRAPHY
5
1. INTRODUCTION
Nowadays many systems have been developed to make life easier. The
system will include python to create easy app that will record all the data.
For the private clinics, usually they are using digital system(mobiles and
registers) to record the information and other information that related to the
clinic. There are many manual systems for clinic management system, but it
does not meet the local user requirement that is still new in the electronic
system. This system will provide easy access and information providing
system about doctor’s details, time, fees and appointment date which makes
registration easier.
6
1.1 OBJECTIVE OF THE PROJECT
their requirement.
Patient and Attendant can check the time and day of appointment as
results.
2. SYSTEM STUDY
7
2.1 Existing System
ambiguity also.
The day-to-day entries are made manually into the book that has
system which stores every information safe, secure and for a longer
availability of the doctor in the clinic. Patient and Attendant can check
2.3 SOFTWARE/HARDWARE
8
REQUIRNMENT
Software needed:
Hardware Needed:
RAM : 64 MB RAM
Monitor : IBM/SAMSUNG
3.2 FLOWCHART
10
A flowchart is a graphical representation of steps. It was originated
from computer science as a tool for representing algorithms and
programming logic but had extended to use in all other kinds of
processes. Nowadays, flowcharts play an extremely important role in
displaying information and assisting reasoning. They help us visualize
complex processes, or make explicit the structure of problems and
tasks. A flowchart can also be used to define a process or project to be
implemented.
following advantages:
FLOWCHART NOTATION
11
12
PROJECT FLOWCHART
13
CODING
print("@@@@@@@@@@@@@@@@@@@@@@@@@@@")
print("@@@@@@@@@@@@@@@@@@@@@@@@@@@")
Department = 'Dermatology'
Department = 'immunology'
Department = 'Pediatric'
Department = 'Ganeacology'
14
GarvitManikpuri = ('Age:42','Qual:MBBS','Exp : 14 years')
print("*********************************************")
print("---------------------------------------------")
print("*********************************************")
print("*********************************************")
print("---------------------------------------------")
print("*********************************************")
if (Department == 'Dermatology'):
print("Timing is 10 - 12")
elif(Department == 'immunology'):
print("Timing is 4 - 6")
elif(Department == 'Pediatric'):
15
print ("Doctor present is Garvit Manikpuri")
print("Timing is 6 - 8")
elif(Department == 'Ganeacology'):
print("Timing is 6 - 8")
print("*********************************************")
print("---------------------------------------------")
print("*********************************************")
if (Profile == 'yes'):
else:
print("*********************************************")
print("---------------------------------------------")
print("*********************************************")
16
if (DoctorName == 'Rajat Ray'):
print RajatRay
print GarvitManikpuri
print SnehalGaur
print RajeevMalhotra
else:
print("Thank You")
print("*********************************************")
print("---------------------------------------------")
print("*********************************************")
print("****************************************")
print("----------------------------------------")
print("----------------------------------------")
print("****************************************")
print("----------------------------------------")
17
Doctor = input("Enter the Doctor Name")
print("----------------------------------------")
if (Appointment == 'no'):
print("Thank You")
else:
print("----------------------------------------")
print("----------------------------------------")
print("----------------------------------------")
print("***************************************")
print("--------------------------------------")
18
print("--------------------------------------")
print("***************************************")
print("***************************************")
print("--------------------------------------")
print("--------------------------------------")
if Treatment == 'yes':
else:
print("--------------------------------------")
print("***************************************")
print("--------------------------------------")
print("--------------------------------------")
19
if Visit == 'yes':
else:
print("--------------------------------------")
print("***************************************")
SCREEN SHOTS
20
21
22
23
24
CONCLUSION
25
BIBLIOGRAPHY
Reference Book:-
Websites:-
www.itproject.com
www.sun.com
www.projectidea.com
With out the assistance of these books and valuable
sites, this project would have been curtailed. So we are
very much obliged and grateful to these sources.
A last thanks to our institution, which provides us with
the above mentioned book.
26