Emanuel F. Oliveira
d22094bbe1
Moving Nucleus bug fix of slow toggling of reference lines to OHIF viewers...
2017-01-29 22:11:19 -02:00
Emanuel F. Oliveira
f94d951453
Bug Fix: Double click was not working when no viewport is active
2017-01-29 22:11:19 -02:00
Eloízio Salgado
a8ee17dc71
Checking if helpers are not registered before register to avoid overriding
2017-01-29 22:11:18 -02:00
Emanuel F. Oliveira
66df591166
Moving Nucleus viewer changes in setActiveViewport back into OHIF viewers
2017-01-29 22:11:18 -02:00
Eloízio Salgado
601e9537c6
Adding some missing import in isDisplaySetActive helper
2017-01-29 22:11:18 -02:00
Emanuel F. Oliveira
2ed30ee592
Bug Fix: Additional Viewports do auto load remaining stacks...
2017-01-29 22:11:18 -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
e40649533c
Removing duplicated files/functions
2017-01-29 22:11:18 -02:00
Emanuel F. Oliveira
2ed38cf6e7
Fixing rebase issue: restoring getImagePlane behaviour...
2017-01-29 22:11:18 -02:00
Emanuel F. Oliveira
75e027fee5
Bug Fix: Only first frame of multiframe images is being rendered.
2017-01-29 22:11:18 -02:00
Eloízio Salgado
e2322ec05a
Fix Cine Dialog styles
2017-01-29 22:11:17 -02:00
Eloízio Salgado
47db6bcb05
Making getImagePlane work with IntanceMetadata. This would fix some features that depend on imagePlane such as Link Series
2017-01-29 22:11:17 -02:00
Emanuel F. Oliveira
6003f67865
Fixed issue on ordering of display sets in OHIF Viewers + Fixed issue with tag to property name translation on OHIFInstanceMetadata class.
2017-01-29 22:11:17 -02:00
Emanuel F. Oliveira
a06da4e6e1
Fixing broken references in LesionTracker related to measurement deletions and lesion table row selection + Fixing bug in measurement handlers for unassociated studies.
2017-01-29 22:11:17 -02:00
Eloízio Salgado
3def03e7d0
Adding Metadata classes to Lesion Tracker and Hanging Protocols to both viewers
2017-01-29 22:11:17 -02:00
Emanuel F. Oliveira
b5166088a3
Extending capabilities of "findBy" method from TypeSafeCollection to search an ordered dataset as needed by hanging-protocols package.
2017-01-29 22:11:17 -02:00
Eloízio Salgado
e693d48dbe
Adding Metadata classes to Lesion Tracker (WIP) and some fixed;
2017-01-29 22:11:17 -02:00
Eloízio Salgado
4ceba29164
Fixing mistaken push
2017-01-29 22:11:17 -02:00
Eloízio Salgado
6e8376f9fd
Removing duplicated functions
2017-01-29 22:11:17 -02:00
Eloízio Salgado
a8626d02c0
toolManager: fixed annotate tool issues and added Text Marker Tool (importing callback functions from Nucleus) and using Metadata classes for OHIF Viewer
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
402d45f40b
Removing duplicated and unecessary code from TypeSafeCollection + Code improvements.
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
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
5fcf167726
Small fixes
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
48b606881b
Change 'design' to 'ohif:design' in a few more Styl files. Fix duplicated declaration
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
Emanuel F. Oliveira
00656ef943
Merging toolManager, enablePrefetchOnElement and imageViewerViewport...
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
Emanuel F. Oliveira
21400c5836
Mostly style files and Hanging Protocol changes
2017-01-29 22:11:17 -02:00
Emanuel F. Oliveira
680beb163f
Initial work on Nucleus parity merge
2017-01-29 22:11:17 -02:00
Leonardo Campos
aa88fe181a
Avoid exceptions for disabled elements (PR #179 )
...
If playClip is enabled and the user loads a different series in the
viewport an exception will be thrown because the element will not be
enabled anymore.
Pull request
https://github.com/chafey/cornerstoneTools/pull/179
2017-01-26 20:41:15 -02:00
Leonardo Campos
a01a86ac7e
Purge image cache issue (stackPrefetch) (PR #180 )
...
Pull Request
https://github.com/chafey/cornerstoneTools/pull/180
2017-01-26 19:20:08 -02:00
Leonardo Campos
7c23f0b791
wadors (loadimage) must return a deferred like wadouri does (PR #64 )
...
If a promise is returned instead of a deferred, imageCache
(purgeCacheIfNecessary) will break because it calls reject()
on every item removed from the cache.
Pull request
https://github.com/chafey/cornerstoneWADOImageLoader/pull/64
2017-01-26 19:20:07 -02:00
Leonardo Campos
23862ee299
Setting a default value for resetPrefetchDelay (PR #179 )
2017-01-26 19:20:07 -02:00
Bruno Alves de Faria
80bd81c055
LT-55: Adding Series and Instance information to PDF
2017-01-26 16:00:53 -02:00
Bruno Alves de Faria
5c316bf334
LT-404: Fixing Target undefined label when start creating a measurement
2017-01-26 15:25:11 -02:00
Bruno Alves de Faria
20bd3f443c
LT-55: Reducing PDF size by generating measurement images in JPEG
2017-01-26 15:17:28 -02:00
Bruno Alves de Faria
d49963f5b2
LT-55: Adding generate report button
2017-01-26 13:09:16 -02:00
Bruno Alves de Faria
0b91972bee
LT-55: Fixing the measurement type text
2017-01-26 12:42:25 -02:00
Bruno Alves de Faria
d2dece45f6
LT-55: Integrating the PDF template with the measurements data
2017-01-26 12:07:20 -02:00
Bruno Alves de Faria
dcdd3f3e14
LT-55: Removing unwanted text and replacing the logo image by strokes
2017-01-25 14:14:23 -02:00
Bruno Alves de Faria
f56c586a3c
LT-55: Finishing the PDF template
2017-01-25 11:20:31 -02:00
Bruno Alves de Faria
edcecade56
LT-55: Making the mocked version of PDF template
2017-01-24 19:31:10 -02:00
Bruno Alves de Faria
8cb13fca6b
LT-55: Drawing the measurements on cornerstone canvas
2017-01-24 14:54:26 -02:00
Bruno Alves de Faria
cea42aacdd
LT-55: Generating an image for each measurement
2017-01-24 11:56:10 -02:00