Commit Graph

148 Commits

Author SHA1 Message Date
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
84bcffe860 Fixing black pixels issue with CornerstoneWadoImageLoader 2017-09-18 15:43:28 -03: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
ae39f1841d Removing trailing 'frame' query string and allowing usage of first series' instance as thumbnail 2017-08-29 11:46:22 -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
319f030f32 Remove memory leak for thumbnail enabled elements 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
Erik Ziegler
ddef3c4710 Move towards NPM for Cornerstone dependencies 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
Bruno Alves de Faria
2f7722d569 Adjustments on hotkeys and presets 2017-06-14 09:19:49 +02:00
Bruno Alves de Faria
e6b5a21ae2 Allowing W/L Presets customization 2017-06-14 09:19:49 +02:00
Bruno Alves de Faria
4d9300f6c4 Creating Window Level Presets form 2017-06-14 09:19:49 +02:00
Bruno Alves de Faria
22f1e659fa Adding reset to defaults button 2017-06-14 09:19:49 +02:00
Bruno Alves de Faria
8aac5dc47d Implementing disabled handling for commands 2017-06-14 09:19:49 +02:00
Bruno Alves de Faria
1a0729336b Integrating hotkeys with commands 2017-06-14 09:19:49 +02:00
Bruno Alves de Faria
199115a9d3 Using commands on toolbar buttons 2017-06-14 09:19:49 +02:00
Bruno Alves de Faria
dbb10fa444 Creating action commands 2017-06-14 09:19:49 +02:00
Erik Ziegler
f43e0d45c7 Remove unnecessary calls to setActiveViewport 2017-06-07 16:55:28 +02:00
Erik Ziegler
3a9a06478b Selecting a series now closes the quick switch 2017-06-07 16:54:25 +02:00
Erik Ziegler
f7a4a56155 Stop prefetching when viewerMain template is destroyed (e.g. when you go back to study list) 2017-06-07 16:53:19 +02:00
Leonardo Campos
c5c5ddf282 Revert "OHIF-27: PlayClipController"
This reverts commit 72c08147d4.
2017-05-22 18:48:45 -03:00
Leonardo Campos
72c08147d4 OHIF-27: PlayClipController 2017-05-03 22:30:32 -03:00
Leonardo Campos
4055655c7a OHIF-26: StudyLoadingListener :: progress bar config (ui) 2017-04-27 01:59:15 -03:00
Leonardo Campos
f299eb60e0 OHIF-26: StudyLoadingListener :: wadors 2017-04-27 01:59:02 -03:00
Bruno Alves de Faria
872b0e8107 Fixing hidden measurements table header on IE11 2017-04-20 19:21:45 -03:00
Bruno Alves de Faria
4d89b70877 Removing right sidebar highlighting 2017-04-20 17:38:06 -03:00
Bruno Alves de Faria
745bd7bae3 Fixing studylist highlighting on IE11 2017-04-19 16:51:10 -03:00
Bruno Alves de Faria
2e5f6299cc Fixing CINE dialog initial width and position on IE11 2017-04-19 09:18:53 -03:00
Bruno Alves de Faria
f0a22474b5 Fixing scrollbars positioning on IE11 2017-04-19 08:22:42 -03:00
Bruno Alves de Faria
35903109ab Fixing scrollbar thumb width on IE11 2017-04-19 07:45:39 -03:00
Leonardo Campos
66bc4e2105 enabling webgl as renderer 2017-04-13 22:20:44 -03:00
Bruno Alves de Faria
66dfefbb14 Re-rendering the thumbnail when external data is changed 2017-03-30 10:56:57 -03:00
Bruno Alves de Faria
bc533c14ad Fixing radio CSS issues and moving viewStudies to ohif:study-list package 2017-03-27 08:28:21 -03:00
Bruno Alves de Faria
718fd30feb Adjusting OHIF Viewer to the new structure 2017-03-21 10:16:47 -03:00
Bruno Alves de Faria
e12fb0de35 Final adjustments to routing behaviors 2017-03-21 10:16:47 -03:00