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
I am using the DICOM JSON generation solution (https://docs.ohif.org/configuration/datasources/dicom-json/) to make the Viewer work with my S3.
For some DICOM files, when I run the generation script, I encounter an encoding error that prevents the JSON file from being generated :
Error: Using multiple character sets is not supported: ISO_IR 192,ISO 2022 IR 100
at Function._read (/dicom-json-generator/node_modules/dcmjs/build/dcmjs.js:10074:24)
at Function.readFile (/dicom-json-generator/node_modules/dcmjs/build/dcmjs.js:10149:35)
at convertDICOMToJSON (/dicom-json-generator/dicom-json-generator.js:42:51)
Thank you for your help.
Steps to Reproduce
Not possible unless I share one of the files with you, but it's a medical file, so I can't share it.
The current behavior
All in "Describe the Bug" part
The expected behavior
I need to have my JSON DICOM file.
OS
Ubuntu 22
Node version
21.4.0
Browser
Brave
The text was updated successfully, but these errors were encountered:
- Add ignoreErrors option to DicomMessage.readFile to handle multiple character sets
- Script will now continue processing with first character set when multiple are present
- Addresses issue #4695
Co-Authored-By: Alireza Sedghi <[email protected]>
Describe the Bug
Hello,
I am using the DICOM JSON generation solution (https://docs.ohif.org/configuration/datasources/dicom-json/) to make the Viewer work with my S3.
For some DICOM files, when I run the generation script, I encounter an encoding error that prevents the JSON file from being generated :
Thank you for your help.
Steps to Reproduce
Not possible unless I share one of the files with you, but it's a medical file, so I can't share it.
The current behavior
All in "Describe the Bug" part
The expected behavior
I need to have my JSON DICOM file.
OS
Ubuntu 22
Node version
21.4.0
Browser
Brave
The text was updated successfully, but these errors were encountered: