I'm trying to get some dicom data from a dicom server. But up to now, it is not working. I assume, the problem has to be between keyboard and chair....
My command that shows me that I can connect to the server and the data set is there...
Code: Select all
findscu -S -k StudyName="amre*" -aet backupdat -aec EXTSERV 192.168.53.22 2805 /home/agbackup/af_queryfile_out.dcm
my queryfile (before the conversion)W: ---------------------------
W: Find Response: 1 (Pending)
W:
W: # Dicom-Data-Set
W: # Used TransferSyntax: Little Endian Explicit
W: (0008,0005) CS [ISO_IR 100] # 10, 1 SpecificCharacterSet
W: (0008,0052) CS [STUDY ] # 6, 1 QueryRetrieveLevel
W: (0008,1030) LO [amre^Leber ] # 18, 1 StudyDescription
W: (0020,000d) UI [1.3.12.2.1107.5.2.12.21209.30000012060412212989000000010] # 56, 1 StudyInstanceUID
W:
But now, I run intop problem (trying to copy same data to the local drive by using movescu)af_queryfile.dcm
(0008,0052) CS [STUDY] # QueryRetrieveLevel
(0008,1030) LO [amre^*] # StudyDescription
My command:
Code: Select all
movescu -aet backupdat -aem backupdat -S -v -d -aec EXTSERV 192.168.53.22 2805 -x= /home/agbackup/af_queryfile_out.dcm +F
As it doesn't seem to copy files, I stopped the process by STRG-C?Request Parameters:
Our Implementation Class UID: 1.2.276.0.7230010.3.0.3.5.4
Our Implementation Version Name: OFFIS_DCMTK_354
Their Implementation Class UID:
Their Implementation Version Name:
Application Context Name: 1.2.840.10008.3.1.1.1
Calling Application Name: mre
Called Application Name: EXTSERV
Responding Application Name: resp AP Title
Our Max PDU Receive Size: 16384
Their Max PDU Receive Size: 0
Presentation Contexts:
Context ID: 1 (Proposed)
Abstract Syntax: =FINDStudyRootQueryRetrieveInformationModel
Proposed SCP/SCU Role: Default
Accepted SCP/SCU Role: Default
Proposed Transfer Syntax(es):
=LittleEndianExplicit
=BigEndianExplicit
=LittleEndianImplicit
Context ID: 3 (Proposed)
Abstract Syntax: =MOVEStudyRootQueryRetrieveInformationModel
Proposed SCP/SCU Role: Default
Accepted SCP/SCU Role: Default
Proposed Transfer Syntax(es):
=LittleEndianExplicit
=BigEndianExplicit
=LittleEndianImplicit
Requested Extended Negotiation: none
Accepted Extended Negotiation: none
Requesting Association
Constructing Associate RQ PDU
PDU Type: Associate Accept, PDU Length: 207 + 6 bytes PDU header
02 00 00 00 00 cf 00 01 00 00 45 58 50 52 41 44
20 20 20 20 20 20 20 20 20 20 6d 72 65 20 20 20
20 20 20 20 20 20 20 20 20 20 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 10 00 00 15 31 2e
32 2e 38 34 30 2e 31 30 30 30 38 2e 33 2e 31 2e
31 2e 31 21 00 00 1b 01 00 00 00 40 00 00 13 31
2e 32 2e 38 34 30 2e 31 30 30 30 38 2e 31 2e 32
2e 31 21 00 00 1b 03 00 00 00 40 00 00 13 31 2e
32 2e 38 34 30 2e 31 30 30 30 38 2e 31 2e 32 2e
31 50 00 00 30 51 00 00 04 00 01 c8 3a 52 00 00
17 31 2e 33 2e 36 2e 31 2e 34 2e 31 2e 32 35 34
30 33 2e 31 2e 31 2e 31 55 00 00 09 44 69 63 6f
6d 20 30 2e 31
Association Parameters Negotiated:
Our Implementation Class UID: 1.2.276.0.7230010.3.0.3.5.4
Our Implementation Version Name: OFFIS_DCMTK_354
Their Implementation Class UID: 1.3.6.1.4.1.25403.1.1.1
Their Implementation Version Name: Dicom 0.1
Application Context Name: 1.2.840.10008.3.1.1.1
Calling Application Name: backupdat
Called Application Name: EXTSERV
Responding Application Name: EXTSERV
Our Max PDU Receive Size: 16384
Their Max PDU Receive Size: 116794
Presentation Contexts:
Context ID: 1 (Accepted)
Abstract Syntax: =FINDStudyRootQueryRetrieveInformationModel
Proposed SCP/SCU Role: Default
Accepted SCP/SCU Role: Default
Accepted Transfer Syntax: =LittleEndianExplicit
Context ID: 3 (Accepted)
Abstract Syntax: =MOVEStudyRootQueryRetrieveInformationModel
Proposed SCP/SCU Role: Default
Accepted SCP/SCU Role: Default
Accepted Transfer Syntax: =LittleEndianExplicit
Requested Extended Negotiation: none
Accepted Extended Negotiation: none
Association Accepted (Max Send PDV: 116782)
================================
Sending query file: /home/agbackup/af_queryfile_out.dcm
Move SCU RQ: MsgID 1
Request:
# Dicom-Data-Set
# Used TransferSyntax: LittleEndianExplicit
(0008,0052) CS [STUDY] # 6, 1 QueryRetrieveLevel
(0008,1030) LO [amre^*] # 6, 1 StudyDescription
DIMSE Command To Send:
# Dicom-Data-Set
# Used TransferSyntax: UnknownTransferSyntax
(0000,0000) UL 0 # 4, 1 CommandGroupLength
(0000,0002) UI =MOVEStudyRootQueryRetrieveInformationModel # 28, 1 AffectedSOPClassUID
(0000,0100) US 33 # 2, 1 CommandField
(0000,0110) US 1 # 2, 1 MessageID
(0000,0600) AE [mre] # 4, 1 MoveDestination
(0000,0700) US 0 # 2, 1 Priority
(0000,0800) US 1 # 2, 1 DataSetType
DIMSE sendDcmDataset: sending 100 bytes
DIMSE sendDcmDataset: sending 28 bytes
^C
Thanks
Andi