Hello -
I've been attempting to send a multiframe DICOM to Orthanc (0.8.5)
from Osirix, and I'm not having any luck.
When I attempt this, Oxirix displays this error:
http://photos.smugmug.com/photos/i-pZVTvwP/0/O/i-pZVTvwP.png
Additionally, running ./Orthanc --trace yields the following logs when
I try and send:
https://gist.github.com/anonymous/3e56bd615ebf4aa0376a
Does Orthanc contain support for multiframe enhanced DICOM files? If
so, might you have an idea of why these errors are happening?
Thank you!
-Erik Anderson
Hello,
Such a transfer should be possible.
Are you sure that all the options related to the transfer syntaxes are set to “true” in the Orthanc configuration file?
http://goo.gl/IYURRQ
As another troubleshooting idea, can you send the DICOM file to storescp (tool from the DCMTK package)?
If this is indeed the case, could you provide us with a (possibly anonymized) sample DICOM file? Without the file, it is impossible to help you fix the problem.
HTH,
Sébastien-
Are you sure that all the options related to the transfer syntaxes are set
to "true" in the Orthanc configuration file?
Google Code Archive - Long-term storage for Google Code Project Hosting.
Yes, I have verified that they're all set to "true".
As another troubleshooting idea, can you send the DICOM file to storescp
(tool from the DCMTK package)?
I just tried this, and received the same error message in Osirix. Here
are the storescp logs:
$ storescp --verbose -aet STORESCP -od ./ 4444
I: Association Received
I: Association Acknowledged (Max Send PDV: 16372)
I: Association Aborted
If this is indeed the case, could you provide us with a (possibly
anonymized) sample DICOM file? Without the file, it is impossible to help
you fix the problem.
Sure thing - here is the file in question:
https://s3.amazonaws.com/eanderson-imbio-misc-data/IM-0001-0633-0001.dcm
Thank you!
-Erik
I should also note: I tried uploading this file via the Orthanc web
interface and Orthanc crashed with this log:
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Aborted (core dumped)
-Erik
Hello,
I confirm that the mainline version of Orthanc accepts your image, both with the Web interface and with the following “storescu” command:
storescu --propose-lossless localhost 4242 ./IM-0001-0633-0001.dcm
The attached screenshot also shows that Orthanc correctly interprets the multiple frames (it is possible to display each of the 633 embedded frames).
However, Orthanc 0.8.5 does not accept this image, as it does not contain a valid PatientID. The next release of Orthanc will indeed be more tolerant about this absence of a PatientID. Could you try with the mainline of Orthanc?
HTH,
Sébastien-
Hello,
In the current version 0.2 of the DICOMweb plugin, the retrieval of individual frames through WADO (aka. WADO-URI) is not implemented yet.
You will currently have to use the WADO-RS RetrieveFrames instead:
http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_6.5.4
HTH,
Sébastien-
Hello,
Is it currently (with the newest version) possible to retrieve invidual frames using WADO-URI and web browser?
torstai 7. tammikuuta 2016 10.20.53 UTC+2 Sébastien Jodogne kirjoitti:
No, there’s been no changed wrt single frame retrieves.