-
Notifications
You must be signed in to change notification settings - Fork 340
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
update patient bed switching logic #854
Conversation
before merging, do confirm if this was actually a bug and not some design consideration. |
Added commit for preventing bed switching after the patient has been discharged from care. |
Added a commit to prevent switching to occupied beds (regardless of consultation). |
Prevent patients from switching to the same bed during consultation while the previous one hasn't ended.
fixes: #850
fixes: #847 (both are similar/related issues)