Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.05
-
Fix Version/s: 1.7.07
-
Component/s: Plug-ins
-
Labels:None
-
Environment:Ubuntu 14.04.2 LTS Server version and CentOS Server 6.6 provided as pre-built VM on i2b2 Software page.
-
Affects View/s:Analysis View
-
i2b2 Sponsored Project/s:i2b2 Web Client
-
Affects Web Browser/s:Chrome, Firefox, Internet Explorer
Description
Results are not being calculated appropriately causing no graph to show patient statistics. Likely cause is line 125 of Dem1Set_ctrlr.js at i2b2.Dem1Set.model.sumCounts = eval("("+hData.toJSON()+")");. Display can be rectified with i2b2.Dem1Set.model.sumCounts = eval("("+hData.toJSON+")"); or i2b2.Dem1Set.model.sumCounts = JSON.stringify(hData);; however, this still does not allow the table to display, only the patient number statistics above the table will be displayed.