You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ohif viewer version: 3.9.1.
When open a study that has a dicom tag (0043,1097) value as attached, a error occurs: Cannot convert undefined or null to object.
at method: addRetrieveBulkDataNaturalized() of file: extensions\default\src\DicomWebDataSource\index.js
Steps to Reproduce
Open a MR study that has a dicom tag (0043,1097) value as attached
The current behavior
A error occurs:
The expected behavior
Can open image viewer correctly
Is it correct if I fix this by check: if (naturalized == null) return; as
I can view images correctly by load them from local (http://localhost:3000/local)
However, The error occurs when I view them with datasource = dcm4chee (upload them to the dcm4chee server and view from ohif viewer)
Describe the Bug
Ohif viewer version: 3.9.1.
When open a study that has a dicom tag (0043,1097) value as attached, a error occurs: Cannot convert undefined or null to object.
at method: addRetrieveBulkDataNaturalized() of file: extensions\default\src\DicomWebDataSource\index.js
Steps to Reproduce
Open a MR study that has a dicom tag (0043,1097) value as attached
The current behavior
A error occurs:
The expected behavior
Can open image viewer correctly
Is it correct if I fix this by check: if (naturalized == null) return; as
OS
Windows 11
Node version
21.7.3
Browser
Chrome
The text was updated successfully, but these errors were encountered: