Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Must
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Platform 1.10.0
-
Component/s: Order Entry
-
Labels:
-
Complexity:Low
-
Epic Link:
-
Sprint:Release 1.10 RC
Description
Scenario: Consider a case where a patient has 2 drug orders
order1 =>
order2 =>
{ active_date: '2014-07-01', auto_expire_date: '2014-07-10'}Then getActiveOrders(asOf='2014-05-03') returns both order1 and order2.
It should return only order1.
The logic in HibernateOrderDAO#getActiveOrders does not seem to use startDate as suggested in https://wiki.openmrs.org/pages/viewpage.action?pageId=57507986
Gliffy Diagrams
Attachments
Issue Links
- mentioned in
-
Page Loading...