Commit Graph

940 Commits

Author SHA1 Message Date
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
Bruno Alves de Faria
a6cea542b7 LT-92: Enabling single line if for return, continue and break statements 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