Error visualizing series on dockerized Orthanc and Stone

Hi all,

I’m using Orthanc and Stone Web Viewer inside Docker pointing to a dockerized PostgreSQL.

I have some studies with multiple series and some of these series are not working.

It’s valid mentioning that my images just works fine on other viewers.

This are the errors I get in docker-compose logs:
orthanc | W0509 12:49:56.847256 DicomImageDecoder.cpp:338] Unsupported DICOM image: 8bpp, 3 channels, signed, non-planar, RGB photometric interpretation
orthanc | E0509 12:49:56.847363 PluginsManager.cpp:186] Exception while invoking plugin service 6014: Not implemented yet
orthanc | E0509 12:49:56.847374 PluginsManager.cpp:153] Cannot uncompress a DICOM image
orthanc | E0509 12:49:56.847577 PluginsErrorDictionary.cpp:100] Exception inside the plugin engine: Parameter out of range

This is the error I get in Stone:
orthanc error.png

I couldn’t understand the reason for this problem, does anyone know why this happens?

Best regards,
Bruno

Hello,

Please provide sample DICOM instances so that other people can reproduce and understand your issue:
https://book.orthanc-server.com/users/support.html#discussing-a-minimal-working-example

Regards,
Sébastien-

For sure!

I uploaded a sample in this drive directory:
https://drive.google.com/drive/folders/1w8m8gyByCQSd1ApusxRMCgEsuxvoflWz?usp=sharing

Hello,

Thanks for sharing. It appears that most of your DICOM files are invalid, as reported by the standard command-line tool “dciodvfy”. For instance:

$ dciodvfy ./CT000125.dcm
Error - Media Storage SOP Instance UID different from SOP Instance UID
Error - PixelData has incorrect value length - expected 786432 dec - got 1572864 dec

[…]

There is nothing Orthanc can do in that respect.

Regards,
Sébastien-