Commit Graph

973 Commits

Author SHA1 Message Date
Erik Ziegler
7083948bea Fix some routes and styles 2017-01-29 22:11:17 -02:00
Erik Ziegler
48b606881b Change 'design' to 'ohif:design' in a few more Styl files. Fix duplicated declaration 2017-01-29 22:11:17 -02:00
Erik Ziegler
92f57721e3 Change 'design' to 'ohif:design' in package.js for each package 2017-01-29 22:11:17 -02:00
Emanuel F. Oliveira
00656ef943 Merging toolManager, enablePrefetchOnElement and imageViewerViewport... 2017-01-29 22:11:17 -02:00
Erik Ziegler
068192e035 Change 'design' to 'ohif:design' in package.js for each package 2017-01-29 22:11:17 -02:00
Emanuel F. Oliveira
9e69c43dda Most JS files, all helpers and simple reconciliations 2017-01-29 22:11:17 -02:00
Emanuel F. Oliveira
21400c5836 Mostly style files and Hanging Protocol changes 2017-01-29 22:11:17 -02:00
Emanuel F. Oliveira
680beb163f Initial work on Nucleus parity merge 2017-01-29 22:11:17 -02:00
Leonardo Campos
aa88fe181a Avoid exceptions for disabled elements (PR #179)
If playClip is enabled and the user loads a different series in the
viewport an exception will be thrown because the element will not be
enabled anymore.

Pull request
https://github.com/chafey/cornerstoneTools/pull/179
2017-01-26 20:41:15 -02:00
Leonardo Campos
a01a86ac7e Purge image cache issue (stackPrefetch) (PR #180)
Pull Request
https://github.com/chafey/cornerstoneTools/pull/180
2017-01-26 19:20:08 -02:00
Leonardo Campos
7c23f0b791 wadors (loadimage) must return a deferred like wadouri does (PR #64)
If a promise is returned instead of a deferred, imageCache
(purgeCacheIfNecessary) will break because it calls reject()
on every item removed from the cache.

Pull request
https://github.com/chafey/cornerstoneWADOImageLoader/pull/64
2017-01-26 19:20:07 -02:00
Leonardo Campos
23862ee299 Setting a default value for resetPrefetchDelay (PR #179) 2017-01-26 19:20:07 -02:00
Bruno Alves de Faria
80bd81c055 LT-55: Adding Series and Instance information to PDF 2017-01-26 16:00:53 -02:00
Bruno Alves de Faria
5c316bf334 LT-404: Fixing Target undefined label when start creating a measurement 2017-01-26 15:25:11 -02:00
Bruno Alves de Faria
20bd3f443c LT-55: Reducing PDF size by generating measurement images in JPEG 2017-01-26 15:17:28 -02:00
Bruno Alves de Faria
d49963f5b2 LT-55: Adding generate report button 2017-01-26 13:09:16 -02:00
Bruno Alves de Faria
0b91972bee LT-55: Fixing the measurement type text 2017-01-26 12:42:25 -02:00
Bruno Alves de Faria
d2dece45f6 LT-55: Integrating the PDF template with the measurements data 2017-01-26 12:07:20 -02:00
Bruno Alves de Faria
dcdd3f3e14 LT-55: Removing unwanted text and replacing the logo image by strokes 2017-01-25 14:14:23 -02:00
Bruno Alves de Faria
f56c586a3c LT-55: Finishing the PDF template 2017-01-25 11:20:31 -02:00
Bruno Alves de Faria
edcecade56 LT-55: Making the mocked version of PDF template 2017-01-24 19:31:10 -02:00
Bruno Alves de Faria
8cb13fca6b LT-55: Drawing the measurements on cornerstone canvas 2017-01-24 14:54:26 -02:00
Bruno Alves de Faria
cea42aacdd LT-55: Generating an image for each measurement 2017-01-24 11:56:10 -02:00
Leonardo Campos
c6a710aacd LT-55: measurements report (jsPDF, html2canvas) 2017-01-24 05:59:22 -02:00
Leonardo Campos
9f2d0add20 Measurement report (PDF) 2017-01-24 01:37:41 -02:00
Bruno Alves de Faria
28ac391c52 LT-55: Exposing grouping measurements method in OHIF namespace 2017-01-23 20:04:42 -02:00
Bruno Alves de Faria
fc3eb30f8b LT-55: Adding jsPDF to measurements package 2017-01-23 15:52:37 -02:00
Bruno Alves de Faria
0271d5895f LT-92: Removing evaluation for only present non-targets at baseline 2017-01-23 15:51:21 -02:00
Leonardo Campos
4f7348a09f Setting the right framesPerSecond on Cine 2017-01-20 18:51:27 -02:00
Bruno Alves de Faria
7b93b6162d LT-92: Using ajv as a module of measurements package 2017-01-18 13:19:43 -02:00
Bruno Alves de Faria
5f338c6711 LT-92: Adding max targets label again 2017-01-18 11:01:52 -02:00
Bruno Alves de Faria
efa18aeb1d LT-92: Displaying global nonconformities warnings 2017-01-18 11:01:52 -02:00
Bruno Alves de Faria
db4792b3de LT-92: Displaying the criteria nonconformities when clicking the warning icon 2017-01-18 11:01:52 -02:00
Leonardo Campos
65b867d1b0 LT-92: Grouping non-conformities to make it faster to read on measurementTableRow view 2017-01-18 11:01:52 -02:00
Leonardo Campos
1efe611497 LT-92: Integrating RECIST and measurements table 2017-01-18 11:01:52 -02:00
Leonardo Campos
7ef0dd812b LT-92: removing unecessary code 2017-01-18 11:01:52 -02:00
Leonardo Campos
5366e1217d LT-92: Integrating RECIST evaluator and trial configuration 2017-01-18 11:01:52 -02:00
Leonardo Campos
2cc313a035 LT-92: Criteria schema :: allow single item or array 2017-01-18 11:01:52 -02:00
Bruno Alves de Faria
777d5216f1 LT-92: Adding schema validation to evaluation JSONs 2017-01-18 11:01:52 -02:00
Bruno Alves de Faria
697b4e7ff8 LT-92: Adding schema validation for JSON criteria 2017-01-18 11:01:52 -02:00
Leonardo Campos
ed2f0ee36b LT-92: Just adding comments to MaxTargetsPerOrgan criteria class 2017-01-18 11:01:52 -02:00
Leonardo Campos
18bee6c603 LT-92: Just adding comments to criteria classes 2017-01-18 11:01:52 -02:00
Leonardo Campos
3fe3428ae5 LT-92: Criteria schemas 2017-01-18 11:01:52 -02:00
Bruno Alves de Faria
46bff61b08 LT-92: Creating JSON schema validation for conformance criteria 2017-01-18 11:01:52 -02:00
Bruno Alves de Faria
ada2d1e284 LT-92: Restructuring the criteria in JSON format 2017-01-18 11:01:52 -02:00
Bruno Alves de Faria
b8c397a9b4 LT-92: Adjusting some inappropriate class and method names 2017-01-18 11:01:52 -02:00
Bruno Alves de Faria
e3b8dd001a LT-92: Adding checks for measurements length 2017-01-18 11:01:52 -02:00
Leonardo Campos
bf59802fef LT-92: Target type criteria 2017-01-18 11:01:52 -02:00
Leonardo Campos
2f73403682 LT-92: NonTarget response criteria 2017-01-18 11:01:52 -02:00
Leonardo Campos
c822f71baa LT-92: Modality criteria 2017-01-18 11:01:52 -02:00
Bruno Alves de Faria
774de08646 LT-92: Creating a checker for measurements length 2017-01-18 11:01:52 -02:00
Bruno Alves de Faria
983dd916ac LT-92: Creating checkers for conformance criteria validation 2017-01-18 11:01:52 -02:00
Bruno Alves de Faria
93dc9e94ce LT-92: Renaming RecistApi to ConformanceCriteriaApi 2017-01-18 11:01:52 -02:00
Bruno Alves de Faria
5605133517 LT-92: Adding validation to RecistApi 2017-01-18 11:01:52 -02:00
Bruno Alves de Faria
d1e0695a4b LT-92: Creating RECIST Api 2017-01-18 11:01:52 -02:00
Leonardo Campos
df5e8e14c5 LT-399: Load measurements and sync viewports when clicking on measurement number 2017-01-17 18:16:07 -02:00
Leonardo Campos
cbe895be64 LT-350: fix :: Removing measurements from viewport
Steps to reproduce

- Add a target measurement on baseline and follow up
- Remove the follow up measurement from viewport
- Remove the baseline measurement from Measurement table ("Delete" button)
2017-01-12 12:52:09 -02:00
Leonardo Campos
98e8cf4eca LT-350: remove measurements from the viewport 2017-01-12 09:15:08 -02:00
Bruno Alves de Faria
9a11dc1808 LT-350: Fixing save button display issue on Viewer 2017-01-11 11:52:45 -02:00
Evren Ozkan
76ebe11c8e OHIF-149 The viewer shall allow the root URL to be changed - WIP
- Use absoluteUrl for hard-coded paths in html and js
2017-01-10 13:09:43 -05:00
Bruno Alves de Faria
a91894c42d LT-115: Fixing toolbar box window overflowing 2017-01-06 18:07:47 -02:00
Leonardo Campos
6d4c87f31e LT-398 Stack scroll synchronization :: Toolbar button issue 2017-01-06 14:29:23 -02:00
Bruno Alves de Faria
3065f16e42 LT-115: Fixing issue with location for not found baseline 2017-01-06 07:46:24 -02:00
Evren Ozkan
c581b0fd2c Fix minor bugs with hanging protocol editor
- Hide dropdown after clicking Import button
- Clone the selected protocol, updateselect it and update protocol selector when a protocol is saved as
- Update protocol selector after a protocol is renamed
2017-01-05 18:37:47 -05:00
Leonardo Campos
1d2c1c55fe LT-398: Manual stack scroll synchronization 2017-01-05 17:53:54 -02:00
Evren Ozkan
e3561690f1 Fix minor bugs with hanging protocols 2017-01-05 13:06:17 -05:00
Bruno Alves de Faria
3f8350a79b LT-115: Fixing hidden fortawesome icons for sub tools 2017-01-05 15:33:13 -02:00
Bruno Alves de Faria
d63aace48f LT-115: Fixing Add Label on follow ups that already have a location 2017-01-05 10:46:36 -02:00
Evren Ozkan
dfbd63fcb7 Use anchor element to export the selected hanging protocol instead of using saveAs function of jszip library 2017-01-04 19:06:58 -05:00
Evren Ozkan
77182d1916 Make the persistence method of hanging protocols configurable
- Implement ProtocolStore interface to allow persisting hanging protocols using different strategies
- Implement and set default strategy to persist hanging protocols in the MongoDB collection “HangingProtocols” in the application server
2017-01-04 17:49:31 -05:00
Bruno Alves de Faria
06412b51bf LT-115: Creating CR, UN and EX Target SVG icons 2017-01-04 18:33:28 -02:00
Bruno Alves de Faria
97f48bd27c LT-115: Fixing Non-Target and Ellipse data issues 2017-01-04 18:31:06 -02:00
Bruno Alves de Faria
94c0e1b25d LT-115: Closing the sub tools popup when clicking outside 2017-01-04 17:41:47 -02:00
Bruno Alves de Faria
e996367ed5 LT-115: Grouping sub target tools with new layout and changing data structure 2017-01-04 11:20:13 -02:00
Bruno Alves de Faria
55ca29e0cf LT-115: Changing the 'more tools' layout and behavior 2017-01-04 08:18:01 -02:00
Bruno Alves de Faria
6be83653f8 LT-115: Fixing indexing issues for different tools at same measurement number 2017-01-03 09:26:40 -02:00
Bruno Alves de Faria
0fccb48271 LT-115: Adapting measurement table to the new tools structure 2017-01-02 16:32:09 -02:00
Bruno Alves de Faria
b776e5f411 LT-115: Removing the old code for calculating Measurement Numbers 2017-01-02 16:32:09 -02:00
Bruno Alves de Faria
c06043483d LT-115: Considering timepoint ID for measurement numbers 2017-01-02 16:32:09 -02:00
Bruno Alves de Faria
d6aeebe712 LT-115: Linking the tool data with tool group data 2017-01-02 16:32:09 -02:00
Bruno Alves de Faria
f13080309e LT-115: Adjusting functions to save and retrieve measurements again 2017-01-02 16:32:09 -02:00
Bruno Alves de Faria
c9c2cd548e LT-115: Adapting MeasurementAPI to new tools storage structure 2017-01-02 16:32:09 -02:00
Bruno Alves de Faria
bd748eae32 LT-115: Grouping tools schemas 2017-01-02 16:32:09 -02:00
Leonardo Campos
0e857d3520 LT-28: scale overflow tool 2016-12-29 19:01:30 -02:00
Leonardo Campos
c3fc0b2b3b LT-398: Toggle manual stack scroll synchronization between viewports 2016-12-29 11:37:25 -02:00
Leonardo Campos
2e6c8245d8 LT-390: Delete measurement dialog now accepts keyboard input 2016-12-26 23:47:45 -02:00
Leonardo Campos
19b32e8f90 Export studies :: Wrong message 2016-12-23 00:37:41 -02:00
Emanuel Oliveira
a48a82adcb Quick fix for multiple viewports being assigned the same viewportIndex 2016-12-22 14:26:53 -02:00
Evren Ozkan
2d06661eff Add patientHistory into metaDataProvider 2016-12-21 09:46:23 -05:00
Bruno Alves de Faria
e640f5a007 LT-115: Configuring schemas for for CR-target and UN-Target 2016-12-16 16:07:03 -02:00
Evren Ozkan
0cf9163885 Update the metaData for missing fields of the images in stack 2016-12-12 17:26:35 -05:00
Leonardo Campos
79b2907085 LT-366: StudyList :: Export workflow issues 2016-11-28 02:32:34 -02:00
Eloízio Salgado
87d61298b4 LT-397: Check that everything works when internet is disconnected; Adding Google Fonts Local Copies 2016-11-25 17:38:07 -02:00
Bruno Alves de Faria
bac720f3e8 LT-40: Enabling auto positioning configuration by specific borders 2016-11-25 13:28:32 -02:00
Bruno Alves de Faria
888c337f84 LT-40: Recalculating text call-outs position when creating measurments without dragging 2016-11-25 11:20:12 -02:00
Bruno Alves de Faria
8df077f046 LT-40: Preventing labels from partially going outside user's view 2016-11-25 10:41:00 -02:00
Bruno Alves de Faria
0cb0b989d5 LT-40: Fixing wrong positioning for image in corners 2016-11-24 20:38:55 -02:00
Bruno Alves de Faria
c129f1b504 LT-40: Centering text box with the central point of measurement 2016-11-24 20:01:36 -02:00
Bruno Alves de Faria
08c5692685 LT-40: Positioning labels in zoomed images according to the nearest canvas border 2016-11-24 19:26:19 -02:00
Bruno Alves de Faria
0be7fc270f LT-40: Placing the text call-outs always inside canvas when zoomed 2016-11-24 18:48:36 -02:00
Bruno Alves de Faria
e2ae778844 LT-40: Placing the text call-outs inside nearest available blank space in viewport 2016-11-24 17:21:49 -02:00
Bruno Alves de Faria
48c5e38cd2 LT-40: Implementing method to search for available space outside image 2016-11-24 16:15:18 -02:00
Evren Ozkan
2977cd0f8c Add tooltipTitle property for toolbarSectionButton to allow showing another text than tool label on mouse hover 2016-11-23 18:23:18 -05:00
Leonardo Campos
02fd276227 LT-366: StudyList :: Progress Dialog 2016-11-23 19:33:02 -02:00
Eloízio Salgado
7aec651a76 Merge branch 'LT-384' 2016-11-23 19:30:22 -02:00
Eloízio Salgado
5130795171 LT-389: Removing animation 2016-11-23 19:29:28 -02:00
Bruno Alves de Faria
3abde998a0 New minimalist prototype for viewer layout 2016-11-23 18:59:37 -02:00
Eloízio Salgado
5aaadcb7c4 LT-389: Some browsers are cutting off the left side of Assign Label dialog when you add a labels to measurement 2016-11-23 17:36:02 -02:00
Eloízio Salgado
3c3b23ccb7 LT-384: Centralizing Study / Series quick switch when sidebars (left and/or right) are opened 2016-11-23 16:14:51 -02:00
Leonardo Campos
957aad2bf2 LT-365: StudyList :: dialog is off the screen sometimes 2016-11-23 11:51:34 -02:00
Leonardo Campos
dc64210b99 LT-379: Study association table row hover is odd 2016-11-22 20:25:23 -02:00
Bruno Alves de Faria
da5b7d4fc4 LT-355: Fixing StudyListContextMenu positioning on IE 11 2016-11-22 18:46:22 -02:00
Eloízio Salgado
c25909de4c LT-313: Adding scroll indicator in studies/series quick switch 2016-11-22 17:31:38 -02:00
Bruno Alves de Faria
3eae1c6878 LT-381: Disabling save button until there are unsaved changes 2016-11-22 17:21:05 -02:00
Bruno Alves de Faria
9fc538d5d4 LT-383: Picking an image from the middle of a series for thumbnails 2016-11-22 16:55:34 -02:00
Bruno Alves de Faria
79f3c482c1 LT-382: Fixing image loading after time points disassociation 2016-11-22 16:28:42 -02:00
Evren Ozkan
e43d66df14 Trigger resize event of resizable elements when they are resized to let their listeners know (if needed) 2016-11-22 13:25:55 -05:00
Eloízio Salgado
eee68f8d8d LT-380: Unlocking handle's perpendicular properties to allow modification 2016-11-22 14:21:18 -02:00
Leonardo Campos
04e2701f4b LT-364: Study List :: View shows a black screen 2016-11-22 13:13:21 -02:00
Leonardo Campos
7501c6d51d LT-342: Audit Log :: style (border issue) 2016-11-22 13:11:58 -02:00
Leonardo Campos
a8f1b3b9d7 LT-342: Audit Log :: style 2016-11-22 13:10:02 -02:00
Bruno Alves de Faria
3343575538 LT-382: Partially fixing the issue with follow-ups disassociation 2016-11-22 11:23:19 -02:00
Bruno Alves de Faria
4d472edde1 Preventing iframes to break resizing handlers 2016-11-22 07:44:21 -02:00
Bruno Alves de Faria
f140a64f60 Fixing event propagation on resizable.js when using iframes 2016-11-21 18:04:52 -02:00
Bruno Alves de Faria
3474fee906 LT-40: Placing the text call-out always above the patient 2016-11-21 17:22:11 -02:00
Eloízio Salgado
0e3e463617 LT-361: Keeping Sidebars CSS transitions 2016-11-21 17:10:57 -02:00
Eloízio Salgado
6de2c039f4 LT-367: Saving user selection for "Rows Per Pages" in study list in Session Storage 2016-11-21 14:55:58 -02:00
Bruno Alves de Faria
a170df2b37 LT-40: Fixing issues with text box on top left position 2016-11-21 14:33:49 -02:00
Emanuel F. Oliveira
91bafb367c LT-259 New proactive UI (three options) for unsaved changes dialog + New API for unsaved changes module (now handlers can be attached to unsaved changes namespace) + Save measurements integration. 2016-11-21 10:22:33 -02:00
Bruno Alves de Faria
4a3b01a4f6 LT-368: Disassociating previous baselines/follow-ups on new baseline association 2016-11-21 08:34:30 -02:00
Erik Ziegler
47e149b648 LT-348: Viewport is recorded when target / non-target tools are modified 2016-11-19 17:40:17 +01:00
Erik Ziegler
47e52e46a3 LT-337: Allow study association for a single selected study, and make association modal text easier to read 2016-11-19 17:21:16 +01:00
Bruno Alves de Faria
2ac832846d LT-372: Preventing creation of targets with no size 2016-11-18 18:47:34 -02:00
Bruno Alves de Faria
49ba8eb7a7 LT-373: Preventing double click from opening two modals and creating non-targets with no size 2016-11-18 18:06:23 -02:00
Eloízio Salgado
d19d205fb0 LT-377: Remove duplicated loading template in OHIF Viewer 2016-11-18 17:11:03 -02:00
Bruno Alves de Faria
7ca7808b86 LT-40: Applying the text callouts behavior for nonTarget tool 2016-11-18 16:58:54 -02:00
Bruno Alves de Faria
ba1c508ef8 LT-40: Changing the default position for overlay text callouts 2016-11-18 16:50:59 -02:00
Eloízio Salgado
a8f9c0421f LT-376: Refactor configureTools function in toolManager component to be cornerstone tool independent and works in OHIF Viewer 2016-11-18 15:57:41 -02:00
Leonardo Campos
bda7e6df8c LT-342: Study List style issues 2016-11-18 15:37:56 -02:00
Eloízio Salgado
5272cc234a LT-361: Add borders to viewport and active viewport 2016-11-18 12:12:07 -02:00
Erik Ziegler
63a7505a8d LT-375, LT-376: Bug fix for metadata dicomParser function call 2016-11-18 12:34:06 +01:00
Bruno Alves de Faria
16f61629d3 LT-368: Allowing only baseline and follow-up 1 on study list 2016-11-18 09:14:29 -02:00
Erik Ziegler
666e626f05 LT-375, LT-376: Update versions, Remove expectation of DICOM images from metaData provider 2016-11-18 11:32:15 +01:00
Bruno Alves de Faria
6940b7d828 LT-369: Reducing the assign label box width 2016-11-17 20:15:14 -02:00
Bruno Alves de Faria
bcbd1a4465 LT-370: Repositioning the Add label button 2016-11-17 19:14:15 -02:00
Emanuel F. Oliveira
d2095f3cb7 LT-259 Adding warning for when user attempts to close the Lesion Tracker before saving measurements [INTEGRATING NEW MODULE INTO VIEWER + DOCUMENTATION] 2016-11-17 16:59:42 -02:00
Eloízio Salgado
849ca2d488 LT-371: Remove placeholders on study list filters 2016-11-17 16:00:51 -02:00
Eloízio Salgado
cea11611ed LT-360: Fixing borders and text styles for Study/Series Quick Switch 2016-11-17 15:55:33 -02:00
Bruno Alves de Faria
c3999083a8 LT-354: Repositioning confirmation dialog considering the cursor position 2016-11-17 14:57:57 -02:00
Bruno Alves de Faria
6e2bef5317 LT-354: Converting to the new dialog/form structure 2016-11-17 13:45:51 -02:00