Bug fixing: Get patientId from Session

- Deleted pushed wrong file: biDirectionalTool.js
This commit is contained in:
Evren Ozkan 2015-12-11 15:45:25 -05:00
parent f7f5097fd1
commit 5a2ebfab0b
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
clearTools = function() {
var patientId = template.data.studies[0].patientId;
var patientId = Session.get("patientId");
var toolTypes = ["lesion", "nonTarget"];
var toolState = cornerstoneTools.globalImageIdSpecificToolStateManager.toolState;
var toolStateKeys = Object.keys(toolState).slice(0);