https://github.com/udityamerit/emergency-ward-system-main
https://github.com/udityamerit/emergency-ward-system-main
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/udityamerit/emergency-ward-system-main
- Owner: udityamerit
- License: mit
- Created: 2024-07-18T17:27:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-22T07:05:54.000Z (about 1 year ago)
- Last Synced: 2025-05-25T07:40:50.892Z (5 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Emergency Ward Management System[On going underdeveloped Project]
This project is a terminal-based system for managing the operations of an emergency ward in a hospital. It allows hospital staff to efficiently handle patient data, bed allocations, and staff management through a simple text-based interface.
## Table of Contents
- [Features](#features)
- [Requirements](#requirements)
- [Installation](#installation)
- [Contributing](#contributing)
- [License](#license)
## Features
- **Patient Management**: Register, update, view, and delete patient records.
- **Bed Management**: Track and manage bed allocations, ensuring optimal use of available resources.
- **Staff Management**: Maintain and update information about medical staff, including doctors and nurses.
- **User Interface**: Provide an intuitive text-based interface for easy interaction with the system.
- More Features will be planned and implemented.
## Requirements
- Python 3.11.2 or later
## Installation
1. **Clone the Repository**:
```bash
git clone https://github.com/AdityaRoy999/emergency-ward-system.git
cd emergency-ward-system
```
2. **Run the Program**:
```bash
python main.py
```
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request or open an issue to improve the project.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.