You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
It is not possible to schedule multiple visits of the same encounter type simultaneously. If one visit is already scheduled, any subsequent scheduled visits will override it.
To Reproduce
Steps to reproduce the behavior:
Go to an Encounter A
Add a visit scheduling logic under Encounter A to schedule visit of encounter type AB, complete encounter A in the app and see that visit AB is scheduled
Go to an Encounter B
Add a visit scheduling logic under Encounter B to schedule visit of encounter type AB (u can assign a different visit name, say- AB 2) , complete this encounter B
As soon as encounter B is completed, the visit AB already scheduled is overridden by the AB 2
Expected behavior
return scheduleBuilder.getAll(); should allow to schedule same encounter type visits simultaneously irrespective of their name or dates.
Screenshots
If applicable, add screenshots to help explain your problem.
media_20240702_121143_7662958627494442522.mp4
Developer Checklist
Developer fixing the bug should fill this checklist.
Does the fix require extensive regression testing?
Are you mentioning the required scenarios that could be affected?
The text was updated successfully, but these errors were encountered:
nupoorkhandelwal
changed the title
getAll() does not allow to multiple scheduled visits of same encounter type at a time
getAll() does not allow multiple scheduled visits of same encounter type at a time
Jul 2, 2024
Describe the bug
It is not possible to schedule multiple visits of the same encounter type simultaneously. If one visit is already scheduled, any subsequent scheduled visits will override it.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
return scheduleBuilder.getAll(); should allow to schedule same encounter type visits simultaneously irrespective of their name or dates.
Screenshots
If applicable, add screenshots to help explain your problem.
media_20240702_121143_7662958627494442522.mp4
Developer Checklist
Developer fixing the bug should fill this checklist.
The text was updated successfully, but these errors were encountered: