c-find for include sequence field

Hi, I've tried a issue a C-FIND requests and ask orthanc to include q field has VR of SQ, for example:

~/dcm4che-2.0.28/bin/dcmqr -I ORTHANC@localhost:4242 -r 00082112 -r 00100020 -qStudyInstanceUID=""

but the responses I got doesn't have that field 00082112 SourceImageSequence (the instances in this study HAVE this field).

It did include the 00100020 though.

I1201 17:25:48.153934 8904 OrthancFindRequestHandler.cpp:259] DICOM C-Find request at level: Instance
I1201 17:25:48.153947 8904 OrthancFindRequestHandler.cpp:265] (0008,0016) SOPClassUID =
I1201 17:25:48.153956 8904 OrthancFindRequestHandler.cpp:265] (0008,0018) SOPInstanceUID =
I1201 17:25:48.153965 8904 OrthancFindRequestHandler.cpp:265] (0008,0052) QueryRetrieveLevel = IMAGE
I1201 17:25:48.153973 8904 OrthancFindRequestHandler.cpp:265] (0010,0020) PatientID =
I1201 17:25:48.153980 8904 OrthancFindRequestHandler.cpp:265] (0020,000d) StudyInstanceUID =
I1201 17:25:48.153987 8904 OrthancFindRequestHandler.cpp:265] (0020,000e) SeriesInstanceUID =
I1201 17:25:48.153995 8904 OrthancFindRequestHandler.cpp:265] (0020,0013) InstanceNumber =

thank you.

Using 0.9.1

Thanks for bringing this issue to our attention!

This behavior is fixed in the mainline (will be part of forthcoming 0.9.5 release):
https://bitbucket.org/sjodogne/orthanc/commits/4e7c318a3f6977d4616004be333b3ebce5861fc3

Orthanc will now return the sequences that are enumerated inside the C-FIND query. Note however that, currently, no matching will be done against the content of these sequences.

Sébastien-