Commit Graph

161 Commits

Author SHA1 Message Date
Bruno Alves de Faria
78c282558c Final adjustments on overlay 2018-02-02 09:22:48 -02:00
Bruno Alves de Faria
45c5766501 Improving overlay information display 2018-02-02 09:22:48 -02:00
Bruno Alves de Faria
5dc2f8dc9c Implementing saving behavior per active viewport 2018-02-02 09:14:44 -02:00
Bruno Alves de Faria
98480d134b Implementing image download dialog behaviors 2018-02-02 09:14:44 -02:00
Bruno Alves de Faria
56093a9d68 Converting the modal to the new structure and styling it 2018-02-02 09:14:44 -02:00
Evren Ozkan
29d94e99c7 Support for right and middle mouse button tool assignment in toolManager (left by default) 2018-01-30 18:23:18 -05:00
Bruno Alves de Faria
1983ee18a1 Fixing flashButton wrong deactivation issue 2018-01-05 08:04:41 -02:00
Bruno Alves de Faria
5bf2d75d4f Fixing duplicated overlays and zero-sized measurements 2017-11-21 19:37:13 -02:00
Bruno Alves de Faria
a8d9e0f24f Fixing the loading indicator z-index 2017-11-21 15:10:12 -02:00
Evren Ozkan
cea3a77b52 Send viewport activation trigger on mouse enter only if there is no focused dropdown 2017-11-20 16:31:26 -05:00
André Botelho Almeida
057735aab3 OHIF-184: Add menu tool option to download viewport as PNG or JPEG (#130)
* OHIF-184: added download icon to the OHIF's tool bar

* OHIF-184: refactor dialog toggle method to support cine dialog and download dialog

* OHIF-184: Added hotKey support for downloadDialog.

* OHIF-184: added disabled verify function

* OHIF-184: Finished form structure. Created preview canvas. Added width and height config of the preview. Added the download feature. Added Cancel button.

* OHIF-184: setting default extension as png

* OHIF-184: moved download icon to more in toolbar

* OHIF-184: enabling/disabling tools when toggling show annotations checkbox

* OHIF-184: using a dynamic canvas to create the download content

* OHIF-184: Download with configurable width and height. download distorced

* OHIF-184: using dynamic elemento to manage download image instead of using the preview element

* OHIF-184: make dialog dragable through preview

* OHIF-184: removing useless line

* OHIF-184: adding download icon to leasion tracker

* OHIF-184: adding download dialog template to lesion tracker viewer
2017-11-17 11:33:41 +01:00
Bruno Alves de Faria
5af752a122 Fixing delete lesion tool 2017-11-06 17:02:39 -02:00
Bruno Alves de Faria
5330ba5982 Enabling viewport enlargement again 2017-11-06 17:02:39 -02:00
Bruno Alves de Faria
5ef91e0c71 Making bounded plugin use CSS transform 2017-11-06 17:02:39 -02:00
Bruno Alves de Faria
99c1fff3da Preventing text selection on study browser 2017-10-31 11:22:37 -02:00
Bruno Alves de Faria
d259affd9a Displaying progress bar for lazy-loaded studies images 2017-10-31 11:22:37 -02:00
Bruno Alves de Faria
edba1052da Updating OHIF draggable utility to use CSS3 translate 2017-10-31 11:22:37 -02:00
Bruno Alves de Faria
a7d6cb4fea Fixing scrollbar height issues 2017-10-31 11:22:37 -02:00
Bruno Alves de Faria
c580f2db72 Adding Nadir method on timepointApi 2017-10-25 22:21:45 -02:00
Bruno Alves de Faria
bde625a961 Allowing lazy-loading on viewer 2017-10-25 22:20:43 -02:00
Bruno Alves de Faria
ed0bde0404 Fixing thumbnails layout and rendering 2017-10-25 22:20:43 -02:00
Bruno Alves de Faria
05b2aa3e15 PWV-182: Integrating study/timepoint browser changes on PIM Web Viewer 2017-10-25 22:20:43 -02:00
Bruno Alves de Faria
37137b9331 Final adjustments on quickSwitch 2017-10-25 22:20:43 -02:00
Bruno Alves de Faria
89f6bd4610 Adding studies and timepoints to quickSwitch 2017-10-25 22:20:43 -02:00
Bruno Alves de Faria
0417bbd0ff Adding series and scrolling to quickSwitch 2017-10-25 22:20:43 -02:00
Bruno Alves de Faria
a583f5a124 Creating a new quick switch template 2017-10-25 22:18:42 -02:00
Bruno Alves de Faria
d787ed2cb9 Finishing timepoint browser behavior 2017-10-25 22:18:42 -02:00
Bruno Alves de Faria
d721c0dbde Using the new time point browser on the sidebar 2017-10-25 22:18:42 -02:00
Bruno Alves de Faria
eb372bed03 Improving new study browser and moving studies services to ohif:studies 2017-10-25 22:09:08 -02:00
Bruno Alves de Faria
0b51a53976 Creating ohif-studies package to deal with studies browsing 2017-10-25 22:09:08 -02:00
Erik Ziegler
37fff25b50 Switch Random.id() to Math.random() for triggering reactive updates. Random.id() is taking 40ms on Chrome for some reason 2017-10-25 13:11:44 +02:00
Erik Ziegler
05d9a41f45 Switch from cornerstoneTools.metaData (deprecated) to cornerstone.metaData 2017-10-25 09:56:24 +02:00
Erik Ziegler
b9cd3dfa4f Fix some OHIF undefined imports which may have been throwing errors in #78 2017-10-19 16:57:49 +02:00
Bruno Alves de Faria
ac69233025 Improving window level presets preferences 2017-10-11 08:04:53 -03:00
Bruno Alves de Faria
870ed66013 Fixing QuickSwitch issue with Additional Timepoints 2017-10-03 15:35:08 -03:00
Bruno Alves de Faria
06fe7f0da7 Improving User Preferences dialog 2017-09-28 08:16:23 -03:00
Bruno Alves de Faria
da0595213d Fixing metadata issues with Orthanc studies 2017-09-28 08:16:23 -03:00
André Botelho Almeida
bacfa24216 OHIF-110: creating the context-menu for measurements in the viewport for desktop and mobile. Coded action delete (#112) 2017-09-27 21:55:14 +02:00
André Botelho Almeida
af4b8b45f5 Ohif 168 proper error handling (#111)
* Adding a better error handling for DICOMWeb getJson method

* Adding a better error handling for DICOMWeb getBulkData method

* Fixinf some typos. Using console.error to log errors

* Better error handling for DIMSE connections

* Using meteor error in StudyListSearch to better display same error in the client

* Using Meteor.Error for a better pattern. Added an error message in the study list. created connection error types to DICOMWeb connection errors

* Changing error types for server connection. Added better errors for DIMSE server on sockets

* Improving viewer response to error being throw when not finding server to display studies

* OHIF-168: adding catches clauses for retrieveStudyMetada method

* OHIF-168: fixing typo in DIMSE.js

* OHIF-168: setting the session variable  to false when starting a new studylist search

* OHIF-168: Using OHIF.log instead of console

* OHIF-168: removing parsing into string for OHIF.log in Connection.js

* OHIF-168: improving error message visibility in study viewer
2017-09-19 17:44:39 +02:00
Bruno Alves de Faria
1b0c1d9a3d Using form-themed class for user preferences 2017-09-01 10:19:48 -03:00
Bruno Alves de Faria
df5cd20a78 Adding a setting for cornerstone default image renderer 2017-08-23 11:25:58 -03:00
Bruno Alves de Faria
6efd8da0d1 Fixing issue: sidebar studies were not expanding 2017-07-12 09:18:17 -03:00
Bruno Alves de Faria
b4bb44625c Fixing serverId issues 2017-06-16 16:36:34 -03:00
Erik Ziegler
5cec053b8d Stop throwing errors when no study data is available, log issue instead. 2017-06-15 09:18:54 +02:00
Erik Ziegler
c2e387a372 Prevent CSS loading spinner from running constantly in background even though it is not visible 2017-06-15 09:18:54 +02:00
Erik Ziegler
cefce5360a Destroy StudyLoadingListener and clear Collections when viewer is closed 2017-06-15 09:18:54 +02:00
Erik Ziegler
27296a8bca Switch toolState usage since ES6 modules are read-only 2017-06-15 09:18:54 +02:00
Bruno Alves de Faria
661f5b1e4c Creating popover component 2017-06-14 09:19:49 +02:00
Bruno Alves de Faria
6df48a1d2b Styling the Window W/L form 2017-06-14 09:19:49 +02:00
Bruno Alves de Faria
9f7c974cca Adding DIV layer to hotkeys/presets forms and new stylus mixins 2017-06-14 09:19:49 +02:00