Skip to content

Commit

Permalink
upgraded meddream from 8.3.0 to 8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrickboom committed May 2, 2024
1 parent 3fdc9e1 commit 7afcd69
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: CC0-1.0

FROM meddream/token-service:2.1.3
FROM meddream/token-service:2.1.6

# optional env var
# MEDDREAM_TOKEN_USER
Expand Down
2 changes: 1 addition & 1 deletion sources/meddream/viewer/Dockerfile.meddream-viewer
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: CC0-1.0

FROM meddream/dicom-viewer:8.3.0
FROM meddream/dicom-viewer:8.4.0

# you must define these environment variables:
# TOKEN_SERVICE_ADDRESS
Expand Down
20 changes: 18 additions & 2 deletions sources/meddream/viewer/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@
"mistMpr3D": true,
"clearCache": false,
"measurementsPropagation": true,
"digitalSubtraction": "NONE"
"overlay":true,
"digitalSubtraction": "NONE",
"returnMinMaxPerFrame":true,
"cad":true,
"summaryThumbnailsForSopClasses":[]
},
"blackListedSopClasses": [],
"forwardPacs": [
Expand Down Expand Up @@ -90,7 +94,8 @@
"MR",
"PT"
],
"sopClass": []
"sopClass": [],
"ignoreMissingSliceThickness":false
},
"notificationsConfig": {
"autoCloseAfterSec": 10
Expand All @@ -104,6 +109,17 @@
"smartPaintPreloadOptions": "wait-for-toolbar",
"messagingLevel": "minimal"
},
"instancesProgressivePreloadConfig": {
"preloadCount":10,
"supportedModalities": [
"CT",
"MR",
"PT",
"NM"
],
"supportedSOPClasses":[],
"enableSeriesManualPreload":true
},
"dontAutoOpenTheseAnnotations": [],
"windowPosition": []
}
1 change: 1 addition & 0 deletions sources/meddream/viewer/viewer.application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ com.softneta.meddream.pacs.configurations[0].searchApiEnabled=true
com.softneta.meddream.pacs.configurations[0].imageApiEnabled=true

# this section is related to Dicomweb, MEDDREAM_PACS_CONFIG_TYPE should be set to 'Dicomweb' to use them
com.softneta.meddream.pacs.configurations[0].authType=basic
com.softneta.meddream.pacs.configurations[0].qidoRsUrl=${ORTHANC_BASE_URL}/dicom-web
com.softneta.meddream.pacs.configurations[0].wadoRsUrl=${ORTHANC_BASE_URL}/dicom-web
com.softneta.meddream.pacs.configurations[0].wadoUriUrl=${ORTHANC_BASE_URL}/wado
Expand Down

0 comments on commit 7afcd69

Please sign in to comment.