Hi, i have a trouble
Osimis does not load the images of rm, stays on Loading Study, if i download the study and open in other viewer its works fine, if upload to other orthanc i get the same error?
But with other modality works fine.
Thanks everybody!
Maxi
7e09435b-4879f200-51ab69d5-653bba6b-148b04da.zip (3.94 MB)
Do you have the Orthanc log generated when you try to do that ? You might need to use verbose logging. Probably related to some sort of tag issue.
I tried and they uploaded, but I get some errors, and it doesn’t display in the viewer.
W: DcmItem: Length of element (0000,3331) is odd
E: DcmElement: Unknown Tag & Data (0000,3331) larger (858861879) than remaining bytes (4127943) in file, premature end of stream
W: DcmItem: Dataset not in ascending tag order, at element (0000,3331)
E0809 16:40:04.470219 OrthancException.h:76] Bad file format: Cannot parse an invalid DICOM file (size: 4127979 bytes)
W: DcmItem: Length of element (0000,3331) is odd
E: DcmElement: Unknown Tag & Data (0000,3331) larger (858861879) than remaining bytes (4127943) in file, premature end of stream
W: DcmItem: Dataset not in ascending tag order, at element (0000,3331)
E0809 16:40:04.477147 OrthancException.h:76] Bad file format: Cannot parse an invalid DICOM file (size: 4127979 bytes)
E0809 16:41:48.342432 OrthancException.h:76] Unable to order the slices of the series: Unable to order the slices of series 8b910583-708fcf58-e400c6d6-92b52d2d-106b3d52
E0809 16:41:48.342538 PluginsManager.cpp:197] Exception while invoking plugin service 3010: Unable to order the slices of the series
E0809 16:41:48.342605 PluginsManager.cpp:164] (SeriesController) Orthanc::OrthancException 7/404 Accessing an inexistent item
BTW, that imports into Osirix just fine, so it has to be some wort of Dicom format incompatibility or missing tags or something. The Orthanc devs will probably have to look into it. I do see some other errors also:
`
E0809 16:43:27.615310 PluginsManager.cpp:197] Exception while invoking plugin service 3010: Unable to order the slices of the series
E0809 16:43:27.615383 PluginsManager.cpp:164] (SeriesController) Orthanc::OrthancException 7/404 Accessing an inexistent item
E0809 16:43:27.616012 OrthancException.h:76] Unable to order the slices of the series: Unable to order the slices of series 78bc69dc-550d08db-179b351f-47f967b4-e1288afb
E0809 16:43:27.616109 PluginsManager.cpp:197] Exception while invoking plugin service 3010: Unable to order the slices of the series
E0809 16:43:27.616171 PluginsManager.cpp:164] (SeriesController) Orthanc::OrthancException 7/404 Accessing an inexistent item
`
Hello,
Your images contains spaces in the DICOM tags “Image Position Patient” (0020,0032) and “Image Orientation Patient” (0020,0037), which is unexpected.
I have committed a patch to support such images:
https://hg.orthanc-server.com/orthanc/rev/0ea450e1f0ea
This patch will be part of forthcoming release 1.7.3 of Orthanc.
Regards,
Sébastien-