Commit Graph

1353 Commits

Author SHA1 Message Date
Evren Ozkan
8957b4ed8b Refactor absoluteUrl to allow multiple domains directed to the same server work 2017-10-19 12:56:59 +02:00
Erik Ziegler
25690ef888 Allow StandaloneViewer to use ?url to specify path to JSON 2017-10-19 11:35:13 +02:00
André Botelho Almeida
cdac28ed7f OHIF-170: using getString to get accession number for QIDO calls (#119) 2017-10-18 19:41:59 +02:00
André Botelho Almeida
038039518a OHIF-113: added element verification before tool activation. (#116)
* OHIF-113: added element verification before tool activation.

* OHIF-113: fixing typo
2017-10-13 16:08:53 +02:00
Aysel Afsar
23489b173d OHIF-59: Use hardware acceleration for thumbnail drag and drop 2017-10-13 09:29:51 -04:00
Aysel Afsar
9905773a70 OHIF-178: Fix the issue with DIMSE services by sending the caller via callback 2017-10-12 14:52:15 -04:00
Bruno Alves de Faria
6fdfd27fe5 Accepting numeric values on common labels 2017-10-12 13:25:22 -03:00
Bruno Alves de Faria
15f04a5790 Fixing user preferences saving issues 2017-10-11 08:55:10 -03:00
Bruno Alves de Faria
f19ef98f5f Ignoring action components when using arrays on group mixin 2017-10-11 08:04:53 -03:00
Bruno Alves de Faria
9611fb5963 Theming select2 for form-themed class 2017-10-11 08:04:53 -03:00
Bruno Alves de Faria
ac69233025 Improving window level presets preferences 2017-10-11 08:04:53 -03:00
Aysel Afsar
b9b9a0f00d OHIF-177: Show thumbnail progress bar in the StandaloneViewer 2017-10-07 11:57:22 -04:00
Aysel Afsar
e76d4cc68e OHIF-173: Update server configuration in the server startup 2017-10-05 11:00:06 -04:00
Aysel Afsar
131d64854c OHIF-172: Make default values for requestOptions object 2017-10-05 10:50:54 -04:00
Bruno Alves de Faria
1ed39e0d78 Fixing broken Web Worker source map 2017-10-03 17:26:28 -03:00
Bruno Alves de Faria
98242dfdc7 Improving notifications mechanism 2017-10-03 17:02:45 -03:00
Bruno Alves de Faria
5c351365fe Removing uncaught promise console errors 2017-10-03 16:37:37 -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
4c8190e0cc Performance improvements on measurements interaction 2017-10-03 08:24:12 -03:00
Bruno Alves de Faria
f486724643 Adding util function to navigate over lesions 2017-10-02 16:24:56 -03:00
Bruno Alves de Faria
7641d6e9af Minor improvements on notifications mechanism 2017-09-29 14:01:39 -03:00
Bruno Alves de Faria
4efa774cd3 Add transition to notification's close button background color 2017-09-29 13:16:53 -03:00
Bruno Alves de Faria
6fef754651 Allowing custom templates inside notification note 2017-09-29 13:08:26 -03:00
Bruno Alves de Faria
820b2efd88 Creating a notification mechanism 2017-09-29 12:51:39 -03:00
Bruno Alves de Faria
06fe7f0da7 Improving User Preferences dialog 2017-09-28 08:16:23 -03:00
Bruno Alves de Faria
44fa8f0e21 Returning a promise on logout and delegating login redireciton 2017-09-28 08:16:23 -03:00
Bruno Alves de Faria
0cfd02316f Sorting measurements by number when retrieving them 2017-09-28 08:16:23 -03:00
Bruno Alves de Faria
64ad38ce96 Adding prior timepoint to the viewer data 2017-09-28 08:16:23 -03:00
Bruno Alves de Faria
5eea284557 Adding option for viewport.voi on getImageDataUrl 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
Bruno Alves de Faria
ef4a8d8684 Adjusting new targets criterion 2017-09-28 08:16:23 -03:00
Bruno Alves de Faria
0cb54a1e8c PWV-84: Making New Targets and New Non-Targets always visible 2017-09-28 08:16:23 -03:00
Bruno Alves de Faria
67a525167b Removing unused code from LesionTracker 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
4c5dcfeab0 Fixing issue with persistent user data 2017-09-19 10:30:22 -03:00
Bruno Alves de Faria
e93c18c28f Fixing issues with hotkeys and presets 2017-09-19 09:38:05 -03:00
Bruno Alves de Faria
29a8a3db8f Reverting wrong logic for baseline time points 2017-09-18 15:45:55 -03:00
Bruno Alves de Faria
45d660636b PWV-138: Switching selected handle from circle to highlighted line 2017-09-18 15:45:55 -03:00
Bruno Alves de Faria
8c6a72cc0f PWV-138: Deselecting arm when advancing to another lesion 2017-09-18 15:45:55 -03:00
Bruno Alves de Faria
b17f5040db PWV-138: Removing unused flags and function 2017-09-18 15:45:55 -03:00
Bruno Alves de Faria
0888e08536 PWV-138: Rendering handles and lines based on handles' state 2017-09-18 15:45:55 -03:00
Bruno Alves de Faria
e330973c1e PWV-138: Creating selected state for bidirectional tool 2017-09-18 15:45:55 -03:00
Bruno Alves de Faria
d7369582b6 Hiding cursor while dragging handles for bidirectional Targets 2017-09-18 15:45:55 -03:00
Bruno Alves de Faria
823a422c26 Allowing loading prior timepoints without the need of baseline data 2017-09-18 15:45:55 -03:00
Bruno Alves de Faria
84bcffe860 Fixing black pixels issue with CornerstoneWadoImageLoader 2017-09-18 15:43:28 -03:00
Bruno Alves de Faria
004ab7f8ba Hiding circle handle on textboxes 2017-09-06 15:34:42 -03:00
Bruno Alves de Faria
5923a6bff5 Allowing customization on scale bars overlay 2017-09-05 21:50:02 -03:00
Bruno Alves de Faria
3a36c89fd4 Removing the need for schema/collection on temp tools when deleting it 2017-09-05 21:22:39 -03:00
Bruno Alves de Faria
861931b329 Fixing error when deleting ellipse measurements 2017-09-05 21:13:07 -03:00