Commit Graph

69 Commits

Author SHA1 Message Date
Erik Ziegler
bbcbc93510 Clean up Cornerstone enabledElements in thumbnails (LT-251) 2016-08-09 21:21:02 +02:00
Bruno Alves de Faria
bd7c847443 LT-251: Fixing thumbnails issues on the left sidebar (study browser) 2016-08-09 16:15:17 -03:00
Erik Ziegler
5b0f8e83d0 Fix thumbnail loading indicator and display issues (OHIF-36) 2016-08-09 17:48:19 +02:00
Erik Ziegler
8c9b7aef79 Fix display set double-click to enlarge bugs (OHIF-36) 2016-08-09 17:08:29 +02:00
Rob Lewis
356abd0978 LT-273: Increased font-weight for additional viewer dialog and button elements 2016-08-09 09:13:09 -04:00
Rob Lewis
d8327ca9db LT-273: Increased font weight for "loading" text, DICOM tag overlays, worklist results 2016-08-09 09:00:06 -04: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
3e4b66cfcd Fix loading / error indicator styling 2016-08-05 12:49:09 +02:00
Erik Ziegler
f90536c0d3 Throttle scrolling to prevent requests from firing too quickly (OHIF-39) 2016-08-05 12:26:00 +02:00
Erik Ziegler
81b011f111 Fix double-click to enlarge viewport bugs. Add annotation dialog box to OHIF Viewer 2016-08-05 12:16:47 +02:00
Erik Ziegler
624d2aeaf5 Added latest from Cornerstone WebGL branch 2016-08-04 16:20:18 +02:00
Erik Ziegler
afeb0d82fb Fix Viewer opening bugs in OHIF Viewer (OHIF-49) 2016-08-04 10:42:34 +02:00
Erik Ziegler
1a264f81e5 Cleaned up dialog styles (OHIF-49) and duplicate calls to Worklist Search (credit to @mdg583) 2016-08-03 23:19:13 +02:00
Erik Ziegler
7d58d84d48 Added tide and tigerlilly themes (OHIF-49) 2016-08-03 16:22:37 +02:00
Erik Ziegler
82e374b1e3 Remove tabbed layout in favour of current Lesion Tracker design (OHIF-49) 2016-07-23 20:11:01 +02:00
Erik Ziegler
8b364ce9d0 Fixed OHIF Viewer layout / CINE / Hanging Protocol buttons (OHIF-49) 2016-07-23 15:56:36 +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
Erik Ziegler
a6c45ddd27 Updating design of OHIF Viewer using (OHIF-49) 2016-07-22 14:26:29 +02:00
Bruno Alves de Faria
25c94c4dc1 LT-245: Fixing data sharing issue on studies browser 2016-07-22 11:12:04 +02:00
Bruno Alves de Faria
cb875b1913 LT-253: Creating dynamic form components 2016-07-22 11:12:04 +02:00
Bruno Alves de Faria
529ef28042 LT-251: Fixing quick switch thumbnails when study is changed 2016-07-22 11:12:04 +02:00
Bruno Alves de Faria
cea41d09db LT-249: Fixing issue with multiple duplicated CSS imports 2016-07-22 11:12:04 +02:00
Bruno Alves de Faria
4b307598e9 LT-251: Showing only the active timepoint and creating 'Show additional timepoints' button and behavior 2016-07-22 11:08:27 +02:00
Bruno Alves de Faria
e3fc56c0f4 LT-251: Disabling drag and drop from series and adding click-to-select behavior for quick switch areas 2016-07-22 11:08:27 +02:00
Erik Ziegler
ee9ea4450d More study list styling 2016-07-22 11:00:56 +02:00
Bruno Alves de Faria
e0b459abd0 LT-247: Fixing font-weight for Roboto-Black 2016-07-22 11:00:16 +02:00
Erik Ziegler
a9a4f3f82b Lesion Tracker Redesign so far 2016-07-22 11:00:16 +02:00
Erik Ziegler
2e52d9e3c1 First pass at a Hanging Protocol implementation and editor (LT-131) 2016-05-07 12:40:02 +02:00
Aysel Afsar
dfcb33153f LT-239: Handle the error if the last imported file is not dcm file
- Add message label in progress dialog
2016-04-25 19:01:59 -04:00
Aysel Afsar
2a17760ff8 LT-240: Add studyListFunctionsEnabled property (false as default) in public.ui object in settings file to enable/disable import / export / anonymize functions
LT-239: Error handling on the import process (WIP)
2016-04-21 22:42:06 -04:00
Erik Ziegler
7fa4c33064 Fix contentId bug 2016-04-14 20:02:54 +02:00
Erik Ziegler
1a48b6040a Cleaned up the worklist design a bit 2016-04-09 22:00:05 +02:00
Evren Ozkan
a2124c03e9 LT-66 Import DICOM Studies
- Add a toolbar in the top of worklist
- Add Import button in the worklist toolbar
- Upload all files in the selected folder to import from client to server
- Import uploaded files via DIMSE
- Delete uploaded files from server when import is completed
- Handle import status in client
- Show/Update progress dialog in client while uploading and importing files
- Show Import button only if import is supported for the default service type (DICOMWeb is currently not supported)
2016-03-30 18:38:29 -04:00
Erik Ziegler
fc7dde0082 Fix NaN FPS 2016-03-17 15:30:14 +01:00
Erik Ziegler
70b3f938cf Fix autoplay 2016-03-17 14:04:11 +01:00
Erik Ziegler
7e64fb4109 Clips use DICOM frameTime by default (LT-210). Added floating clip control dialog (LT-209) 2016-03-17 12:10:23 +01:00
Aysel Afsar
76a9f6a894 LT-115: Set CRUNEX tool buttons as disabled if timepoint is baseline
- Remove addDisabledTool and getDisabledTool methods in toolManager
- Add disabledToolButtons array in toolDefaultStates to check enable/disable buttons
2016-03-10 11:21:52 -05:00
Aysel Afsar
58d145194a LT-115: Disable/Enable CRUNEX button for active image viewer 2016-03-07 09:05:59 -05:00
Aysel Afsar
cd4a9a51da LT-115: Set CR/UN/EX buttons as enabled for follow-up timepoints 2016-03-02 15:49:20 -05:00
Aysel Afsar
7cebd3c91c LT-115: Add CR-Target, UN-Target and EX-Target tools (WIP) 2016-03-02 12:09:05 -05:00
Evren Ozkan
9970b8795b LT-73 Move export tool and progress dialog component to OHIFViewer 2016-03-01 11:55:58 -05:00
Aysel Afsar
1dc7eb71c0 - Add "Study Not Found" message
- Hide loading text after WorklistSearch method is called
2016-02-19 16:49:32 -05:00
Erik Ziegler
b624d12762 Fix syncing bug LT-177, update Cornerstone package libraries 2016-02-13 17:42:10 +01:00
Erik Ziegler
9cde04bcfe Remove some subscription / reactivity / caching bugs and the unnecessary PatientLocations collection 2016-02-10 16:38:49 +01:00
Erik Ziegler
beaa56c0b3 Updates for Timepoint assocation (LT-60) and Conformance Checks (LT-92, LT-93, LT-94) 2016-02-08 19:59:39 +01:00
Erik Ziegler
4c80c57d73 Remove scrollbar from thumbnail study browser 2016-01-27 19:34:26 +01:00
Erik Ziegler
383b4ff4c0 Fix thumbnail drag offset bug 2016-01-25 14:54:57 +01:00
Aysel Afsar
5e19831cda LT-29: Move click event of empty element into imageViewerViewport events 2016-01-21 08:38:45 -05:00
Aysel Afsar
56d2a2f654 LT-29: Set activeViewport session for empty imageViewerViewport element, deactivate lesion tools for element which does not have pixel spacing data 2016-01-20 20:16:37 -05:00
Aysel Afsar
2ceca2bd10 LT-150: Added isPanelPinned property in ViewerData session to check whether thumbnails panel of the active tab is pinned or not 2016-01-19 23:35:41 -05:00