Commit Graph

9 Commits

Author SHA1 Message Date
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
Bruno Alves de Faria
17f8d87d32 Fixing hanging protocols matching score issues 2016-08-24 11:53:31 -03:00
Bruno Alves de Faria
2cc06e454a Fixing viewports initial sorting issue 2016-08-22 14:54:31 -03:00
Erik Ziegler
fe32c40832 Move server-side functions from viewerbase to worklist. Split multi-frame and single-image modalities into separate display sets (OHIF-36) 2016-08-08 18:37:32 +02:00
Erik Ziegler
59c851fa57 Started replacing toolbar in OHIF Viewer with that of Lesion Tracker (OHIF-49) 2016-07-22 18:23:36 +02:00
Bruno Alves de Faria
cb875b1913 LT-253: Creating dynamic form components 2016-07-22 11:12:04 +02:00
Erik Ziegler
e1de7eaf21 Work towards study / series hover tools (LT-251) 2016-07-22 11:03:01 +02:00
Erik Ziegler
2e52d9e3c1 First pass at a Hanging Protocol implementation and editor (LT-131) 2016-05-07 12:40:02 +02:00