0% found this document useful (0 votes)
3 views5 pages

Computer Science Project

The Vaccine Management System project aims to digitize employee vaccination details for the India Health Organization using Python. It features a menu-driven interface for operations such as creating, displaying, searching, counting, editing, inserting, and deleting records related to vaccinations. The project includes a binary file 'Vaccine_data.csv' that stores essential information about vaccinated individuals, including personal details and vaccination data.

Uploaded by

Anshul
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views5 pages

Computer Science Project

The Vaccine Management System project aims to digitize employee vaccination details for the India Health Organization using Python. It features a menu-driven interface for operations such as creating, displaying, searching, counting, editing, inserting, and deleting records related to vaccinations. The project includes a binary file 'Vaccine_data.csv' that stores essential information about vaccinated individuals, including personal details and vaccination data.

Uploaded by

Anshul
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

COMPUTER SCIENCE PROJECT ON

“VACCINE MANAGEMENT SYSTEM”

NAME:
BOARD ROLL NO:
CLASS:
PROJECT DESCRIPTION
Project Description The project Vaccine Management System is an attempt to computerize
the personal details of employee of an organization “ India Heath Organization “. The
application is developed using Python Programming Language to create a binary file
[Link] and perform various operations on it. In a menu driven interface, the application is
providing the following option:
Menu operations
 Create
 Append
 Display all
 Search
[Link]
2.Vac_center
[Link]
[Link]
[Link] type
[Link] group
[Link] no
[Link] no
 Count
[Link]
2.Vac_type
[Link]
[Link]
[Link] group
[Link] no
 Edit
a) UHid
b) Name
c) Adhar no.
 Insert
1. At Record no
[Link] Adhar no
[Link] UHID
 Delete
1. UHID
[Link] no
[Link] no

CERTIFICATE

Certificate This is to certify that ____________ , Roll no ____________ of Class


XII , has Satisfactorily completed the Computer Science Project based on Binary
Files , on the subject Employee Personnel Data Management System’, for the
Practical Evaluation of Computer Science for AISSCE CBSE 2023

Teacher’s Name –
Computer Science Teacher
ACKNOWLEDGEMENT

I would like to thank my computer teacher Ms. ___________________ for her


teaching and guidance. This project would have been impossible without her
lessons.
BINARY FILE DESCRIPTION
FILE NAME- ‘Vaccine_data.csv’
FIELD NAME DESCRIPTION

 UHID – A unique identification number given to each vaccinated person.


 NAME – The full name of the person who is taking the vaccine.
 ADDRESS – The residential address of the vaccinated person.
 DOB – The date of birth of the person in day-month-year format.
 AGE – The age of the person calculated from the date of birth.
 GENDER – Specifies whether the person is Male, Female or Other.
 VACCINATED_BY – The name of the doctor or health worker who administered the vaccine.
 VACCINE_TYPE – The name of the vaccine given to the person.
 PHONE_NO – The contact phone number of the vaccinated person.
 VACC_CENTER – The name of the vaccination center where the dose was given.
 AADHAR_NO – The unique Aadhar number used for identity verification.
 DOSE_NO – The number of vaccine doses taken by the person.
 DOSE_DATES – A nested list storing the day, month and year of each vaccine dose taken.

You might also like