Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.3 KB

File metadata and controls

38 lines (28 loc) · 1.3 KB

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