Giter VIP home page Giter VIP logo

doconthego's Introduction

DOC on the GO

About

DOC on the GO is an object-oriented C++ project designed to manage doctor appointments and database operations seamlessly. This application allows administrators to maintain a doctor database by adding, editing, and removing doctor records. Additionally, patients can use the system to find doctors and schedule appointments efficiently. This project is made under the course Object Oriented Programming Laboratory (CSE 2102) associated with Khulna University of Engineering & Technology.

Features

  • Admin Panel:

    • Login Authentication: Secure access to the admin panel with email and password.
    • Doctor Database Management: Admins can add, edit, and remove doctor records.
    • View Doctor List: Admins can view the entire list of doctors and their details.
  • Patient Interface:

    • View Doctor List: Patients can view available doctors and their details.
    • Schedule Appointments: Patients can schedule appointments with doctors based on the available visiting hours.

Functionalities

  1. Admin Functionalities:

    • Add Doctor: Add new doctors to the database with details like code, name, department, fees, and visiting hours.
    • Edit Doctor: Modify existing doctor details in the database.
    • Remove Doctor: Remove doctor records from the database.
    • View Doctor List: Display all doctors and their details.
  2. Patient Functionalities:

    • View Doctor List: Display all available doctors and their details.
    • Make Appointment: Schedule an appointment with a selected doctor by entering the doctor code and patient details.

File Handling

The project utilizes file handling to maintain persistence in the doctor database and patient appointments:

  • docinfo.txt: Stores doctor details including code, name, department, fees, and visiting hours.
  • receipt.txt: Generates a receipt for patient appointments with details of the patient and the scheduled appointment.

How to Use

  1. Admin Access:

    • Select the "Use as Admin" option.
    • Login with the email: [email protected] and password: doctor.
    • Manage doctor database by selecting appropriate options from the admin panel.
  2. Patient Access:

    • Select the "Use as a Patient" option.
    • View available doctors and schedule appointments by entering the doctor code and your details.

Code Structure

  • menu: Displays the main menu and directs users to admin or patient functionalities.
  • admin: Displays admin panel and provides options to manage doctor database.
  • patient: Displays patient interface and provides options to view doctors and schedule appointments.
  • add: Allows admins to add new doctors to the database.
  • edit: Allows admins to modify existing doctor records.
  • rem: Allows admins to remove doctor records from the database.
  • list: Displays the list of all doctors in the database.
  • finddoc: Facilitates appointment scheduling for patients.

This project demonstrates the application of object-oriented programming concepts, file handling, and basic user authentication to create a functional and user-friendly doctor appointment system.

doconthego's People

Contributors

faiyaz103 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.