Bug #1015
Updated by Jörg Riesmeier over 3 years ago
In "strict mode", i.e. when option --check-move (-XM) is set, the C-MOVE Request dataset should be checked for validity. However, the Unique Keys only seem to be checked for their presence, but it is not checked not whether their values are non-empty (see DICOM PS3.4 Section C.2.2.1.1 and C.4.2.2.1). This can be tested with a call like this:
<pre>
movescu localhost 9876 -S --call COMMON -k 8,52=SERIES +P 1234 -v -k StudyInstanceUID= -k SeriesInstanceUID=
</pre>
The original report was sent by Abdallah Maouche in the DCMTK forum: https://forum.dcmtk.org/viewtopic.php?f=1&t=5149