Hi,
I tried to use a study uid list matching in order to query on series level, but if I have more than 3 or 4 uids the matching fails and I get every series in the pacs.
Is this something that can be configured, or is there actually a limit when using UID matching ?
I got his behavior using both pynetdicom and dcmtk, and I’m using docker version of orthanc
Thanks in advance
Hello,
Thanks for reporting this issue. It was caused by the fact that Orthanc <= 1.7.2 limits the length of the tags in the DICOM queries to 256 characters.
This issue is fixed by the following changeset, that will be part of forthcoming 1.7.3 release:
https://hg.orthanc-server.com/orthanc/rev/2724977419fb
An integration test was also added:
https://hg.orthanc-server.com/orthanc-tests/rev/6164d39399ad
Kind Regards,
Sébastien-