Details
-
Fix
-
Status: Released (View Workflow)
-
Medium
-
Resolution: Fixed
-
2.2.0
-
None
Description
Current Situation
- If admission times' periods overlap to the next day then orders that are scheduled for the next day are subject to the overlapping period.
- Example:
- Assume an admission time setting for Tuesday with begin of period at 6pm and lasting for 23 hours.
- The admission time overlaps to the next day, Wednesday, by 17 hours.
- Orders scheduled for Tuesday are subject to the admission time. However, orders scheduled for Wednesday are subject to the overlapping period of Tuesday's admission time.
- This behavior is not considered a bug as it works as designed, however, it does not correspond to user expectations.
Change
- The begin of period only is used to identify if an order matches the day for which admission times are in place.
- In case of periods overlapping the next day any orders scheduled for the next day ignore the previous day's admission times.
- Users who wish to stick to the previous behavior of admission times should add admission time settings for subsequent days.