-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
readme update
- Loading branch information
Showing
1 changed file
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,24 @@ | ||
# open_bed_management | ||
Open Bed Management | ||
# Open Bed Management | ||
A tool to help track the status of hospital beds. | ||
|
||
Check out the demo: https://open_bed_management.tonkworks.com | ||
* username: [email protected] | ||
* password: tonkworks | ||
|
||
### Quick Start with Docker | ||
docker run -p 80:80 tonkworks/open_bed_management | ||
|
||
### Features | ||
* Create/Edit/Add users in admin oanel | ||
* Create/Edit/Add beds | ||
* Create/Edit/Add Tags | ||
* Create/Edit/Add Statuses | ||
* User Group Management and Assigment (eg. Cleaning Staff, Bed Assignment Control Team, Admin) | ||
* Custom alerting for groups for status changes (eg. e-mail) | ||
* Logging of all updates | ||
* Ability to add notes, room, name, tags to beds | ||
* Bed Status Dashboard and Metrics | ||
* JSON/XML/YAML/CSV API for integration to other systems | ||
|
||
|
||
docker link: https://hub.docker.com/r/tonkworks/open_bed_management/ |