To follow up ... is is possible that after performing a find request .. i can perform a move request and pull the data ?
with my findscu calls working in the modified config, i would expect to replace findscu with movescu ( at least this is my experience when querying our mr scanner as long as i have configured my aet ).
# findscu -aet NAME -S -k QueryRetrieveLevel=SERIES -k StudyID="12345" -k SeriesNumber="6" orthanc.host 4006
returns a valid series
# movescu -aet NAME -S -k QueryRetrieveLevel=SERIES -k StudyID="12345" -k SeriesNumber="6" orthanc.host 4006
returns an "Error Failed - Unable to process" log
with this from the server trace:
I0325 13:11:05.834761 27695 CommandDispatcher.cpp:445] Association Acknowledged (Max Send PDV: 16372)
W0325 13:11:05.835603 27699 OrthancMoveRequestHandler.cpp:127] Move-SCU request received for AET "sl6-vm2"
E0325 13:11:05.835655 27699 MoveScp.cpp:99] IMoveRequestHandler Failed: Bad request
I0325 13:11:05.836516 27699 CommandDispatcher.cpp:594] DUL Peer Requested Release
I0325 13:11:05.836530 27699 CommandDispatcher.cpp:601] Association Release
"test" : [ "sl6-vm2","localhost", 4006 ]
My push commands to "dicom.example" work, when going through the web interface and i've tries many different iterations of:
["MOVESCU","queryhost.example",port]
["sl6-vm2","queryhost.example",port]
["new-aet","queryhost.example",port]
etc