Skip to content

Commit

Permalink
in OHIF default configuration, show the 'investigational use' warning…
Browse files Browse the repository at this point in the history
… every 180 days.
  • Loading branch information
amazy committed May 16, 2024
1 parent 22e5773 commit 5f34b45
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions minimal-setup/keycloak/ohif-app-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ window.config = {
showCPUFallbackMessage: true,
showLoadingIndicator: true,
strictZSpacingForVolumeViewport: true,
investigationalUseDialog: {
option: 'configure',
days: 180
},
maxNumRequests: {
interaction: 100,
thumbnail: 75,
Expand Down
1 change: 1 addition & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ v 24.5.0
========

- Upgraded OHIF from v3.7.0 to v3.8.0
- in OHIF default configuration, show the "investigational use" warning every 180 days.
- Upgraded Meddream from v8.3.0 to v8.4.0
- in MedDream, set `preloadSeries=ON` by default

Expand Down
4 changes: 4 additions & 0 deletions sources/ohif/default-app-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ window.config = {
showCPUFallbackMessage: true,
showLoadingIndicator: true,
strictZSpacingForVolumeViewport: true,
investigationalUseDialog: {
option: 'configure',
days: 180
},
maxNumRequests: {
interaction: 100,
thumbnail: 75,
Expand Down

0 comments on commit 5f34b45

Please sign in to comment.