Skip to content

Rakshitgupta9/Hospital-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hospital Management System

The Hospital Management System is a comprehensive Python application designed to streamline the management of patient information, prescriptions, medicines, and doctor details. Built using Tkinter for the front end and MySQL for the back end, this system provides a user-friendly interface for healthcare professionals to efficiently organize and access critical data.

Key Features

Patient Information Management

Effortlessly record and manage detailed patient information, including personal details, medical history, and contact information. The system ensures a structured and organized approach to maintaining patient records.

Prescription Management

Generate and save prescriptions with ease. The application allows healthcare providers to create detailed prescriptions, including prescribed medicines, dosage information, and instructions for patients.

Medicine Database

Maintain a comprehensive database of medicines, facilitating quick access to vital information such as medicine names, reference numbers, doses, and expiration dates. This feature simplifies the prescription process and ensures accurate medication tracking.

Doctor Information

Keep track of essential doctor details, including names, specialties, and contact information. This feature aids in managing the healthcare provider network efficiently.

Requirements

  • Python: Ensure you have Python installed on your system.
  • Tkinter: Tkinter is a standard GUI toolkit for Python. If not installed, it can be added using the package manager.
  • MySQL Database: Create a MySQL database with the required schema. Refer to the database_setup.sql file for details.

Installation and Setup

  1. Clone the repository:

    git clone https://github.com/your-username/hospital-management-system.git
  2. Install dependencies:

    pip install -r requirements.txt
  3. Set up the MySQL database using the provided database_setup.sql file.

  4. Update the MySQL connection details in the hospital_management_system.py script.

Usage

Run the Python script to launch the application:

python hospital_management_system.py

Follow the on-screen instructions to navigate through the Hospital Management System.

Screenshots

image

Feel free to tailor this description to accurately represent the functionalities and goals of your Hospital Management System.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages