Commit Graph

57 Commits

Author SHA1 Message Date
Erik Ziegler
a9a4f3f82b Lesion Tracker Redesign so far 2016-07-22 11:00:16 +02:00
Aysel Afsar
8ee2eaf644 LT-117: Remove the user from reviewers of user is logout 2016-04-04 10:35:52 -04:00
Aysel Afsar
2da841bab0 LT-117: Add warning icon in study list row and give tip about user when warning icon is hovered if study is in-use by another user 2016-04-04 00:00:33 -04:00
Erik Ziegler
bee1e38044 Add option to convert non-Targets to CR/NE/EX 2016-03-13 15:36:12 +01:00
Aysel Afsar
76a9f6a894 LT-115: Set CRUNEX tool buttons as disabled if timepoint is baseline
- Remove addDisabledTool and getDisabledTool methods in toolManager
- Add disabledToolButtons array in toolDefaultStates to check enable/disable buttons
2016-03-10 11:21:52 -05:00
Aysel Afsar
3876a91ee3 Mistyped as longestDiameter instead of shortestDiameter 2016-03-08 08:16:40 -05:00
Aysel Afsar
52286136ab Merge branch 'crunexTools' 2016-03-07 09:21:11 -05:00
Aysel Afsar
58d145194a LT-115: Disable/Enable CRUNEX button for active image viewer 2016-03-07 09:05:59 -05:00
Erik Ziegler
c4ad6b04b5 Updated Trial Criteria selection, added groundwork for allowing multiple criteria (LT-188) 2016-03-07 13:36:48 +01:00
Aysel Afsar
7c915bd891 LT-115: Remove CRUNEX tools 2016-03-06 11:22:45 -05:00
Aysel Afsar
b51628cc9f - Rename lesion tool as bidirectional tool
- Remove measurementType property and use toolType property in the parts that uses measurementType
- Add toolType in syncMeasurementAndToolData method
- Hide Convert to Non-Target option in lesionLocationDialog for CRUNEX tools
2016-03-04 19:03:16 -05:00
Aysel Afsar
0b6776f777 LT-115: Reloading and showing CR/UN/EX measurements properly 2016-03-04 15:47:30 -05:00
Aysel Afsar
a41e50d79f LT-115: Activate CR/UN/EX tools data when lesion table is clicked 2016-03-02 23:38:03 -05:00
Aysel Afsar
a4521c0fa7 LT-115: Add location and response data in lesion table (WIP) 2016-03-02 23:06:51 -05:00
Aysel Afsar
cd4a9a51da LT-115: Set CR/UN/EX buttons as enabled for follow-up timepoints 2016-03-02 15:49:20 -05:00
Evren Ozkan
9970b8795b LT-73 Move export tool and progress dialog component to OHIFViewer 2016-03-01 11:55:58 -05:00
Aysel Afsar
9bcb9be471 LT-182: Display study date/thumbnails of the selected study as default 2016-02-24 15:13:30 -05:00
Aysel Afsar
f26fc22cef LT-32: Set lesion tool as active tool if timepoint is baseline otherwise window level when switch the tabs 2016-02-24 12:45:37 -05:00
Aysel Afsar
192e3c5988 LT-32: Target tool shall be active by default for baseline time points 2016-02-23 17:34:54 -05:00
Evren Ozkan
efa236f4cd LT-73 Export selected studies from study list to local
- Query to get metadata of the selected studies to export
- Download and zip the queried dicom files
- Show and update the progress dialog while querying and exporting studies
2016-02-23 11:53:49 -05:00
Erik Ziegler
7b106d9bdd Fix duplicated lesion responses 2016-02-17 16:02:42 +01:00
Erik Ziegler
8a0b9e6ba5 Fix broken group-level conformance checks (LT-187) 2016-02-16 14:46:31 +01:00
Erik Ziegler
231df3e5b1 Fixes for lesion activation and loaded timepoint indicators 2016-02-16 13:11:47 +01:00
Erik Ziegler
e354c6c577 Steps toward converting targets to non-targets 2016-02-14 15:13:08 +01:00
Erik Ziegler
3c69caf92b Non-target response defaults to NM on baseline, Present on followup (LT-112) 2016-02-14 14:17:20 +01:00
Erik Ziegler
36ff46be41 Added persistent single-image measurments (length, ellipse) (LT-37, LT-156) 2016-02-14 13:36:44 +01:00
Erik Ziegler
b624d12762 Fix syncing bug LT-177, update Cornerstone package libraries 2016-02-13 17:42:10 +01:00
Erik Ziegler
f7e24b8b10 Keep toolData and Measurements in sync (LT-149) 2016-02-12 20:38:00 +01:00
Erik Ziegler
b04bc859be Meteor doesn't like timers inside Observe hooks 2016-02-11 21:37:33 +01:00
Erik Ziegler
4737afb47c Fix infinite loop caused by Measurements and Timepoints Collections during Validation 2016-02-11 21:14:39 +01:00
Erik Ziegler
9cde04bcfe Remove some subscription / reactivity / caching bugs and the unnecessary PatientLocations collection 2016-02-10 16:38:49 +01:00
Erik Ziegler
ffe8f8cf99 Remove broken conformance messages 2016-02-09 18:01:44 +01:00
Erik Ziegler
5f757457c8 Bug fixes for conformance criteria and pixel spacing check 2016-02-09 17:41:58 +01:00
Erik Ziegler
b01a2cccee Fixes for LT-29, disable target measurements when pixel spacing is not available 2016-02-09 15:08:26 +01:00
Erik Ziegler
89782de15e Bug fix for when we have no applicable validation criteria, added default Meteor settings for OHIF Viewer 2016-02-08 20:07:58 +01:00
Erik Ziegler
beaa56c0b3 Updates for Timepoint assocation (LT-60) and Conformance Checks (LT-92, LT-93, LT-94) 2016-02-08 19:59:39 +01:00
Aysel Afsar
5c38c4ffd9 LT-154: Deleted 1D-Measurements from image by Clear Tools button and Delete key 2016-01-19 16:57:52 -05:00
Aysel Afsar
3812def9cc LT-123: Remove mathUtils.js
-Replace mathUtils.js functions with existed functions in cornerstoneMath.js
-Add rectToPoints, doesIntersect, getIntersectionRect methods in cornerstoneMath.rect,
-Add intersectLine method in cornerstoneMath.lineSegment
2016-01-13 15:05:28 -05:00
Erik Ziegler
41b75de814 Work-in-progress on study/timepoint association modal and multi-study selection (LT-60, LT-116) 2016-01-12 21:56:40 +01:00
Erik Ziegler
fdde2f9ff9 Trying to debug duplicate removal on QA server 2016-01-11 18:50:15 +01:00
Erik Ziegler
90a16a8059 Applied JSCS and added JSCS/jsHint config files 2016-01-11 11:32:20 +01:00
Erik Ziegler
a1618438d8 Temporary length tool is toggleable. Changed text for Excluded label based on test outline 2016-01-10 15:15:05 +01:00
Erik Ziegler
e4547f121d Fix duplicate lesion bug LT-110 2016-01-09 15:57:18 +01:00
Aysel Afsar
d912c7a269 Scale overlay tool is added into toggleLesionTrackerTools function 2016-01-08 13:56:50 -05:00
Aysel Afsar
d87f436ada LT-28: Scale overlay tool (work-in-progress) 2016-01-06 16:45:52 -05:00
Erik Ziegler
220ff065dc Fixed bug LT-85 (Location Response Selections). Work on LT-9 and LT-12 2015-12-20 18:24:51 -05:00
Evren Ozkan
8fb0695097 Bi-directional tool callout is reattached to the nearest control point,
Bi-directional tool is added to hide/show tool
2015-12-18 17:11:34 -05:00
Evren Ozkan
d5f607f141 LT-22: Bi-directional Tool perpendicular line is resizable, long-axis line is resizable and rotatable (work-in-progress) 2015-12-17 22:41:59 -05:00
Evren Ozkan
32ab6ced96 LT-22: Bi-directional tool (work-in-progress) 2015-12-15 22:30:16 -05:00
Erik Ziegler
86c8a32e2a Fix OHIF global variable definition bug in OHIF Viewer, moved resizeViewportElements to viewerbase 2015-12-15 10:20:57 -05:00