You are on page 1of 17

Computer Science

Project

Medical Management
NAME : Nilesh shah

CLASS : XI
STREAM : SCIENCE
SUBJECT : COMPUTER SCIENCE(083)
REG. No. : E224301180021
ROLL No : 21
TOPIC : MEDICAL MANAGEMENT

NERUL, NAVI MUMBAI


CERTIFICATE

This is to certify that this computer project on ‘Medical Management’ has


been completed by ‘Nilesh shah ’ of class XI Science, in partial fulfilment
of the curriculum of the Central Board of Secondary Education leading to
the award of All India Senior School Certificate for the year 2022-23.

Registration No.:

Class Roll No:

__________________
Internal Examiner
Date:

__________________ ___________________
SCHOOL SEAL PRINCIPAL
Date:

DECLARATION
I hereby declare that the project entitled “Airline reservation” submitted
to “Tilak public school” for subject “computer science” under the
guidance of “Mrs Amrita Dutta” is a record of original work done by us
and there is no copy or project related to it has been submitted to any
other educational institution by us.

ACKNOWLEDGEMENT
I would like to express my special thanks of gratitude to my teacher “
'Mrs. Amrita ” as well as our principal “ Mrs. Ruby ” who gave me the
golden opportunity to do this wonderful project on the topic “Medical
Management”.

I would also like to thank my parents and my project partner -“Umar


Firfire” who helped me a lot in finalizing this project within the limited
time frame.

Finally, I would like to thank CBSE for giving me an opportunity to do this


project and mam for giving me a suitable partner.

INDEX
SR.NO TOPIC PG NO.

1 HARDWARE AND SOFTWARE USED

2 INTRODUCTION TO PYTHON
3 INTRODUCTION TO PROJECT

4 FLOW CHART

5 FILE STRUCTURE

6 SOURCE CODE

7 OUTPUT

8 LIMITATIONS AND IMPROVEMENTS

9 CONCLUSION

10 BIBLIOGRAPHY

Hardware and Software Used

Hardware
 Asus laptop
 RAM – 16GB
 Processor - AMD Ryzen 7 5700U
 HP Printer
Software
 Windows 11
 Python IDLE 3.10.1
 Microsoft Office

Introduction to Python
Python is developed by Guido Van Rossum. He started Implementing python in
1989. Python is a very simple programming language so even if you are new in
programming , you can learn python without facing any issues.
Uses of python:-

1. 1.Readable- it is easier to read by system as well as programmer.

2. Easy to learn- it is a high level language.

3. Cross platform- can run on various systems as mac,linux etc

4. Open source- It has an open source code which is readable and available at
free of cost

5. free of cost - python is available at


free of cost.

6. large standard library.

7. supports exception handling.

8. Advanced features.

9. Automatic memory management.

Applications of Python
1. Web development- web framework like django and flask are based on
python.

2. Machine learning.

3. Data analysis.

4. Scripting

5. Game development

6. Can develop embedded


applications in python

7. Desktop applications.

Introduction to Project
Today the world's most forward-looking medical agency are trying to provide more
reliable and accurate services in their field, offering services to the customers and
employees with all the available choices in their interest. It may be a leading many
different medical shop. Every Shop nowadays is trying to computerize its activities
to provide better services to its customers. The aim is to automate its existing
manual system by the help of computerized equipment’s and full-fledged computer
software, fulfilling their requirements, so that their valuable data/information can
be stored for a longer period with easy accessing and manipulation of the same.

This project, “MEDICAL STORE SYSTEM” also a step towards offering more or less
the similar features. This system enables to manage and record the activities of
whole medical Shop of multi-facility skills only.
It enables the other staff to provide their services in a more systematic and efficient
manner, hence improving the goodwill of concerned institution. This helps the
administrator to analyse upon the performance of institution.

Objectives of the Project Medical Shop Management System:-

 To assist the medical shop keeper and wholesalers in capturing the effort
spent on their respective working areas.
 To utilize human resource of the institution in an efficient manner by
increasing their productivity through automation.
 Being provided on the intranet the administrators can monitor the medical
shop’s activity right from their own desktop. This will let them take
managerial decisions.
 The system generates a number of types of reports that can be then used for
various managerial and administrative purposes.
 It also gives a brief picture of the institution’s progress.
 Helps in keeping track of all the activities of the medical agency like
login/logout time, security related activities, etc. and thus helps in finding out
the performance level of the centre.

Thus, there is a number of objectives behind developing the “MEDICAL STORE


SYSTEM” and it reduces a lot of burden of the managers by simplifying the tasks of
reporting etc.

Flowchart
Source Code
import menu_functions
import sys

menu_choice=0

while menu_choice != 6:

print('-----------------------------')

print("|Enter 1 for medicine menu |")

print('----------------------------')

print('|Enter 2 for customer menu |')

print('----------------------------')

print('|Enter 3 for supplier menu |')

print('----------------------------')

print('|Enter 4 for report menu |')

print('----------------------------')

print('|Enter 5 for invoicing |')

print('----------------------------')

print('|Enter 6 to quit the program|')

print('-----------------------------')

menu_choice=int(input("Enter Your Choice\n"))

if menu_choice==1:

menu_functions.medicine_menu()

elif menu_choice==2:

menu_functions.customer_menu()

elif menu_choice==3:
menu_functions.supplier_menu()

elif menu_choice==4:

menu_functions.report_menu()

elif menu_choice==5:

menu_functions.invoicing_menu()

elif menu_choice==6:

break

else:

print("Invalid Input! Try Again! \n")

sys.exit()

Output
Limitations
Time available for the project work approximately three months. Normally within
such a short span of time, many of facilities couldn't be included in this software.
The limitations of the software are:

 This system should not be taken as a tool to assist the Vendors in selling or
selection of product. In other words it is not a type of Expert System.
 As its title indicates, the project aims at automating the service aspects of the
medicine. It is only meant for out Customer dealing.
 It also does not cover any in house delivery processing as would be typical of
Vendors/Company.
 It is only meant for a simple shop whereout Customers.
 This project is only made for providing the invoices rose against the MEDICAL
SHOP SYSTEM and to analyze the service.
 This project generates various service reports of the company, customers,
Medicine and helps the company administrator to analyze the status of the
specific product.

Conclusion
 It manages the details of medicine.
 It manages the details of receipt.
 It manages the details of report.
 It also manages the details of medicine provide to the customer.

Bibliography
www.wikipedia.com

-www.scribd.com

www.lucidchart.com

You might also like