Medical Store Project
Medical Store Project
Medical Store Project
Project
Medical Management
NAME : Nilesh shah
CLASS : XI
STREAM : SCIENCE
SUBJECT : COMPUTER SCIENCE(083)
REG. No. : E224301180021
ROLL No : 21
TOPIC : MEDICAL MANAGEMENT
Registration 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”.
INDEX
SR.NO TOPIC PG NO.
2 INTRODUCTION TO PYTHON
3 INTRODUCTION TO PROJECT
4 FLOW CHART
5 FILE STRUCTURE
6 SOURCE CODE
7 OUTPUT
9 CONCLUSION
10 BIBLIOGRAPHY
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:-
4. Open source- It has an open source code which is readable and available at
free of cost
8. Advanced features.
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
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.
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.
Flowchart
Source Code
import menu_functions
import sys
menu_choice=0
while menu_choice != 6:
print('-----------------------------')
print('----------------------------')
print('----------------------------')
print('----------------------------')
print('----------------------------')
print('----------------------------')
print('-----------------------------')
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:
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