This is an external open-source GitHub repository imported into the WOCSOL Marketplace for discovery. The original repository owner is the primary creator.
This a system for clinic/hospital management. It store patients database which includes mobile number as primary key, name , date of birth , medical history and prescribed medicines. You can add , select , search and delete patients from the database. It also includes appointment management system. One can book , cancel and search the appointments.
This a system for clinic/hospital management. It store patients database which includes mobile number as primary key, name , date of birth , medical history and prescribed medicines. You can add , select , search and delete patients from the database. It also includes appointment management system. One can book , cancel and search the appointments.
# Clinic_Hospital_Management IMPORTANT INSTRUCTIONS HOW TO RUN THE PROJECT :- Run the main.py file In login page user name: abc password : pqr Create a database for the students in mysql commandline using following Commands: 1. CREATE DATABASE PATIENTS_DB; 2. USE PATIENTS_DB; 3. CREATE TABLE `patients` ( `MOBILE` varchar(200) NOT NULL, `NAME` varchar(200) NOT NULL, `DOB` varchar(200) NOT NULL, `HISTORY` varchar(200) NOT NULL, `MEDICINES` varchar(200) NOT NULL, PRIMARY KEY (`MOBILE`) ); # Screen Shot of Project:      # Description of the project : The project is build using Python and tkinter and uses mysql as a database Welcome to the Clinic/Hospital Management System! Our system is designed to efficiently store and manage patient data, as well as handle appointment bookings and cancellations. Here are the key features: 1. Patient Database: - The system maintains a comprehensive patient database. - Each patient's record includes the following information: - Mobile number (primary key) - Name - Date of Birth - Medical History - Prescribe
Ask questions or discuss this product. New comments are reviewed before publishing.
Loading comments...