Summary: | Upload through REST API fails on DICOM RT files (plan, dose, structures) | ||
---|---|---|---|
Product: | Orthanc | Reporter: | Sébastien Jodogne <s.jodogne> |
Component: | Orthanc Core | Assignee: | Sébastien Jodogne <s.jodogne> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | --- | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All |
Description
Sébastien Jodogne
2020-06-29 15:11:11 CEST
[BitBucket user: Sébastien Jodogne] [BitBucket date: 2015-10-30.07:20:56] Uploading DICOM-RT files through the REST API works fine. Two reasons can explain your issue: 1. Your Orthanc instance is protected by HTTP authentication, in which case you have to add the username and password at the last command-line arguments to "ImportDicomFiles.py". 2. The content of your local storage is compressed (check the "StorageCompression" in the configuration file of Orthanc), which prevents "ImportDicomFiles.py" to properly read the DICOM files. In this case, you will have to use generic replication: https://orthanc.chu.ulg.ac.be/book/users/replication.html#generic-replication [BitBucket user: Michael Folkerts] [BitBucket date: 2015-11-02.17:23:15] I had authentication disabled. I double checked and my StorageCompression setting for local storage was 'false'. The ImportDicomFiles.py script still failed (however only on DICOMRT files - the standard DICOM CT files uploaded fine). Generic replication worked!! Thanks for the help. [BitBucket user: Sébastien Jodogne] [BitBucket date: 2015-11-04.16:48:33] Fine, I close the issue. |