Commit Graph

64 Commits

Author SHA1 Message Date
Emanuel F. Oliveira
e75330fe87 Fixing createStacks and imageThumbnail 2017-03-02 10:16:09 -03:00
Emanuel F. Oliveira
2b22aecc15 Bug Fix: OHIF Study Metadata API implementation not correctly reading Study and Series level data + Adding ES5.1 properties to Study Metadata API abstract classes to prevent protected attribute override 2017-03-02 10:16:09 -03:00
Emanuel F. Oliveira
4c84961d4c Fixed displaySet search inside protocolEngine 2017-03-02 10:16:09 -03:00
Emanuel F. Oliveira
6cfb4f16eb [WIP] Moving hanging protocols initialization to OHIF Viewer specific code. 2017-03-02 10:15:09 -03:00
Emanuel F. Oliveira
7fa581e52b [WIP] Moving new Hanging-Protocol bootstrap from Nucleus to OHIF Viewers 2017-03-02 10:15: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
710d7c9a02 Allowing follow-up number to be controlled by configuration 2017-02-23 14:01:16 -03:00
Leonardo Campos
e7cd285f9c OHIF-155: tools: textBox anchor (center) 2017-02-23 10:32:42 -03:00
Leonardo Campos
e8d8608002 jslint 2017-02-08 21:10:01 -02:00
Leonardo Campos
2752228c7f LT-405: syncronized scrolling issue 2017-02-08 20:59:08 -02:00
Eloízio Salgado
d43fec0147 Provinding a new fitToWindow option for resizing viewports 2017-02-01 16:32:11 -02:00
Eloízio Salgado
d7d15143aa README.md file for important objects in ohif-viewerbase lib/classes/ folder 2017-02-01 15:35:49 -02:00
Emanuel F. Oliveira
36def1e055 StandaloneViewer reconcile + Minor fix to ResizeViewportManager 2017-01-31 11:27:23 -02:00
Eloízio Salgado
6ddc844945 Removing unused global object 2017-01-30 12:17:16 -02:00
Eloízio Salgado
cd5eba6549 Removing unused code 2017-01-30 12:14:04 -02:00
Emanuel F. Oliveira
d5feda0148 Make createStacks use Study Metadata API for multiframe instances 2017-01-30 00:18:35 -02:00
Eloízio Salgado
6d57ef1197 Removing seriesNavigation 2017-01-29 22:11:19 -02:00
Eloízio Salgado
64b76c2027 Removing unused code 2017-01-29 22:11:19 -02:00
Eloízio Salgado
e8244b9d75 Removed unused comment 2017-01-29 22:11:19 -02:00
Eloízio Salgado
acb64c4246 Creating helpers to add classes in viewports and Layout Manager elements, so any app using ohif-viewerbase can style on its own 2017-01-29 22:11:19 -02:00
Emanuel F. Oliveira
9a7a2051e1 Moving latest changes from Nucleus viewer back to OHIF Viewers 2017-01-29 22:11:19 -02:00
Eloízio Salgado
bdbf807565 Fixing activeTool for configurable defaultTool 2017-01-29 22:11:19 -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
Emanuel F. Oliveira
541891d2ee OHIF x Nucleus Code change sync-up 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
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
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
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
Emanuel F. Oliveira
00656ef943 Merging toolManager, enablePrefetchOnElement and imageViewerViewport... 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
680beb163f Initial work on Nucleus parity merge 2017-01-29 22:11:17 -02:00
Leonardo Campos
df5e8e14c5 LT-399: Load measurements and sync viewports when clicking on measurement number 2017-01-17 18:16:07 -02:00