-
Notifications
You must be signed in to change notification settings - Fork 521
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
Add Consultation button is disabled after patient is discharged #9055
Comments
Can I work on this |
@yash-learner It is an expected behavior, once a patient is discharged, without readmission we shouldn't allow new consultation |
Hello @nihal467 Is this the feature's final behavior, or is it still a work in progress? |
I would like work on this, if that's okay. And can you clarify the expected behavior. |
I would like to work on this issue @rithviknishad @nihal467 , pls assign me |
As discussed, the "Add consultation" button has no use based on the following: When a patient is registered to a facility, and a consultation has yet to be created, the "Create Consultation" banner present in "no consultation filed" is sufficient. So we can remove "Add Consultation" button to avoid confusion. cc: @nihal467 |
…ConsultationButton
…onsultationButton
Describe the bug
Can not add a consultation via UI after a patient is discharged as the
Add Consultation
button is disabled. It is can be still accessed via visiting the route.To Reproduce
Steps to reproduce the behavior:
Manage Patient
Discharge from Care
Add consultation
button is disabled but you can still access the route.Expected behavior
I think the button should be enabled and should be possible to add a new consultation.
Screenshots
If applicable, add screenshots to help explain your problem.
add_consultation_button_is_disabled.mp4
The text was updated successfully, but these errors were encountered: