Skip to content

A Python-based desktop application for managing patient records, doctor scheduling, appointments, and medical history using a simple and intuitive GUI built with Tkinter and SQLite. Ideal for small clinics, academic projects, and learning healthcare app development.

Notifications You must be signed in to change notification settings

pratikdkale/HospitalManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Hospital Management System (HMS)

This project is a Hospital Management System designed to streamline patient care, administrative tasks, and record-keeping within a hospital or clinic setting. It is a desktop-based application developed using Python.

Overview

The HMS application facilitates:

  • Patient registration and management
  • Doctor assignment and scheduling
  • Recording and updating medical records
  • Appointment tracking
  • Discharge summaries

Features

  • Patient Module: Register new patients, view existing records, update details
  • Doctor Module: Add new doctors, manage availability and specialization
  • Appointments: Schedule, reschedule, and cancel patient appointments
  • Medical Records: Record diagnosis, medications, and patient history
  • Search & Filter: Quickly search records using filters like ID, name, or department
  • User Interface: Simple and intuitive GUI for easy navigation

Technologies Used

  • Python 3.x
  • Tkinter for GUI
  • SQLite3 for local database
  • OS module, datetime, and other built-in Python libraries

How to Run

  1. Clone or download this repository.
  2. Navigate to the project directory.
  3. Install any missing dependencies if required (usually standard with Python).
  4. Run the main application:
python main.py

About

A Python-based desktop application for managing patient records, doctor scheduling, appointments, and medical history using a simple and intuitive GUI built with Tkinter and SQLite. Ideal for small clinics, academic projects, and learning healthcare app development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published