Bug fixing: Get patientId from Session
- Deleted pushed wrong file: biDirectionalTool.js
This commit is contained in:
parent
f7f5097fd1
commit
5a2ebfab0b
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user