Commit Graph

258 Commits

Author SHA1 Message Date
Eloízio Salgado
bec8f21c0a Moving Hanging Protocols updates back to the viewers 2017-03-02 10:18:11 -03:00
Eloízio Salgado
f96a37e1bc Hanging Protocols: Fixing Lesion Tracker 2017-03-02 10:16:09 -03:00
Eloízio Salgado
6973cd4ec8 [WIP] Hanging Protocol: improving protocol engine to use OHIFError object 2017-03-02 10:16:09 -03:00
Evren Ozkan
82876ddbe7 OHIF-157 Use OHIF.utils.absoluteUrl which removes the leading “/” from path before calling Meteor.absoluteUrl 2017-03-01 16:43:11 -05:00
Bruno Alves de Faria
d45321dae3 Fixing Hanging Protocols issue with timepoint type 2017-02-22 10:15:33 -03:00
Bruno Alves de Faria
19c31ffbb8 Fixing metadata issues 2017-02-22 08:00:00 -03:00
Leonardo Campos
b99b986630 LT-413: Enable analytics on Lesion Tracker 2017-02-14 01:25:50 -02:00
Evren Ozkan
33f9b8672b Integrate web workers and the latest cornerstone libraries
- Upgrade cornerstone to v0.10.1
- Upgrade cornerstoneTools to v0.8.1
- Upgrade cornerstoneWADOImageLoader to v0.14.1
- Upgrade dicomParser to v1.7.4
- Upgrade hammerjs to v2.0.8
2017-02-13 15:49:02 -05:00
Leonardo Campos
2752228c7f LT-405: syncronized scrolling issue 2017-02-08 20:59:08 -02:00
Eloízio Salgado
c2c8a43c3a Removing ohif-cornerstone as a dependency for ohif-viewerbase (Final step) 2017-01-29 22:11:19 -02:00
Eloízio Salgado
64b511375e Adding stackImagePositionOffsetSynchronizer.js to Viewerbase namespace and instanciating it in the Viewers 2017-01-29 22:11:18 -02:00
Eloízio Salgado
e693d48dbe Adding Metadata classes to Lesion Tracker (WIP) and some fixed; 2017-01-29 22:11:17 -02:00
Emanuel F. Oliveira
014dc7730f Testing + Removing debugger statements 2017-01-29 22:11:17 -02:00
Emanuel F. Oliveira
d25141f336 [WIP] Moving ViewerStudies collection to TypeSafeCollection implementation + Fixing sorting bug in findAllBy method in TypeSafeCollection 2017-01-29 22:11:17 -02:00
Eloízio Salgado
a4e7aa86ab Fixing handleResize namespacing 2017-01-29 22:11:17 -02:00
Eloízio Salgado
123007d751 Fixing Viewerbase namespace 2017-01-29 22:11:17 -02:00
Eloízio Salgado
660b828f4b Creating ohif:metadata package with metadata classes and adding it to the viewers 2017-01-29 22:11:17 -02:00
Erik Ziegler
30a50c7ade Fixes to make Lesion Tracker work 2017-01-29 22:11:17 -02:00
Erik Ziegler
3e1127fc78 Fixes to make Viewer load 2017-01-29 22:11:17 -02:00
Erik Ziegler
7083948bea Fix some routes and styles 2017-01-29 22:11:17 -02:00
Erik Ziegler
92f57721e3 Change 'design' to 'ohif:design' in package.js for each package 2017-01-29 22:11:17 -02:00
Erik Ziegler
068192e035 Change 'design' to 'ohif:design' in package.js for each package 2017-01-29 22:11:17 -02:00
Emanuel F. Oliveira
9e69c43dda Most JS files, all helpers and simple reconciliations 2017-01-29 22:11:17 -02:00
Bruno Alves de Faria
7b93b6162d LT-92: Using ajv as a module of measurements package 2017-01-18 13:19:43 -02:00
Leonardo Campos
1efe611497 LT-92: Integrating RECIST and measurements table 2017-01-18 11:01:52 -02:00
Bruno Alves de Faria
46bff61b08 LT-92: Creating JSON schema validation for conformance criteria 2017-01-18 11:01:52 -02:00
Leonardo Campos
2f73403682 LT-92: NonTarget response criteria 2017-01-18 11:01:52 -02:00
Bruno Alves de Faria
983dd916ac LT-92: Creating checkers for conformance criteria validation 2017-01-18 11:01:52 -02:00
Bruno Alves de Faria
93dc9e94ce LT-92: Renaming RecistApi to ConformanceCriteriaApi 2017-01-18 11:01:52 -02:00
Bruno Alves de Faria
5605133517 LT-92: Adding validation to RecistApi 2017-01-18 11:01:52 -02:00
Bruno Alves de Faria
d1e0695a4b LT-92: Creating RECIST Api 2017-01-18 11:01:52 -02:00
Evren Ozkan
76ebe11c8e OHIF-149 The viewer shall allow the root URL to be changed - WIP
- Use absoluteUrl for hard-coded paths in html and js
2017-01-10 13:09:43 -05:00
Leonardo Campos
1d2c1c55fe LT-398: Manual stack scroll synchronization 2017-01-05 17:53:54 -02:00
Evren Ozkan
77182d1916 Make the persistence method of hanging protocols configurable
- Implement ProtocolStore interface to allow persisting hanging protocols using different strategies
- Implement and set default strategy to persist hanging protocols in the MongoDB collection “HangingProtocols” in the application server
2017-01-04 17:49:31 -05:00
Bruno Alves de Faria
06412b51bf LT-115: Creating CR, UN and EX Target SVG icons 2017-01-04 18:33:28 -02:00
Bruno Alves de Faria
e996367ed5 LT-115: Grouping sub target tools with new layout and changing data structure 2017-01-04 11:20:13 -02:00
Bruno Alves de Faria
55ca29e0cf LT-115: Changing the 'more tools' layout and behavior 2017-01-04 08:18:01 -02:00
Bruno Alves de Faria
c06043483d LT-115: Considering timepoint ID for measurement numbers 2017-01-02 16:32:09 -02:00
Bruno Alves de Faria
f13080309e LT-115: Adjusting functions to save and retrieve measurements again 2017-01-02 16:32:09 -02:00
Bruno Alves de Faria
c9c2cd548e LT-115: Adapting MeasurementAPI to new tools storage structure 2017-01-02 16:32:09 -02:00
Leonardo Campos
c3fc0b2b3b LT-398: Toggle manual stack scroll synchronization between viewports 2016-12-29 11:37:25 -02:00
Bruno Alves de Faria
e640f5a007 LT-115: Configuring schemas for for CR-target and UN-Target 2016-12-16 16:07:03 -02:00
Eloízio Salgado
87d61298b4 LT-397: Check that everything works when internet is disconnected; Adding Google Fonts Local Copies 2016-11-25 17:38:07 -02:00
Bruno Alves de Faria
79f3c482c1 LT-382: Fixing image loading after time points disassociation 2016-11-22 16:28:42 -02:00
Eloízio Salgado
0e3e463617 LT-361: Keeping Sidebars CSS transitions 2016-11-21 17:10:57 -02:00
Emanuel F. Oliveira
91bafb367c LT-259 New proactive UI (three options) for unsaved changes dialog + New API for unsaved changes module (now handlers can be attached to unsaved changes namespace) + Save measurements integration. 2016-11-21 10:22:33 -02:00
Erik Ziegler
68ebe59737 Update Lesion Tracker to Meteor 1.4.2.3, Rebuild StandaloneViewer to SampleClientOnlyBuild 2016-11-19 11:06:08 +01:00
Eloízio Salgado
5272cc234a LT-361: Add borders to viewport and active viewport 2016-11-18 12:12:07 -02:00
Emanuel F. Oliveira
d2095f3cb7 LT-259 Adding warning for when user attempts to close the Lesion Tracker before saving measurements [INTEGRATING NEW MODULE INTO VIEWER + DOCUMENTATION] 2016-11-17 16:59:42 -02:00
Bruno Alves de Faria
6e2bef5317 LT-354: Converting to the new dialog/form structure 2016-11-17 13:45:51 -02:00