Today I started using Orthanc’s DICOMweb functionality. As a test, I uploaded a DICOM file to Orthanc that has a single instance. When querying for this DICOM file using QUIDO-RS, data in JSON format is returned that includes a retrieve URL attribute (0008,1190). Its value is a link to a DICOM image. However, if I download the DICOM image this way, I cannot load it into a DICOM viewer such as MicroDICOM. When looking at the binary data, the problem seems to be that the DICOM files generated by Orthanc and accessed through (0008,1190) seem to add another preample. Is there a way to download DICOM files through the retrive URL such that this extra preample is not added?