Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)