Skip to content

Commit

Permalink
added DOCUMENT_VIEW in meddream params, so that SR are viewable
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrickboom committed Dec 11, 2023
1 parent 1959fef commit 47fac65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/meddream/viewer/viewer.application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ authorization.users[0].userName=admin
authorization.users[0].role=SEARCH,EXPORT_ISO,EXPORT_ARCH,FORWARD,REPORT_VIEW,REPORT_UPLOAD,PATIENT_HISTORY,UPLOAD_DICOM_LIBRARY,ADMIN,DOCUMENT_VIEW,FREE_DRAW_VIEW,FREE_DRAW_EDIT,BOUNDING_BOX_VIEW,BOUNDING_BOX_EDIT,SMART_DRAW_VIEW,SMART_DRAW_EDIT,COPY_TO_DICOM
authorization.defaultLoginPermissions=SEARCH,EXPORT_ISO,EXPORT_ARCH,FORWARD,REPORT_VIEW,REPORT_UPLOAD,PATIENT_HISTORY,UPLOAD_DICOM_LIBRARY,DOCUMENT_VIEW,FREE_DRAW_VIEW,FREE_DRAW_EDIT,BOUNDING_BOX_VIEW,BOUNDING_BOX_EDIT,SMART_DRAW_VIEW,SMART_DRAW_EDIT,COPY_TO_DICOM
# allows to enable "export" button when viewer is open through a token (share):
authorization.defaultHisPermissions=EXPORT_ISO,EXPORT_ARCH
authorization.defaultHisPermissions=EXPORT_ISO,EXPORT_ARCH,DOCUMENT_VIEW

# here is the cache management (default values from Softneta)
# without these, the size of the 'overlay2' folder managed by Docker continuously increase
Expand Down

0 comments on commit 47fac65

Please sign in to comment.