-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a Hospital Management system App #484
Comments
Thank you for raising this issue! We'll look into it as soon as possible. Please ensure that the issue is not duplicate, and you read CONTRIBUTING.md carefully. Your contributions are highly appreciated! 😊 |
@dhairyagothi please assign this issue to me under advanced |
what are tech stacks ?? |
can i use python, mysql |
Can you assign this to me, I'll create it using MERN stack |
Is your feature request related to a problem? Please describe.
Managing patient records, appointments, and hospital resources manually or through disparate systems is inefficient and error-prone. It becomes frustrating to track doctor schedules, patient histories, and billing in a streamlined way. Additionally, the lack of user-friendly software tailored for hospital staff increases workflow disruptions.
Describe the solution you'd like
A hospital management app built using Python, MySQL, and Tkinter that includes:
Patient Management: Add, update, delete, and view patient records with history tracking.
Appointment Scheduling: Manage doctor availability and book/cancel appointments.
Billing System: Generate invoices, manage payment statuses, and track expenses.
User Authentication: Login system with role-based access (e.g., admin, doctor, receptionist).
Resource Management: Track availability of rooms, beds, and medical equipment.
Report Generation: Export data such as daily appointments, revenue, and patient demographics to PDF or Excel.
Search Functionality: Search for records by patient name, ID, or doctor.
Intuitive UI: Simple and clean interface built with Tkinter.
Describe alternatives you've considered
Using a web-based solution with Django or Flask for better scalability and accessibility but requiring more setup and hosting.
Integrating a pre-built hospital management software, though such solutions might lack customization options and cost more.
Simplifying the app to focus on either patient records or appointments, but this reduces its usefulness.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: