Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot view entire text string in Debug window #2698

Closed
fedorov opened this issue Feb 2, 2022 · 1 comment
Closed

Cannot view entire text string in Debug window #2698

fedorov opened this issue Feb 2, 2022 · 1 comment
Assignees
Labels
IDC:candidate Possible feature requests for discussion, and if we agree, they can be relabeled IDC:priority

Comments

@fedorov
Copy link
Member

fedorov commented Feb 2, 2022

I think either there should be a wraparound added to the window, or there should be a horizontal scroll bar. The URL below appears truncated. It can still be selected and copy-pasted, but doesn't look good.

image

@fedorov fedorov added the IDC:candidate Possible feature requests for discussion, and if we agree, they can be relabeled IDC:priority label Feb 10, 2022
Punzo added a commit to Punzo/Viewers that referenced this issue Mar 10, 2022
Re IDC OHIF#2698: adding referenced Segs and RTSTRUCT series info in the debug dialog
@Punzo Punzo mentioned this issue Mar 10, 2022
Punzo added a commit that referenced this issue Mar 10, 2022
@Punzo Punzo mentioned this issue Mar 10, 2022
@Punzo
Copy link
Contributor

Punzo commented Mar 10, 2022

done in #2735

Punzo added a commit that referenced this issue Mar 10, 2022
haraprasadj added a commit to uc-cdis/Viewers that referenced this issue Apr 7, 2022
* chore(release): publish [skip ci]

 - @ohif/[email protected]

* feat: Add error boundary and retry logic for network failures during dynamic imports (OHIF#2145)

Co-authored-by: Davide Punzo <[email protected]>

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* feat: add show scroll option to modal

Co-authored-by: Erik Ziegler <[email protected]>
Co-authored-by: Davide Punzo <[email protected]>

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* fix: fallback to original dataset VR for XS

Co-authored-by: Davide Punzo <[email protected]>

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* Re OHIF#2113: disable 2D MPR when datasets have  multiple slices for the same ImagePositionPatient (OHIF#2160)

fix: disable 2D MPR when datasets are 4D

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]

* feat: Update approach to better handle rtdose instead of disabling panel

Co-authored-by: Davide Punzo <[email protected]>

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]

* fix: reset VOI on mpr reset (OHIF#2115)

Co-authored-by: Davide Punzo <[email protected]>

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]

* refactor: Update SidePanel.js to use a functional component (OHIF#2179)

* chore(release): publish [skip ci]

 - @ohif/[email protected]

* Use runtime values for version (OHIF#2204)

* feat: visualize overlapping segments in cornerstone (OHIF#2185)

* feat: visualize overlapping segments

load multiple labelMaps (splitted by dcmjs because overlapping) in a segmentations [IDC2164]

Dynamically update active labelmap [IDC2164]

Co-authored-by: Davide Punzo <[email protected]>
Co-authored-by: Igor Octaviano <[email protected]>

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* fix: panel issues and mpr button (IDC2122-IDC2117)

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* Add funding acknowledgment of the IDC project

* Add error message on microscopy viewport errors

* Improve/harmonize segmentations panel and add bulk visibility toggles

* Toggle visibility for multiple labelmaps (overlapping)

* Toggle visibility for cornerstone by default

* RTSTRUCT does not apply to the specific image series, the button and the panel should not be shown

* Notify user of buffer errors from vtk / add possibility to add actions to notifications

* Add exit mpr action

* Trigger netlify deploy

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]

* fixes OHIF#2249

* chore(release): publish [skip ci]

 - @ohif/[email protected]

* fix(config): Update Google Healthcare API endpoint from v1beta1 to v1 (OHIF#2256)

* chore(release): publish [skip ci]

 - @ohif/[email protected]

* Replace instance dropdown to slider for dicom tag browser

* Add error page and not found pages if failed to retrieve study data

* Bump dcmjs

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* chore(release): publish [skip ci]

 - @ohif/[email protected]

* chore: add acknowledgment of IDC (OHIF#2255)

* add acknowldgment of IDC

resolves OHIF#1136

* Fix typo + remove IDC ack example

Co-authored-by: igoroctaviano <[email protected]>

* Update dependency: [email protected]

dcmjs
  * @ohif/core: 0.17.2 → 0.18.1
  * @ohif/extension-cornerstone: 0.17.2 → 0.18.1
  * @ohif/extension-dicom-html: 0.17.2 → 0.18.1
  * @ohif/extension-dicom-rt: 0.17.2 → 0.18.1
  * @ohif/extension-dicom-segmentation: 0.17.2 → 0.18.1
  * @ohif/extension-dicom-tag-browser: 0.17.2 → 0.18.1
  * @ohif/extension-vtk: 0.17.2 → 0.18.1
  * @ohif/viewer: 0.17.2 → 0.18.1

* feat(log): add new log service

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* Update dependency: [email protected]

dcmjs
  * @ohif/core: 0.18.1 → 0.18.2
  * @ohif/extension-cornerstone: 0.18.1 → 0.18.2
  * @ohif/extension-dicom-html: 0.18.1 → 0.18.2
  * @ohif/extension-dicom-rt: 0.18.1 → 0.18.2
  * @ohif/extension-dicom-segmentation: 0.18.1 → 0.18.2
  * @ohif/extension-dicom-tag-browser: 0.18.1 → 0.18.2
  * @ohif/extension-vtk: 0.18.1 → 0.18.2
  * @ohif/viewer: 0.18.1 → 0.18.2

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* Add onerror event to cover all other unhandled errors

* Update broken test

* Add logger to viewport grid

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* Added memoization on VTKMPRToolbarButton component to avoid unnecesary rebuilds (OHIF#2274)

* Added memoization on VTKMPRToolbarButton component to avoid unnecessary rebuilds

* update isDisplaySetReconstructable for float precision

Co-authored-by: Rodrigo Cáceres Vicencio <[email protected]>
Co-authored-by: Davide Punzo <[email protected]>

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]

* Update dependency: [email protected] (OHIF#2302)

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* Update dependency: [email protected]

react-cornerstone-viewport
  * @ohif/extension-cornerstone: 4.0.4 → 4.0.5

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]

* bug(debugger):Fix bug that breaks mailto introduced by logger service

* Force pipeline

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]

* fix: IDC-2288: Update toolbar tabs after derived displayset loaded (OHIF#2307)

* Update toolbar tabs after derived displayset loaded

* trigger CI

Co-authored-by: Davide Punzo <[email protected]>

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* IDC 2259: add warning UI for series inconsistencies (OHIF#2331)

IDC 2259: add warning UI for series inconsistencies

remove VTKMPRToolbarButton component memoization (it is not anymore necessary)

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* Fix scroll speed

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]

* IDC2332 (OHIF#2341)

1) fix the loading of the segmentations when filtering study with ?seriesInstanceUID= syntax
2) add time in the dates of the items of the segmentation combobox list
3) order segmentation combobox list in reverse time order

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]

* fix: Update Dockerfile node version - fix missing dependencies (OHIF#2349)

There were some utilities missing: python, make, g++. Also node version was too old - current node builds without problems.

* IDC2259: do not check uniform spacing in the 4th dimension for 4D datasets (OHIF#2356)

* IDC2346: fix images sorting (OHIF#2358)

* IDC2345: Update dcmjs to version 0.18.4 (OHIF#2362)

* fix(wl): fix metadata provider window level issues after dicomweb update (string vs number)

* Rollback circle ci test

* Comment cache

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* IDC2345: implement thumbnails footnotes UI for segmentation series inconsistencies warning (OHIF#2364)

* IDC2345: implement thumbnails footnotes UI for segmentation series inconsistencies warning

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* IDC2361: fix seg combobox filling

* update

* update

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* IDC-2348: Add acquisition storage sr sopclass to sr html ext (OHIF#2352)

* Add acquisition context storage sr sop to html ext

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* IDC2345: update dcmjs to version 0.18.5 (OHIF#2378)

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* Remove broken plugin? Seems to have broken child dep

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* remove sitemap dep from older version

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* Implement handlers to retry metadata requests

* Update naming

* Update naming

* Extract hook and add config and documentation

* Improve docs remove env variables

* Add option to disable local storage cache of servers

* Update config property

* chore(release): publish [skip ci]

 - @ohif/[email protected]

* Re OHIF#2259: UI refinements for warnings (OHIF#2397)

* Re OHIF#2259: highlight series thumbnails border for active series (series in the active viewport)
* Re OHIF#2259: add the warning icon also on the active viewport as an overlay

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* fix(dicom-html): Add parsed dicom meta info section (OHIF#2419)

* Add dicom meta info section to dicom sr html
* Update dependency: [email protected]

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* update dicomweb-client to version 0.8.0

* clean back default config (OHIF#2438)

* chore(release): publish [skip ci]

 - @ohif/[email protected]

* Add check for metadata

* Remove metadata check

* update dicomweb-client to version 0.8.1

* Resolve opening connection before previsouly setting headers

* Expose retryable option

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* chore(OHIF#2483) make client-side code debuggable right from the source code (OHIF#2484)

* fix: changed new image handler conditional for 0 edge case (OHIF#2338)

Co-authored-by: Michael Andersen <[email protected]>
Co-authored-by: Erik Ziegler <[email protected]>

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]

* Add badge numbers for seg and rtstruct

* Extract event

* Create CITATION.cff (OHIF#2503)

* Update CITATION.cff (OHIF#2504)

* fix CVE-2019-5021 caused by nginx-apline (OHIF#2514)

Co-authored-by: Matthias Schmieder <[email protected]>

* fix: Remove internet dependency for workbox (addressing OHIF#2109) (OHIF#2151)

* Ignoring *.js.map files as generated in the extensions directories for example

* Fix for OHIF#2109. Removed internet dependency to google workbox

* chore(release): publish [skip ci]

 - @ohif/[email protected]

* fix: MPR metadata parsing for spacings (OHIF#2517)

* fix: MPR metadata parsing for spacings

* fix: OHIF Metadata provider for validNumbers for imagePlaneModule

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* feat: OHIF-1000: Study prefetcher (OHIF#2466)

* Enable study prefetcher and expose configs

* Fix progress for all images

* Enable study loading listener

* Add new default for displaying progress bar for series

* Use events instead of redux to improve performance

* Add documentation, resolve issues with different datasets

* CR Updates

* CR Updates

* CR Updates & Resolve issue when activating both stack and study prefetch

* Add upward and update display set logic

* Add new behavior to prefetching orders

* Rollback display set check and activate cache check

* Remove prefetch check

* Check if displayset has images

* Debounce check cache events

* Remove usued debounce flags

* Ignore prefetching same image

* Use new image instead of image rendered

* Continue prefetch after cache check

* Update prefetch logic after checking cache

* Remove log

* Update displayset count default to 3

* Update netlify config

Co-authored-by: Alireza <[email protected]>

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* Display warning messages if fails to parse sr report (OHIF#2543)

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* feat: Update to WADO Image Loader 4.0.3 to add dynamically imported WebAssembly codec support 🚀 (OHIF#2537)

* feat: bump to prerelease of WADO Image Loader for testing

* switch to released versions

* update react-vtkjs-viewport and fix requestpool usage in StudyPrefetcher

* attempt to fix e2e tests for script-tag usage

* fix e2e test error

* switch to using webpack alias in PWA to use dynamic import version of OHIF

* fix copy plugin usage

* try to fix publicpath issue

* bump to 4.0.3

Co-authored-by: Alireza <[email protected]>

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* fix: throttle thumbnail progress updates (OHIF#2557)

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* chore(github): Create config.yml for issues (OHIF#2561)

* chore(github): Create config.yml for issues

* Delete ---support-question.md

* Add FUNDING.yml

* fix regression not showing warnings list on thumbnail for segmentations (OHIF#2563)

* fix regression not showing warnings list on thumbnail for segmentations

* update dcmjs version

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* Update badge number based on active ds

* feat: Added support for WADO servers built with static hosting (e.g. S3) (OHIF#2566)

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* Re OHIF#2571: thumbnail footer remove instance number and add link icon if any derived display set is present (OHIF#2582)

* Re OHIF#2571, thumbnail footer layout modifications: remove instance number and add link icon if any derived display set is present.

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* fix(OHIF):The header depth was too deep for display SR files. (OHIF#2594)

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]

* Add checks for study metadata in rt and seg panels + bump dcmjs to fix circular references issues naturalizing datasets (OHIF#2588)

Co-authored-by: Davide Punzo <[email protected]>

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* Re OHIF#2590: Fix segments visibility handler

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]

* Re IDC OHIF#2604: show series (with unsupported modalities) on slides panel and on tag explorer (OHIF#2621)

* Re IDC OHIF#2604: show series (with unsupported modalities) on slides panel and on tag explorer

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* Update cornerstone deps (OHIF#2628)

* update cornerstone deps

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* update docker remote version for CI (OHIF#2629)

* IDC Re OHIF#2633: fix slider min and max (OHIF#2634)

* IDC Re OHIF#2633: fix slider min and max

* chore(release): publish [skip ci]

 - @ohif/[email protected]

* chore: Add research notice (OHIF#2458)

* fix: SeriesTime and SeriesDate are only set for the first series and undefined for the remaining ones (OHIF#2476)

* set SeriesDate and SeriesTime for all series, instead of only for the first series

* set SeriesDate and SeriesTime only when they are undefined

* fix: equality operator

Co-authored-by: Christian El Salloum <[email protected]>
Co-authored-by: Alireza <[email protected]>

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* fix: DICOMFileLoadingListener typo in method name (OHIF#2647)

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* feature: configurable max prefetch request count (OHIF#2632)

* feature: configurable max prefetch request count

* update name and default value for prefetch number

Co-authored-by: Stefan Silviu <[email protected]>

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* IDC OHIF#2657: fix rt struct panel update (OHIF#2666)

* Fix observation in RT panel

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]

* IDC update dcmjs to v0.19.2 (OHIF#2672)

* IDC: update dcmjs with SEG loading regression fix

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* Feat/v2 e2e static tests (OHIF#2684)

Use the static data for hte e2e tests

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* Fixing broken OpenResty / Orthanc recipes and updating doc (OHIF#2652)

* Updating docker files and documentation for OpenResty / Orthanc recipes.

* fixing link formatting

Co-authored-by: Josiah Vinson <[email protected]>

* chore(release): publish [skip ci]

 - @ohif/[email protected]

* IDC: update dcmjs to version 0.19.3 (OHIF#2697)

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* IDC (Re OHIF#1215): Feat/v2 annotations (OHIF#2658)

* Add scoord3d parse / display tool to v2

* Update measurement panel with sr measurements

* Update measurement panel to display read only items

* Cleanup debugger statement

* Check for empty measurement

* fix SCOORD3D coordinates

* Update getRenderableData.js

* fix scoord3d coordinate transformation

* implement logic to detect the ReferencedSOPInstanceUID if missing in the measurement. Fix also world to IJ coordinates.

* Fix broken unit test / import

* fix comment style

* Init tools only once

* restore default config dcmjs server

Co-authored-by: igoroctaviano <[email protected]>

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* IDC Re OHIF#2656: update dcmjs 0.19.4 and change tol to 0.01. + fix boundary cases in parseSCOORD3D (OHIF#2699)

* IDC: update dcmjs to version 0.19.4

* IDC Re OHIF#2656: change tol to 0.01 for segs in dcmjs. + fix boundary cases in parseSCOORD3D

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* refactor: 💡 Bump lodash and immer to avoid vulnerabilities

Bump lodash and immer to avoid vulnerabilities

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* Re IDC OHIF#2698 : fix overflow text  and adding referenced Segs and RTSTRUCT series info in the debug dialog (OHIF#2735)

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]

* fix: remove docz + node version fix on docker (OHIF#2743)

* fix: docz uses too outdated packages and current documentation hasnt being updated oftenly. removing it

* fix: node docker version to prevent node req "^12.13.0 || ^14.15.0 || >=16" issue

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* fix: Update fetchPaletteColorLookupTableData: LUT Entries shall be 0 if the table entries value is 2^16 (OHIF#2395)

Opened issue OHIF#2366. 

Following http://dicom.nema.org/medical/Dicom/2018d/output/chtml/part03/sect_C.7.6.3.html#sect_C.7.6.3.1.5, LUT Entries shall be 0 if the table entries value is 2^16.

If numLutEntries is 0, there is no for loop and return empty lut array.

Solution:

const numLutEntries = lutDescriptor[0] ? lutDescriptor[0] : 65536;

This is often used by Philips Ultrasound equipments.

Co-authored-by: Alireza <[email protected]>
Co-authored-by: Erik Ziegler <[email protected]>

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* IDC2733: update dcmjs to version 0.19.7 (OHIF#2745)

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* Update dependency: [email protected]

dcmjs
  * @ohif/core: 0.19.7 → 0.19.8
  * @ohif/extension-cornerstone: 0.19.7 → 0.19.8
  * @ohif/extension-dicom-html: 0.19.7 → 0.19.8
  * @ohif/extension-dicom-rt: 0.19.7 → 0.19.8
  * @ohif/extension-dicom-segmentation: 0.19.7 → 0.19.8
  * @ohif/extension-dicom-tag-browser: 0.19.7 → 0.19.8
  * @ohif/extension-vtk: 0.19.7 → 0.19.8
  * @ohif/viewer: 0.19.7 → 0.19.8

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* Re IDC OHIF#2765: fix loading of segmentations at first startup (OHIF#2768)

Re IDC OHIF#2761: fix loading of segmentations

update dcmjs to 0.19.9

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* Re IDC OHIF#2762: fix thumbnail series type for unsupported SOPClassUID (OHIF#2770)

* Fix thumbnail loading bar (OHIF#2772)

* chore(release): publish [skip ci]

 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]
 - @ohif/[email protected]

* update cypress version

Co-authored-by: Davide Punzo <[email protected]>
Co-authored-by: ohif-bot <[email protected]>
Co-authored-by: Igor Octaviano <[email protected]>
Co-authored-by: Erik Ziegler <[email protected]>
Co-authored-by: Nikola Mijajlović <[email protected]>
Co-authored-by: Jason Klotzer <[email protected]>
Co-authored-by: noerog <[email protected]>
Co-authored-by: Andrey Fedorov <[email protected]>
Co-authored-by: Rodrigo Cáceres <[email protected]>
Co-authored-by: Rodrigo Cáceres Vicencio <[email protected]>
Co-authored-by: qqalexqq <[email protected]>
Co-authored-by: dannyrb <[email protected]>
Co-authored-by: Woonchan Cho <[email protected]>
Co-authored-by: Michael Andersen <[email protected]>
Co-authored-by: Michael Andersen <[email protected]>
Co-authored-by: Matthias Schmieder <[email protected]>
Co-authored-by: Matthias Schmieder <[email protected]>
Co-authored-by: matthiasg <[email protected]>
Co-authored-by: Alireza <[email protected]>
Co-authored-by: Bill Wallace <[email protected]>
Co-authored-by: Yo Yehudi <[email protected]>
Co-authored-by: Christian-e-S <[email protected]>
Co-authored-by: Christian El Salloum <[email protected]>
Co-authored-by: Ștefan Silviu-Alexandru <[email protected]>
Co-authored-by: Stefan Silviu <[email protected]>
Co-authored-by: Josiah Vinson <[email protected]>
Co-authored-by: Josiah Vinson <[email protected]>
Co-authored-by: ladeirarodolfo <[email protected]>
Co-authored-by: Tomas Kenda <[email protected]>
Co-authored-by: haraprasadj <[email protected]>
@Punzo Punzo closed this as completed Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IDC:candidate Possible feature requests for discussion, and if we agree, they can be relabeled IDC:priority
Projects
None yet
Development

No branches or pull requests

2 participants