Hi all!
I have a situation where I am trying to query and retrieve dicom data from a Dicom server, but the server does not send any data to the specified AE-title. I can do queries with C-FIND, but when I do MOVE, nothing comes to my listening process. Unfortunately, I do not have access to any server side logs for that server, so I have to interpret the ClearCanvas log on my side to get an idea of what is going on.
Here's the log output for sending the move request:
2010-07-15 09:38:34,809 [10] INFO - Starting to listen with AE WORK5 on port 0.0.0.0:104
2010-07-15 09:38:34,809 [10] INFO - Preparing to connect to AE PACS_QR on host 192.168.10.59 on port 7860 for move request to WORK5.
2010-07-15 09:38:34,887 [10] DEBUG - WORK5 SCU -> Network Connected: PACS_QR 192.168.10.59:7860
2010-07-15 09:38:34,887 [DicomClient: 192.168.10.59:7860 [12]] INFO - Association Accepted from WORK5 to remote AE PACS_QR:192.168.10.59:7860
2010-07-15 09:38:34,887 [DicomClient: 192.168.10.59:7860 [12]] DEBUG - Send MetaInfo:
(0000,0002) UI =Study Root Query/Retrieve Information Model – MOVE # 28 Affected SOP Class UID 1
(0000,0100) US 33 # 2 Command Field 1
(0000,0110) US 1 # 2 Message ID 1
(0000,0600) AE [WORK5] # 8 Move Destination 1
(0000,0700) US 0 # 2 Priority 1
(0000,0800) US 514 # 2 Data Set Type 1
2010-07-15 09:38:34,887 [DicomClient: 192.168.10.59:7860 [12]] DEBUG - Send DataSet:
(0008,0052) CS [SERIES] # 6 Query/Retrieve Level 1
(0020,000d) UI [1.3.12.2.1107.5.1.4.60070.30000008102306214407800000027] # 56 Study Instance UID 1
(0020,000e) UI [1.3.12.2.1107.5.1.4.60070.30000008102510120893700000000] # 56 Series Instance UID 1
But in stead of getting any data, I get a series of responses like this:
2010-07-15 09:38:45,059 [DicomClient: 192.168.10.59:7860 [12]] DEBUG - Receive MetaInfo:
(0000,0002) UI =Study Root Query/Retrieve Information Model – MOVE # 28 Affected SOP Class UID 1
(0000,0100) US 32801 # 2 Command Field 1
(0000,0120) US 1 # 2 Message ID Being Responded To 1
(0000,0800) US 257 # 2 Data Set Type 1
(0000,0900) US 65280 # 2 Status 1
(0000,1020) US 0 # 2 Number of Remaining Sub-operations 1
(0000,1021) US 0 # 2 Number of Completed Sub-operations 1
(0000,1022) US 0 # 2 Number of Failed Sub-operations 1
(0000,1023) US 0 # 2 Number of Warning Sub-operations 1
2010-07-15 09:38:45,059 [DicomClient: 192.168.10.59:7860 [12]] DEBUG - Receive DataSet:
Could anybody tell me what this last response means? Could it be that the server is trying to send to the wrong AE-title or that something is blocking on the network?