Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unknown8922/hospital_management_system
Project 1, April 2023
https://github.com/unknown8922/hospital_management_system
bootstrap html-css-javascript localhost mysql-database php
Last synced: 12 days ago
JSON representation
Project 1, April 2023
- Host: GitHub
- URL: https://github.com/unknown8922/hospital_management_system
- Owner: Unknown8922
- Created: 2024-11-10T10:42:26.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T11:48:10.000Z (2 months ago)
- Last Synced: 2025-01-08T02:50:52.472Z (12 days ago)
- Topics: bootstrap, html-css-javascript, localhost, mysql-database, php
- Language: CSS
- Homepage:
- Size: 13.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hospital Management System
**University Project - 2023**The **Hospital Management System** is a comprehensive application designed to manage various aspects of hospital operations efficiently. This system provides role-based access for **Admins**, **Doctors**, **Patients**, and **Pharmacists**, enabling streamlined management of appointments, patient records, prescriptions, and inventory.
## Key Features
### User Roles and Permissions
- **Admin**: Manages hospital settings, user roles, and has access to all system functionalities.
- **Doctor**: Can view patient records, update medical histories, create prescriptions, and schedule appointments.
- **Patient**: Can view their own medical records, book appointments, and manage their personal information.
- **Pharmacist**: Handles medication inventory, prescription management, and ensures drug availability.### CRUD Operations
- **Patient Management**: Add, update, delete, and retrieve patient records.
- **Doctor Management**: Manage doctor profiles, specialties, and schedules.
- **Appointment Scheduling**: Allow patients to book, reschedule, or cancel appointments.
- **Pharmacy Management**: Track medications, manage inventory, and fulfill prescriptions.## Technologies Used
- **Frontend**: HTML, CSS, JavaScript
- **Backend**: PHP
- **Database**: MySQL (with MD5 encryption for passwords)