James Petts
5e00020fe3
OHIF-67: Fix Magnify issues by updating CornerstoneTools ( #1923 )
2020-07-24 21:51:52 +02:00
James Petts
32e28d2090
Arrow Annotate workflow updates. ( #1921 )
2020-07-24 15:34:10 +01:00
James Petts
a4f286feee
[OHIF 284] - JumpToMeasurement + prevent layout change on scroll Prevent layout change on scroll ( #1889 )
...
* No more setting on debounce, jumpToMeasurement service set up.
* Fix bug causing a race condition sometimes if you click super fast.
* Optimise rendering of Tracking viewport slightly.
* element => targetElement
* Remove complete TODO
* Respond to reviewer comments.
* Fix e2e workflow.
* Fix regression that removed highlighting on jump to.
* Make sure jump to works from panel as well as viewport.
* Fix typo and remove debugger.
Co-authored-by: Danny Brown <danny.ri.brown@gmail.com>
2020-07-22 19:40:40 +02:00
Rodrigo Antinarelli
8b1a6b2acb
feat: OHIF-331 - About Modal ( #1894 )
...
* OHIF-330: Update Modal Styles
* feat: OHIF-331 - About Modal
* add dynamic values for about modal
* fix icon
2020-07-10 15:49:53 -04:00
James Petts
3eba027003
[OHIF-288] Rehydrating SRs is missing Labels ( #1885 )
...
* WIP
* Finish OHIF-288, need to update dcmjs.
* Remove unused copied resources.
* Cleaned up label import code.
* Update for dcmjs Findings -> Finding.
* Update dcmjs
* Remove debuggers
* Respond to reviewer comments.
* update dcmjs version
Co-authored-by: Danny Brown <danny.ri.brown@gmail.com>
2020-07-10 15:11:22 -04:00
James Petts
ce40f04f2e
[OHIF-295] - Esc button should stop the creation of a measurement or annotation ( #1883 )
...
* WIP, need to fix arrow making measurement
* Update cornerstoneTools to fix cst arrow annotate event bug.
2020-07-10 15:00:10 -04:00
James Petts
4dfe144bf8
[OHIF-251] - Double click to maximise viewport/ revert to previous layout. ( #1860 )
...
* WIP
* double click to maximise implemented at the viewport grid layer.
* Remove memory of cached layout when the layout is changed, or a different displaySet is set.
* WIP fix double click for cornerstone.
* Update CST
* Prevent maximising when double clicking the action bar
* Update extensions/dicom-sr/src/OHIFCornerstoneSRViewport.js
* Apply suggestions from code review
* Fix conflicts.
Co-authored-by: Danny Brown <danny.ri.brown@gmail.com>
2020-07-03 18:12:33 +01:00
James Petts
61fc093fc5
[OHIF-248] - Update cornerstoneTools version to get handle rendering improvements. ( #1854 )
...
* Only process SR on consumption of viewport.
* Hide handles whilst moving + correct hide handles on hover.
* Up CST version
* Update cst
* Remove added cornerstone viewport checks
2020-07-03 10:51:38 +01:00
James Petts
801bf73a34
Update dcmjs to fix bidirectional issue. ( #1848 )
2020-07-02 10:56:36 +01:00
James A. Petts
7c3c717d33
Update dcmjs
2020-07-01 14:56:25 +01:00
igoroctaviano
7f6aa0e260
Update dependency: cornerstone-tools@4.16.1
...
cornerstone-tools
* @ohif/core: 4.16.0 → 4.16.1
* @ohif/extension-cornerstone: 4.16.0 → 4.16.1
* @ohif/extension-dicom-rt: 4.16.0 → 4.16.1
* @ohif/extension-dicom-segmentation: 4.15.1 → 4.16.1
* @ohif/extension-dicom-sr: 4.16.0 → 4.16.1
* @ohif/extension-measurement-tracking: 4.15.1 → 4.16.1
* @ohif/extension-vtk: 4.16.0 → 4.16.1
* @ohif/viewer: 4.16.0 → 4.16.1
2020-06-30 21:55:59 -03:00
Danny Brown
0264e5998d
Merge branch 'feat/v2-main' into feat/OHIF-177
2020-06-25 16:17:50 -04:00
James Petts
6aac69e1ba
OHIF-176: v2 - Render non-tracked measurements as a dashed lines. ( #1805 )
...
* Render non-tracked measurements as a dashed line.
* bump CST version.
* Update extensions/measurement-tracking/src/viewports/TrackedCornerstoneViewport.js
remove tracked series console log
* Remove empty console log
* Remove debugger
* Remove debugger
Co-authored-by: Danny Brown <danny.ri.brown@gmail.com>
2020-06-25 17:46:17 +01:00
James A. Petts
74c1462271
Working local download, STOW to PACS an view in SR Viewport.
2020-06-25 17:21:03 +01:00
James A. Petts
c5e6e97980
Merge in feat/ui-v2-rebase-services
2020-06-11 17:26:38 +01:00
dannyrb
95249928a8
Replace measurementsPanel w/ a format that reduces nesting
2020-06-04 11:28:10 -04:00
James A. Petts
558ab00c23
WIP SR viewport.
2020-06-03 18:12:13 +01:00
dannyrb
d557acbb40
Support for additional "tracking" mode
2020-05-26 09:03:58 -04:00
dannyrb
1cd6b6881a
upgrade react-router and react-router-dom to gain access to new hooks
2020-05-19 23:47:43 -04:00
Erik Ziegler
70b7158c9b
StudyBrowser almost works
2020-05-15 13:09:46 +01:00
dannyrb
e39d4d57d4
add query-string as a dependency
2020-05-15 13:01:24 +01:00
Rodrigo Antinarelli
01b314522d
feat: New @ohif/viewer project structure + routes ( #1674 )
...
* fix pagination size
* clean up, start a very basic route configuration
* quick navigation between routes
* configure webpack to read .env variables
* Move container components to Routes directory
* Fix naming of recipe file
* Clean up source folder
* update yarn.lock
* ci: update netlify deploy preview to build viewer project
* update PWA entrypoint to pass configuration on window to App as props
* fix: for missing key
* Pass routerBasename to our React Router component
* Simplify config for meow
Co-authored-by: dannyrb <danny.ri.brown@gmail.com>
2020-05-15 12:57:23 +01:00
Danny Brown
d6e3b45f3c
feat: nuke UI project; start new with updated tooling BREAKING_CHANGE ( #1468 )
...
BREAKING_CHANGE
* initial structure for components rewrite
* WIP Input
* WIP Label
* add button props
* add label class name
* fix dependency
* new examples buttonModules & buttonEmotion + refac
* clean up to merge initial code into base branch
* remove unused file
* extend default theme -- add new colors
* chore: prettier formatting
* chore: try to exclude feature branch PRs
* chore: suggest toml syntax highlighting extension
* chore: capture yarn.lock changes
* docs: condense readme
* chore: update deploy preview to build docz component library
* chore: Add component library to deploy preview index
* chore: fix invalid tailwindcss config
* chore: try tweaking toml to kickstart preview
* chore: revert
* chore: fix formatting of file index
* chore: don't waste precious build minutes on a broken build
* chore: chmod build-and-deploy.sh
* ci: nuke circleci until we need the workflows on master
* debug lerna commands
* remove redundant yarn commands
* try nohoist
* revert tests
* attempt to resolve import issue
* force update yarn lock
* try new workarounds for yarn version
* another workaround
* shift vtk to extension repo deps
* catch vtk addition
* update lock
* Try older yarn version
* try again
* debugging
* fix: yarn doctor warnings
* learn some life lessons from the yarn docs
* clean up netlify.toml
* clean up netlify.toml
* yarn package doctor react-dom
* yarn doctor: missing peer dep
* yarn doctor, satisfying webpack loader peer deps
* fix docz base path for deploy-preview
* yarn docter: replaced prePublishOnly usage
* More yarn doctoring
* ignore .yarn directory
* fix last yarn doctor warning
* updated yarn lock
Co-authored-by: Rodrigo Antinarelli <rodrigoantinarelli@gmail.com>
2020-05-15 12:28:18 +01:00
Rodrigo Antinarelli
d03e3d3928
fix dependency
2020-05-15 12:18:35 +01:00
ohif-bot
944afe4a3e
chore(release): publish [skip ci]
...
- @ohif/viewer@4.0.0
2020-05-14 14:24:17 +00:00
ohif-bot
39937cca08
chore(release): publish [skip ci]
...
- @ohif/extension-dicom-rt@0.1.4
- @ohif/extension-vtk@1.5.6
- @ohif/core@2.9.6
- @ohif/viewer@3.11.11
2020-05-14 11:53:42 +00:00
ohif-bot
79fe442293
chore(release): publish [skip ci]
...
- @ohif/viewer@3.11.10
2020-05-13 14:03:09 +00:00
ohif-bot
cebea832a3
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@2.7.3
- @ohif/extension-dicom-rt@0.1.3
- @ohif/extension-dicom-segmentation@0.2.6
- @ohif/extension-vtk@1.5.5
- @ohif/core@2.9.5
- @ohif/viewer@3.11.9
2020-05-12 14:49:58 +00:00
James Petts
c4f84b1174
fix: 🐛 Fix seg color load ( #1724 )
2020-05-12 15:47:35 +01:00
ohif-bot
f9fe4232e7
chore(release): publish [skip ci]
...
- @ohif/extension-dicom-segmentation@0.2.5
- @ohif/extension-vtk@1.5.4
- @ohif/core@2.9.4
- @ohif/viewer@3.11.8
2020-05-06 17:20:22 +00:00
ohif-bot
19a8e71317
chore(release): publish [skip ci]
...
- @ohif/extension-dicom-segmentation@0.2.4
- @ohif/viewer@3.11.7
2020-05-04 14:46:58 +00:00
ohif-bot
8a20a0526e
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@2.7.2
- @ohif/extension-dicom-html@1.2.2
- @ohif/extension-dicom-rt@0.1.2
- @ohif/extension-dicom-segmentation@0.2.3
- @ohif/extension-vtk@1.5.3
- @ohif/core@2.9.3
- @ohif/ui@1.4.4
- @ohif/viewer@3.11.6
2020-05-04 14:15:22 +00:00
ohif-bot
9ea37a2201
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@2.7.1
- @ohif/viewer@3.11.5
2020-05-04 12:37:30 +00:00
ohif-bot
77a421cdc0
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@1.5.2
- @ohif/core@2.9.2
- @ohif/viewer@3.11.4
2020-05-04 08:15:19 +00:00
ohif-bot
256563d7ee
chore(release): publish [skip ci]
...
- @ohif/viewer@3.11.3
2020-04-29 12:56:38 +00:00
ohif-bot
027ef4f93c
chore(release): publish [skip ci]
...
- @ohif/extension-dicom-html@1.2.1
- @ohif/extension-dicom-rt@0.1.1
- @ohif/extension-dicom-segmentation@0.2.2
- @ohif/extension-vtk@1.5.1
- @ohif/core@2.9.1
- @ohif/viewer@3.11.2
2020-04-28 10:52:19 +00:00
ohif-bot
08de987711
chore(release): publish [skip ci]
...
- @ohif/extension-dicom-segmentation@0.2.1
- @ohif/viewer@3.11.1
2020-04-27 08:41:40 +00:00
ohif-bot
561911056a
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@2.7.0
- @ohif/extension-dicom-html@1.2.0
- @ohif/extension-dicom-rt@0.1.0
- @ohif/extension-dicom-segmentation@0.2.0
- @ohif/extension-vtk@1.5.0
- @ohif/core@2.9.0
- @ohif/viewer@3.11.0
2020-04-24 10:29:19 +00:00
Igor Octaviano
835f64d47a
feat: 🎸 Seg jump to slice + show/hide
...
* Add segment part 2 (jump to frame and visibility toggle)
* Cr updates
* Filter displaysets with images
* feat: 🎸 Seg jump to slice + show/hide
Co-authored-by: James Petts <jamesapetts@gmail.com>
2020-04-24 11:25:05 +01:00
ohif-bot
fc40d84092
chore(release): publish [skip ci]
...
- @ohif/viewer@3.10.2
2020-04-23 16:20:51 +00:00
ohif-bot
5f4c4ab5e7
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@2.6.1
- @ohif/extension-vtk@1.4.1
- @ohif/core@2.8.1
- @ohif/viewer@3.10.1
2020-04-23 10:04:47 +00:00
ohif-bot
5014ba864b
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@2.6.0
- @ohif/extension-dicom-p10-downloader@0.1.0
- @ohif/extension-vtk@1.4.0
- @ohif/core@2.8.0
- @ohif/viewer@3.10.0
2020-04-23 02:06:44 +00:00
James Petts
e96205de35
feat: configuration to hook into XHR Error handling
...
* Error handling.
* Fix error handling, add redirect example.
* remove debugger
* docs: whitelabeling and httpErrorHandler
* bump dicomweb-client version
* bump cornerstone-wado-image-loader version
* Add more documentation around httpErrorHandler callback
* test: add errorHandler as an expected top level export
Co-authored-by: dannyrb <danny.ri.brown@gmail.com>
2020-04-22 22:01:34 -04:00
ohif-bot
273f31ad56
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@1.3.14
- @ohif/core@2.7.1
- @ohif/viewer@3.9.2
2020-04-22 20:19:12 +00:00
ohif-bot
3a587f4e4b
chore(release): publish [skip ci]
...
- @ohif/viewer@3.9.1
2020-04-17 16:28:57 +00:00
ohif-bot
b0cfc45f83
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@1.3.13
- @ohif/core@2.7.0
- @ohif/viewer@3.9.0
2020-04-17 14:16:04 +00:00
ohif-bot
d3eefb50f5
chore(release): publish [skip ci]
...
- @ohif/extension-dicom-p10-downloader@0.0.2
- @ohif/extension-vtk@1.3.12
- @ohif/core@2.6.11
- @ohif/viewer@3.8.21
2020-04-15 17:00:38 +00:00
Emanuel Fiuza de Oliveira
29d4955980
Feat #1130 [WIP] Adding support for downloading and zipping files ( #1501 )
...
* Feat #1130 Adding support for downloading and zipping files
@ This is a combination of 12 commits.
- Feat #1130 Initial Commit
- Feat #1130 Adding support for hierachical lists
- Feat #1130 [WIP] Adding support for downloading and zipping files
- Feat #1130 Adding support for hierarchical folder structure study, series, instances on generated zip file
- Feat #1130 Adding unit tests and addressing code review feedbacks
- Feat #1130 POC (adding module to support on progress handling)
- Feat #1130 Improving logic from progress tracking utils
- Feat #1130 Renaming module with progress tracking utils
- Feat #1130 Beta version of Progress Tracking utils
- Feat #1130 Adding unit tests for Progress Tracking Utils
- Feat #1130 Documenting public methods from progress tracking utils module
- Feat #1130 Adding support for download and zip progress reporting
* Feat #1130 Addressing code review feedback
* Feat #1130 Preventing multiple downloads from executing at once
* Feat #1130 Improving error message for concurrent downloads
* Remove downloadAndZipSeriesOnViewports
Co-authored-by: James Petts <jamesapetts@gmail.com>
2020-04-15 17:57:57 +01:00
ohif-bot
d769e5c296
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@1.3.11
- @ohif/core@2.6.10
- @ohif/viewer@3.8.20
2020-04-09 11:08:07 +00:00
ohif-bot
70672ed663
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@2.5.2
- @ohif/extension-dicom-rt@0.0.2
- @ohif/extension-dicom-segmentation@0.1.2
- @ohif/extension-vtk@1.3.10
- @ohif/core@2.6.9
- @ohif/ui@1.4.3
- @ohif/viewer@3.8.19
2020-04-09 10:25:11 +00:00