Details
-
Bug
-
Status: Closed
-
Should
-
Resolution: Fixed
-
Platform 1.9.10, Platform 1.10.4, Platform 1.11.6
-
None
Description
If we call method PatientSetService#getPatientsHavingDrugOrder(java.util.Collection, java.util.Collection, GroupMethod, Date, Date) with following parameters, it will throw NullPointerException.
Parameters:
patientIds = null
takingIds = a collection list with number of element larger than zero
groupMethod = GroupMethod.NONE
fromDate = null
toDate = null