0% found this document useful (0 votes)
22 views2 pages

Computer 12 Project

The document discusses the topics of a doctor management system including doctor details, registering and updating patient details, appointments, online workshops, and patient medical history and billing details. It also outlines the programming requirements for an admin mode to manage doctors, patients, and appointments and a user mode to view doctors, patients, and appointments.

Uploaded by

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

Computer 12 Project

The document discusses the topics of a doctor management system including doctor details, registering and updating patient details, appointments, online workshops, and patient medical history and billing details. It also outlines the programming requirements for an admin mode to manage doctors, patients, and appointments and a user mode to view doctors, patients, and appointments.

Uploaded by

Shreya Vinay
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Topics :

*doctor details ( diff doctors, what time they will be available,

*register patient details

*appointments ( do u want an early appointment)

*online workshop(advertisement)

*describe patient details (skin type; acne or what issue; have you met dermatologist before if yes
what issue did u have; since the when are they experiencing this issue; any known allergies; do u
have a skincare routine; whats their age; weight; name ;gender; corona related; address; phone
number; guardian; their phone number name; profession: are u under any medications; do u prefer
home remedies or medications; do u want any diets; how serious is your issue; are u pregnant or
breast feeding; )

*medicines

*bills details (GST, payment method)

*update patient details after every appointment

*worker details
Programming:

 Choose admin mode or user mode


 Admin mode:
o Manage doctors:
 add new doc (enter id, department, name, address, age)
 display doc info (enter id, name, department, address, age)
 delete doc data (enter id, delete it using pop)
 edit doc data (enter id, to edit doc name, address, department)
o Manage patients:
 add new patient (enter id, name, age, gender, address, phone no., name of
doc following the case, issue of concern, since when are you experiencing
the issue, any known allergies, skin type, under any medications, special
procedures, prescription, bill details )
 display patient info (enter id, name, age, gender, address, name of doc
following the case, etc.)
 delete patient info (enter id, delete it using pop)
 update patient data (enter id, name, age, gender, address, name of doc
following the case, etc.)
o Manage appointments:
 Book an appointment (enter id, name, age, gender, session start and end,
state the working hours)
 Edit an appointment (enter id, name, age, gender, new start and end time of
session)
 Cancel an appointment (enter id, cancel appointment using pop)

 User mode:
o To view the doctors:
o To view patient details:
o To view appointments:

You might also like