# HG changeset patch # User Alain Mazy # Date 1714400874 -7200 # Node ID 25f25a8340f4ba47fae5876165c7bb7ec3281668 # Parent 0a1f87f54a205a85f750670ad14e8b8e2d86fa55 log unexpected transcoding diff -r 0a1f87f54a20 -r 25f25a8340f4 Plugin/WadoRsRetrieveFrames.cpp --- a/Plugin/WadoRsRetrieveFrames.cpp Fri Apr 26 17:23:49 2024 +0200 +++ b/Plugin/WadoRsRetrieveFrames.cpp Mon Apr 29 16:27:54 2024 +0200 @@ -480,6 +480,7 @@ // note: these 2 syntaxes are not supposed to be used in retrieve frames // according to https://dicom.nema.org/MEDICAL/dicom/2019a/output/chtml/part18/chapter_6.html#table_6.1.1.8-3b // "The Implicit VR Little Endian (1.2.840.10008.1.2), and Explicit VR Big Endian (1.2.840.10008.1.2.2) transfer syntaxes shall not be used with Web Services." + LOG(INFO) << "The file is in a transfer syntax " << currentSyntaxString << " that is not allowed by the DICOMWeb standard -> it will be transcoded to Little Endian Explicit"; targetSyntax = Orthanc::DicomTransferSyntax_LittleEndianExplicit; }