Erik Ziegler
d541c23117
wip, very broken as I moved stuff to ohif-core
2018-12-14 14:38:36 +01:00
Erik Ziegler
7b66dec163
continue consolidating packages, converting various pieces to react
2018-12-13 23:24:39 +01:00
Erik Ziegler
5f30f7bd35
reorganize packages, start converting overall app to react (very broken at the moment)
2018-12-12 18:06:25 +01:00
Erik Ziegler
33fad2f317
wip on react transition 9
2018-12-03 23:28:23 +01:00
Erik Ziegler
71b49e6766
wip on react transition 8
2018-12-03 18:11:39 +01:00
Erik Ziegler
9ae5dd25ce
wip on react transition 7
2018-12-02 08:23:43 +01:00
Erik Ziegler
765abfd572
wip on react transition 6
2018-12-01 12:27:36 -05:00
Erik Ziegler
1ace720566
wip on react transition 5
2018-12-01 08:52:03 -05:00
Erik Ziegler
f821ea2b80
wip on react transition 2
2018-11-30 14:28:15 -05:00
Erik Ziegler
7425c2beb8
wip on react transition
2018-11-30 11:40:16 -05:00
Rick Frank
4e17ac39eb
feat(plugins) allow for styles dynamic loading.
2018-09-28 09:14:09 +02:00
Erik Ziegler
c09b54924e
fix(plugins): Fix timing issues with loadScript
2018-08-09 19:00:29 +02:00
Erik Ziegler
b8eadd6d61
fix(studyPrefetcher): Avoid errors in Study Prefetcher when settings are undefined
2018-08-09 15:50:36 +02:00
Erik Ziegler
640aec42dd
fix(plugins): Fix issues with loadScript not executing onload callback
2018-08-09 11:31:06 +02:00
Erik Ziegler
ddbe8b38aa
feat(plugins): Add pluginData to viewportData so that plugins can manage their own data
2018-08-09 10:45:58 +02:00
Erik Ziegler
f6b82baae3
feat(plugins): Add moduleURLs in addition to scriptURLs
2018-08-08 19:28:56 +02:00
Erik Ziegler
53cd12a16a
feat(plugins): Add initial version of ViewportPlugin class ( #242 )
...
* Add initial version of ViewportPlugin class
* Move entrypoints from OHIFPlugin to OHIF.plugins
* Add URL route to DICOMWeb server for Standalone Viewer
2018-08-08 18:00:53 +02:00
Erik Ziegler
92408d4c86
feat(plugins) Add first pass OHIFPlugin class for experimentation
2018-07-17 10:05:22 +02:00
Bruno Alves de Faria
06fff20be3
fix(interaction) Preventing series navigation while interacting with tools
2018-07-12 14:20:10 +02:00
Evren Ozkan
eb10ca0119
Fix the issues with stack progress bar
2018-03-01 17:46:05 -05:00
Bruno Alves de Faria
c4793cbf0b
Fixing cornerstone image promise issues
2018-02-27 07:25:15 -03:00
Bruno Alves de Faria
00a76a6ca5
Fixing issues with bidirectional tool and measure flow
2018-02-27 07:25:15 -03:00
Bruno Alves de Faria
797b2f5588
Fixing cornerstone tools issues
2018-02-27 07:25:15 -03:00
Bruno Alves de Faria
dc767e5c83
Adapting Viewers to the new cornerstone structure
2018-02-27 07:25:15 -03:00
Erik Ziegler
44233c48d6
Test OHIF Viewer against Cornerstone* version 2.0.0
2018-02-27 07:12:23 -03:00
Bruno Alves de Faria
a7d6cb4fea
Fixing scrollbar height issues
2017-10-31 11:22:37 -02:00
Bruno Alves de Faria
b8df4d321f
Fixing odd linked scrolling behavior
2017-10-31 11:22:37 -02:00
Erik Ziegler
fc29b48b59
Fix StudyPrefetcher import of getImageId. Update StandaloneViewer
2017-10-27 11:30:25 +02:00
Bruno Alves de Faria
0417bbd0ff
Adding series and scrolling to quickSwitch
2017-10-25 22:20:43 -02:00
Erik Ziegler
37fff25b50
Switch Random.id() to Math.random() for triggering reactive updates. Random.id() is taking 40ms on Chrome for some reason
2017-10-25 13:11:44 +02:00
Erik Ziegler
05d9a41f45
Switch from cornerstoneTools.metaData (deprecated) to cornerstone.metaData
2017-10-25 09:56:24 +02:00
Erik Ziegler
b9cd3dfa4f
Fix some OHIF undefined imports which may have been throwing errors in #78
2017-10-19 16:57:49 +02:00
Bruno Alves de Faria
da0595213d
Fixing metadata issues with Orthanc studies
2017-09-28 08:16:23 -03:00
Bruno Alves de Faria
335c3526cc
Fixing issues with viewports linking
2017-08-28 17:09:59 -03:00
Bruno Alves de Faria
927b0c470c
Adapting Trial Criteria code to the new metadata structure
2017-08-15 07:50:20 -03:00
Bruno Alves de Faria
0f30648646
Adapting StudyPrefetcher to the new metadata structure
2017-07-12 09:18:17 -03:00
Erik Ziegler
ddef3c4710
Move towards NPM for Cornerstone dependencies
2017-06-15 09:18:54 +02:00
Evren Ozkan
916e344c75
Export StackLoadingListener and DICOMFileLoadingListener
2017-05-23 19:09:47 -04:00
Evren Ozkan
7519006e64
Fix bugs which prevents loading multi-frame instances with custom image loaders
...
- Construct image id based on frame (if defined) for custom image loaders as well
- Use DICOMFileLoadingListener for multi-frame images and image loaders except wado
2017-05-23 16:20:23 -04:00
Leonardo Campos
c5c5ddf282
Revert "OHIF-27: PlayClipController"
...
This reverts commit 72c08147d4 .
2017-05-22 18:48:45 -03:00
Leonardo Campos
88385857b6
OHIF-61 (ASCD): Resizing of window causes controls to overlay on the image
2017-05-04 23:00:01 -03:00
Leonardo Campos
8ae26c38e9
OHIF-27: auto-play :: looking for cached files/instances
2017-05-03 22:30:38 -03:00
Leonardo Campos
72c08147d4
OHIF-27: PlayClipController
2017-05-03 22:30:32 -03:00
Emanuel F. Oliveira
594a8b1241
Adding onInsert interface to TypeSafeCollection class
2017-04-28 07:35:00 -03:00
Bruno Alves de Faria
2ea2107e11
Adapting studyPrefecther to the new Viewer Data structure
2017-03-21 10:16:47 -03:00
Bruno Alves de Faria
e12fb0de35
Final adjustments to routing behaviors
2017-03-21 10:16:47 -03:00
Leonardo Campos
9ad0b670b3
OHIF-135: providing all data required by cornerstoneWADOImageLoader to wadors instances
2017-03-15 15:48:35 -03:00
Leonardo Campos
cb72bd17fc
minor change on log message
2017-03-15 15:47:27 -03:00
Leonardo Campos
1c509a9870
Adding StudyPrefetcher
2017-03-15 15:47:27 -03:00
Eloízio Salgado
e63b9b20f7
Bugfix for moving next/previous buttons
2017-03-02 10:18:11 -03:00