Skip to content

TanishaD21/Telemedicine-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’» Telemed β€” Console-Based Java Application for Telemedicine

Telemed is a Java-based console application developed to simulate the core functionalities of a telemedicine platform. Built with object-oriented programming principles, the project organizes features into dedicated Java classes and packages such as appointments, bookings, prescriptions, users, and more.

This project does not include UI/UX and runs entirely on the command line (CLI), accepting input from the user and displaying output in the terminal.


🧠 Key Concepts Used

  • Object-Oriented Programming (OOP)
  • Encapsulation through class structure
  • File handling and basic I/O
  • Menu-driven navigation
  • Console-based interaction

πŸ“ Project Structure

telemed/ | β”œβ”€β”€ appointments/ # Handles appointment-related logic | | β”œβ”€β”€ bookings/ # Booking system logic | | β”œβ”€β”€ main/ # Entry point of the project | | β”œβ”€β”€ prescriptions/ # Prescription generation/viewing | | β”œβ”€β”€ telemed/ # Common/shared components | | β”œβ”€β”€ users/ # User management (doctors/patients) | | β”œβ”€β”€ prescriptions.txt # Stored prescription data | | └── usersPatient.txt # Stored patient data


πŸ“ Features

  • Add/view/delete appointments
  • Manage doctor/patient records
  • Book consultations
  • Generate/view prescriptions
  • File-based data storage

πŸ“Œ Notes

  • This project does not include any graphical interface.
  • All operations are done through text-based prompts and inputs.
  • Data is stored in local .txt files.

πŸ‘₯ Contributors

This project was collaboratively developed by:
Tanisha Desai
Sneha Vankar


πŸš€ How to Run

  1. Clone the repository:

    git clone https://github.com/your-username/telemed.git
    cd telemed
  2. Compile and run the code:

    javac main/Main.java
    java main.Main
    
  3. Follow the on-screen menu to navigate the system.

About

πŸ’» Java console-based telemedicine application simulating appointments, prescriptions, and user management using OOP concepts. No UI/UX included. Built for academic and learning purposes.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages