Problem to retrieve a study from dcmqrscp server

All other questions regarding DCMTK

Moderator: Moderator Team

Post Reply
Message
Author
luigi
Posts: 8
Joined: Wed, 2006-06-07, 09:43

Problem to retrieve a study from dcmqrscp server

#1 Post by luigi »

Hi,

I'm a newbie for dcmtk, I compiled it by using visual studio 6 with success. I have do some test on dcmtk 3.5.4.
Now I'm try to use movescu to retrieve some study on dcmqrscp server, the study has done with Acuson Sequoia ultrasound machines, which store single-frame images compressed in RLE format, and multi-frame images in JPEG format. But I have tried with my test and I have read on thread "viewtopic.php?t=123&start=0&postdays=0& ... fer+syntax" that it is not possible with movescu alone to retrieve images in both RLE and JPEG encoding within a single association.

My question, it is possible to use the new "association negotiation profile from configuration file" in dcmqrscp and movescu?
It is possible to add this functionality into dcmqrscp and movescu, since I known C++ it is a hard work?


Thanks & goodbye


Follows my test:

C:\DCMTK\bin>movescu -v -P -aec COMMON -k 0008,0052="PATIENT" -k 0010,0010="CRAIG*" localhost 104 +P 105 +xy
Requesting Association
Association Accepted (Max Send PDV: 16372)
================================
Sending query
Move SCU RQ: MsgID 1
Request:

# Dicom-Data-Set
# Used TransferSyntax: UnknownTransferSyntax
(0008,0052) CS [PATIENT] # 8, 1 QueryRetrieveLe
vel
(0010,0010) PN [CRAIG*] # 6, 1 PatientsName
Move Response 1: C-Move RSP: MsgID: 1 [Status=Pending]
AffectedSOPClassUID: =MOVEPatientRootQueryRetrieveInformationModel
Data Set: Not Present
NumberOfRemainingSubOperations: 4
NumberOfCompletedSubOperations: 0
NumberOfFailedSubOperations: 1
NumberOfWarningSubOperations: 0
Move Response 2: C-Move RSP: MsgID: 1 [Status=Pending]
AffectedSOPClassUID: =MOVEPatientRootQueryRetrieveInformationModel
Data Set: Not Present
NumberOfRemainingSubOperations: 3
NumberOfCompletedSubOperations: 0
NumberOfFailedSubOperations: 2
NumberOfWarningSubOperations: 0
Move Response 3: C-Move RSP: MsgID: 1 [Status=Pending]
AffectedSOPClassUID: =MOVEPatientRootQueryRetrieveInformationModel
Data Set: Not Present
NumberOfRemainingSubOperations: 2
NumberOfCompletedSubOperations: 0
NumberOfFailedSubOperations: 3
NumberOfWarningSubOperations: 0
Received C-Store RQ: MsgID: 4
AffectedSOPClassUID: =UltrasoundMultiframeImageStorage
AffectedSOPInstanceUID: 1.2.840.113680.1.103.55409.1051547424.14351.1.1
Priority: 0
Data Set: Present
Move Originator AE Title: MOVESCU
Move Originator ID: 1
RECV:...........................................................................
................................................................................
................................................................................
................................................................................
..........................................................
Move Response 4: C-Move RSP: MsgID: 1 [Status=Pending]
AffectedSOPClassUID: =MOVEPatientRootQueryRetrieveInformationModel
Data Set: Not Present
NumberOfRemainingSubOperations: 1
NumberOfCompletedSubOperations: 1
NumberOfFailedSubOperations: 3
NumberOfWarningSubOperations: 0
Received C-Store RQ: MsgID: 5
AffectedSOPClassUID: =UltrasoundMultiframeImageStorage
AffectedSOPInstanceUID: 1.2.840.113680.1.103.55409.1051547424.14351.1.10
Priority: 0
Data Set: Present
Move Originator AE Title: MOVESCU
Move Originator ID: 1
RECV:...........................................................................
..................
Move Response 5: C-Move RSP: MsgID: 1 [Status=Pending]
AffectedSOPClassUID: =MOVEPatientRootQueryRetrieveInformationModel
Data Set: Not Present
NumberOfRemainingSubOperations: 0
NumberOfCompletedSubOperations: 2
NumberOfFailedSubOperations: 3
NumberOfWarningSubOperations: 0
C-Move RSP: MsgID: 1 [Status=Warning: SubOperationsCompleteOneOrMoreFailures]
AffectedSOPClassUID: =MOVEPatientRootQueryRetrieveInformationModel
Data Set: Present
NumberOfCompletedSubOperations: 2
NumberOfFailedSubOperations: 3
NumberOfWarningSubOperations: 0
Response Identifiers:

# Dicom-Data-Set
# Used TransferSyntax: LittleEndianExplicit
(0008,0058) UI [1.2.840.113680.1.103.55409.1051547424.14351.1.3\1.2.840.113680.1
.103.55409.1051547424.14351.1.6\1.2.840.113680.1.103.55409.1051547424.14351.2.11
] # 144, 3 FailedSOPInstanceUIDList
Releasing Association





C:\DCMTK\bin>dcmqrscp.exe -v -c "C:\dicom\db\dcmqrscp.cfg" -xy
Association Received (pericle:MOVESCU -> COMMON) Wed Jun 07 10:24:09 2006
Association Acknowledged (Max Send PDV: 16372)
Received Move SCP: C-Move RQ: MsgID: 1
AffectedSOPClassUID: =MOVEPatientRootQueryRetrieveInformationModel
Priority: 0
Data Set: Present
Move Destination: MOVESCU
Move SCP Request Identifiers:

# Dicom-Data-Set
# Used TransferSyntax: LittleEndianExplicit
(0008,0052) CS [PATIENT] # 8, 1 QueryRetrieveLe
vel
(0010,0010) PN [CRAIG*] # 6, 1 PatientsName
Requesting Sub-Association
Store SCU RQ: MsgID 1, (US)
XMIT:DIMSE Warning: (COMMON,MOVESCU): sendMessage: unable to convert DICOM file
'C:\dicom\db\COMMON\US_447bfb7da9ff092c.dcm'
from 'RLE Lossless' transfer syntax to 'JPEG Baseline'.

DcmQueryRetrieve: Move SCP: storeSCU: Store Request Failed:
0006:020e DIMSE Failed to send message
DcmQueryRetrieve: moveSCP: Move Sub-Op Failed:
0006:020e DIMSE Failed to send message
Move SCP Response 1 [status: Pending]
Store SCU RQ: MsgID 2, (US)
XMIT:DIMSE Warning: (COMMON,MOVESCU): sendMessage: unable to convert DICOM file
'C:\dicom\db\COMMON\US_447bfc17fcee51ed.dcm'
from 'RLE Lossless' transfer syntax to 'JPEG Baseline'.

DcmQueryRetrieve: Move SCP: storeSCU: Store Request Failed:
0006:020e DIMSE Failed to send message
DcmQueryRetrieve: moveSCP: Move Sub-Op Failed:
0006:020e DIMSE Failed to send message
Move SCP Response 2 [status: Pending]
Store SCU RQ: MsgID 3, (US)
XMIT:DIMSE Warning: (COMMON,MOVESCU): sendMessage: unable to convert DICOM file
'C:\dicom\db\COMMON\US_447c0c39fa7f63df.dcm'
from 'RLE Lossless' transfer syntax to 'JPEG Baseline'.

DcmQueryRetrieve: Move SCP: storeSCU: Store Request Failed:
0006:020e DIMSE Failed to send message
DcmQueryRetrieve: moveSCP: Move Sub-Op Failed:
0006:020e DIMSE Failed to send message
Move SCP Response 3 [status: Pending]
Store SCU RQ: MsgID 4, (US)
XMIT:...........................................................................
................................................................................
................................................................................
................................................................................
..........................................................
Move SCP: Received Store SCU RSP [Status=Success]
Move SCP Response 4 [status: Pending]
Store SCU RQ: MsgID 5, (US)
XMIT:...........................................................................
..................
Move SCP: Received Store SCU RSP [Status=Success]
Move SCP Response 5 [status: Pending]
Releasing Sub-Association
Move SCP Response 6 [status: Warning: SubOperationsCompleteOneOrMoreFailures]
Association Release

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 1 guest