Commit Graph

672 Commits

Author SHA1 Message Date
Evren Ozkan
5cbf08ea4f LT-290 Disable Lesion Tracker tool buttons if the opened study is not associated
- Fix the bug with temp lesion when the study is not associated
2016-11-15 08:24:30 +01:00
Evren Ozkan
7fa242d0aa LT-290 Allow to display studies which are not associated 2016-11-15 08:24:30 +01:00
Erik Ziegler
9ac196a916 Bug fixing after rebasing on top of Master 2016-11-15 08:24:30 +01:00
Bruno Alves de Faria
cd5a1277aa LT-275: Storing the selected label and description on measurements collection 2016-11-15 08:24:30 +01:00
Eloízio Salgado
20a2a8e453 LT 281: Users shall be able to switch between themes (#45)
* LT-281: Users shall be able to switch between themes

* Avoiding compatibility issues

* Typo fixing
2016-11-15 08:24:30 +01:00
Bruno Alves de Faria
0ba77cd0b1 LT-275: Fixing invisible label issue after selection 2016-11-15 08:24:30 +01:00
Bruno Alves de Faria
31bce34dd6 LT-275: Prevent route change on label selection 2016-11-15 08:24:30 +01:00
Bruno Alves de Faria
3f0b9482d1 LT-275: Adding button to add labels to measurements 2016-11-15 08:24:30 +01:00
Bruno Alves de Faria
b1eb68521a LT-275: Moving the selectTree component to measurements package 2016-11-15 08:24:30 +01:00
Bruno Alves de Faria
dd9fa2b789 LT-275: Improving add/edit description animations and behaviors 2016-11-15 08:24:30 +01:00
Bruno Alves de Faria
826bf9bf16 LT-275: Migrating ohif:lesiontracker to the new import structure 2016-11-15 08:24:30 +01:00
Bruno Alves de Faria
a49fca71d2 LT-275: Fixing some issues on CSS animations 2016-11-15 08:24:30 +01:00
Bruno Alves de Faria
cd2427274a PWV-1: Converting measurements series data and imageId 2016-11-15 08:24:30 +01:00
Bruno Alves de Faria
bbf00cce80 PWV-1: Making timepoint URL load the viewer with the studies 2016-11-15 08:24:30 +01:00
Bruno Alves de Faria
c84d0c21f3 PWV-1: Requesting timepoint data from PIM TIMC API 2016-11-15 08:24:30 +01:00
Bruno Alves de Faria
37fcf9f004 PWV-1: Removing form modal residual padding on body 2016-11-15 08:24:30 +01:00
Bruno Alves de Faria
48002420ca PWV-1: Fixing form dialogs confirm action 2016-11-15 08:24:30 +01:00
Bruno Alves de Faria
107a6538a7 PWV-1: Fixing modal incrementing body padding issues 2016-11-15 08:24:30 +01:00
Bruno Alves de Faria
710499c10b PWV-1: Fixing studylist and viewer links styles 2016-11-15 08:24:30 +01:00
Bruno Alves de Faria
597386f391 PWV-1: Fixing DIMSE service connection issues 2016-11-15 08:24:30 +01:00
Bruno Alves de Faria
db0602def7 PWV-1: Fixing merging issues 2016-11-15 08:24:30 +01:00
Bruno Alves de Faria
481bf30a14 PWV-1: Preventing dropping on Servers and CustomServers Mongo Collections 2016-11-15 08:24:01 +01:00
Emanuel F. Oliveira
3c363050f6 PWV-2: Removed duplicate keys on .jscsrc file and fix small glitch on form dialog promises. 2016-11-15 08:24:01 +01:00
Emanuel F. Oliveira
8aa8b4288c PWV-2: Change on ServerConfiguration logic to make it extensible 2016-11-15 08:24:01 +01:00
Emanuel F. Oliveira
a30cfc95f9 PWV-2 Added custom field to settings schema. 2016-11-15 08:24:01 +01:00
Bruno Alves de Faria
4d79bf84a8 PWV-1: Refactoring ohif:studylist package 2016-11-15 08:24:01 +01:00
Bruno Alves de Faria
984ef94403 PWV-1: Migrating study association modal to the new structure 2016-11-15 08:24:01 +01:00
Bruno Alves de Faria
8e6ac3bf1e PWV-1: Refactoring ohif:measurements import structure for templates 2016-11-15 08:21:46 +01:00
Bruno Alves de Faria
7bbd380983 PVW-2: Creating form modals mechanism 2016-11-15 08:21:46 +01:00
Bruno Alves de Faria
5c5c2afb42 PWV-2: Exposing ohif:measurements package's lib functions on OHIF namespace 2016-11-15 08:21:46 +01:00
Bruno Alves de Faria
60aa1d0982 PWV-3: Creating ohif:log package and partially refactoring ohif:measurements 2016-11-15 08:21:46 +01:00
Bruno Alves de Faria
f3f32518c6 PWV-3: Refactoring MeasurementConfiguration and TimepointsConfiguration 2016-11-15 08:21:46 +01:00
Bruno Alves de Faria
151837d8d1 PWV-1: Fixing study list columns amount on laptop with touch 2016-11-15 08:21:46 +01:00
Erik Ziegler
ab4d4c9008 Work on refactoring measurements out of Lesion Tracker package
- Removed AssociatedStudies Collection
- Measurement API is generated from configuration files
- Data exchange methods are defined in configuration
2016-11-15 08:21:46 +01:00
Evren Ozkan
c511edd419 Fix a bug by sorting the studies by study date and time instead of only study date in prior function (to add prior indicator) 2016-11-14 21:19:52 -05:00
Evren Ozkan
b0f9426015 Fix a bug by comparing study date and time instead of only study date to add prior indicator 2016-11-14 20:24:04 -05:00
Evren Ozkan
f9f4a14bae Fix a tiny bug by checking study in prior 2016-11-14 19:22:23 -05:00
Evren Ozkan
9544a24ed8 Fix hanging protocol bugs
- Convert series number and instance number to integer in imageDetails.sortingInfo to sort the images properly (e.g. 1,2,10 instead of 1,10,2)
- Sort based on firstly instanceNumber, then seriesNumber, to show the first instance of the next series in the next viewport instead of the second instance of the previous series in multiple layout (other than 1x1)
- Do nothing when clicked if the previous and next stage buttons are disabled
- Add forgotten undefined check statements
2016-11-14 13:19:20 -05:00
Evren Ozkan
8320e11830 Fix hanging protocol bugs
- Insert the protocol into MatchedProtocols with its score to be used in getBestMatch
- Use isImage function to check if the instance has image data in hanging protocol engine
2016-11-11 16:40:18 -05:00
Evren Ozkan
205e11ea03 Check if the cine dialog is initially out of screen 2016-11-10 18:53:37 -05:00
Emanuel F. Oliveira
90960aea09 OHIF-20 Conditional update of multi-frame meta data. 2016-11-08 20:32:51 -02:00
Eloízio Salgado
a7ba6b49fe OHIF-129: Enabling CinePlay button only when active viewport has more than 1 image in its stack; Fixed some errors when CinePlay Dialog is open and stopped and layout changes. 2016-11-07 12:01:03 -02:00
Eloízio Salgado
12862aec51 OHIF-127: Resizing viewport when window gets resized 2016-11-04 18:32:50 -02:00
Eloízio Salgado
553eb9e24e OHIF-126: OHIF-126: Show float values rounded to 2 decimal places on pet study for the fields (Location, Thickness, Spacing Between Slices, Frame Rate) 2016-11-04 15:28:35 -02:00
Evren Ozkan
a433a3f7df Do not show instance number for single-frame images on the series panel 2016-11-04 11:15:04 -04:00
Eloízio Salgado
dfcc64d2ca OHIF-125: Fix Exception caused by Cornerstone Tools when sending empty viewports and/or not DOM elements to its functions 2016-11-04 10:31:54 -02:00
Emanuel F. Oliveira
7d199ab462 OHIF-20 Documentation for parsingUtils.js library... 2016-11-04 09:08:57 -02:00
Emanuel F. Oliveira
1122594d2b OHIF-20 Moving multi-frame related functionality to metaDataProvider / Created new library with parsing utilities. 2016-11-03 23:54:04 -02:00
Eloízio Salgado
952f4d1a60 OHIF-123: Removing mouse events over dicom overlays to keep Cornerstone tools functionallity working when these overlays are hovered 2016-11-03 16:45:57 -02:00
Eloízio Salgado
d3eaec0383 OHIF-122: Removing hardcored configuration 2016-11-03 16:33:46 -02:00