* feat: Create downloadAndUploadStudy method
* create upload handler to store instances in another server
* refactor and create reusable method to download buffers
* fix: e2e studies amount searching by Modality
* fix destructuring
* fix dataset and log info
* split instances to send multiple storeInstances calls
* minor refactor progress
* fix e2e
* replace error message for upload
Co-authored-by: James Petts <jamesapetts@gmail.com>
* Add disable state for invalid data
* fix: 🐛 Disable seg panel when data for seg unavailable
We need to gracefully handle errors if data for segmentation is
unavailable and disable the segmentation panel
✅Closes: #1728
* Bump dcmjs version
dcmjs
* @ohif/core: ^0.12.2 → ^0.13.0
* @ohif/extension-cornerstone: ^0.12.3 → ^0.13.0
* @ohif/extension-dicom-html: ^0.12.3 → ^0.13.0
* @ohif/extension-dicom-rt: ^0.12.3 → ^0.13.0
* @ohif/extension-dicom-segmentation: ^0.12.2 → ^0.13.0
* @ohif/extension-vtk: ^0.12.2 → ^0.13.0
* @ohif/viewer: ^0.12.2 → ^0.13.0
* Remove error barrier
* Fix e2e
Co-authored-by: James Petts <jamesapetts@gmail.com>
* Remove debounce and use react-cornerstone-viewport native debounce time
* fix: 🐛 Infinite frame index change when quickly jumping between
This change removes the debounced callback function from the app and
instead uses the native debounce time from react-cornerstone-viewport.
This change allows the application to set its state in a more controled
way.
✅Closes: #1733
* Bump rcv version
Co-authored-by: James Petts <jamesapetts@gmail.com>
* feat: expose some app internals as window.app
This can help developers explore and access some
internal functionaltiy for debugging in the console.
For example, this command can download the currently
viewed study:
ohif.app.commandsManager.runCommand("downloadAndZip", {listOfUIDs: [window.location.href.split("/").pop()]})
TODO: collect this example and other handy functions on a wiki page
Co-authored-by: dannyrb <danny.ri.brown@gmail.com>
* fix: typo in window.ohif.app assignment
Co-authored-by: dannyrb <danny.ri.brown@gmail.com>
When we have multiple SEGs/RTSTRUCTs we intend to load the most recent
by default.
BREAKING CHANGE: 🧨 However we start to load once the first set of metadata arrives. We need
to wait until all series metadata is fetched.
✅Closes: #1715
Co-authored-by: James Petts <jamesapetts@gmail.com>
* fix: 🐛 Load default display set when no time metadata
Load default displayset (first item in the array) when no series date or
series time availalbe
✅Closes: #1683
* Add batch update
* Fix tests.
Co-authored-by: James Petts <jamesapetts@gmail.com>
* Update viewport state after moving the stack
* Only trigger new imagecallback if index bigger than 0
* Fix cornerstone viewport version
Co-authored-by: James Petts <jamesapetts@gmail.com>
* update deploy section with non-dicomweb info
* fix typo and add info re. case sensitive json
* Add CORS info and reformat inline links
Co-authored-by: eolasd <pacsradwp@gmail.com>
* 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>