Skip to content

SyedDanishAhmed84/Clinic-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ₯ Clinic Management Database System

This project is a MySQL-based database system designed to manage and streamline operations in a healthcare clinic.
It provides structured storage and management for patients, doctors, appointments, billing, medicines, and prescriptions.

The system ensures efficient handling of clinical data and demonstrates strong skills in database design, ER modeling, and SQL queries.

πŸ“Š Database Management & Queries

SQL queries were written to:

  • Store and manage patients (Users) and doctors data
  • Book and track appointments with status (Scheduled/Completed)
  • Record billing details with payment tracking (Paid/Unpaid)
  • Manage medicines and assign them to patients through prescriptions
  • Join multiple tables to generate meaningful reports, such as:
    • Appointments by patient and doctor
    • Billing reports by appointment
    • Prescriptions linked to medicines and patients

πŸ“ˆ Key Modules & Relationships

  • Users β†’ Patients registered in the clinic
  • Doctors β†’ Doctors with specialization and availability
  • Appointments β†’ Connects patients and doctors with date & time
  • Billing β†’ Tracks payments for each appointment
  • Medicines β†’ Stores medicine details
  • Prescriptions β†’ Maps medicines to patient appointments

πŸ–ΌοΈ ER Diagram

The Entity-Relationship Diagram (ERD) visually represents the schema and relationships.

πŸ“‰ Features

  • Patient & doctor management
  • Appointment booking with date and time
  • Billing and payment tracking
  • Prescription management with medicines
  • Relational queries using primary & foreign keys
  • Report generation through SQL joins and sorting

πŸ› οΈ Technologies Used

  • MySQL – database design & management
  • MySQL Workbench – schema & ER diagram
  • SQL Queries – data retrieval and reporting

πŸ‘¨β€πŸ’» Author

Syed Danish Ahmed

Aspiring Data Scientist | Computer Engineering Student

If you find this project helpful, please ⭐ the repository. Your support is greatly appreciated!

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published