We noticed that anonymization does not work as expected if transcoding was enabled after the study to anonymize was added in the database.
Steps to reproduce:
-
Set “IngestTranscoding” to JPEG Lossless compression (“1.2.840.10008.1.2.4.70”) in Orthanc configuration
-
Instantiate Orthanc with a database that contains a non-compressed study
-
Anonymize that study through Orthanc Explorer or the REST API
-
Observe how the anonymized study has its transfer syntax changed to JPEG Lossless compression. Its link to the non-anonymized study is lost (not reported via REST API or Orthanc Explorer)
I filed a bug report accordingly: https://bugs.orthanc-server.com/show_bug.cgi?id=212
Has anyone experienced this? Is there any known workaround?
Thank you!