Sending a C-STORE-RQ request on the same association after responding to C-STORE-RSP

All other questions regarding DCMTK

Moderator: Moderator Team

Post Reply
Message
Author
omeryildiz
Posts: 15
Joined: Fri, 2023-04-28, 11:41

Sending a C-STORE-RQ request on the same association after responding to C-STORE-RSP

#1 Post by omeryildiz »

Is it possible to send a new C-STORE-RQ request in the same association after giving a C-STORE-RSP response to a C-STORE-RQ request?

Code: Select all

<-	C-STORE-RQ
->	C-STORE-RSP
->	new C-STORE-RQ


Michael Onken
DCMTK Developer
Posts: 2051
Joined: Fri, 2004-11-05, 13:47
Location: Oldenburg, Germany
Contact:

Re: Sending a C-STORE-RQ request on the same association after responding to C-STORE-RSP

#2 Post by Michael Onken »

Yes.

omeryildiz
Posts: 15
Joined: Fri, 2023-04-28, 11:41

Re: Sending a C-STORE-RQ request on the same association after responding to C-STORE-RSP

#3 Post by omeryildiz »

Hi,

Thank you.

I'm new to DCM. I failed the above algorithm. Can you help me?

Code: Select all

...
...
...
I: Received C-STORE Request
D: ===================== INCOMING DIMSE MESSAGE ====================
D: Message Type                  : C-STORE RQ
D: Presentation Context ID       : 35
D: Message ID                    : 766
D: Affected SOP Class UID        : CTImageStorage
D: Affected SOP Instance UID     : 1.2.840.113619.2.80.46436286.16547.1573666670.177
D: Data Set                      : present
D: Priority                      : medium
D: ======================= END DIMSE MESSAGE =======================
D: DcmDataset::read() TransferSyntax="Little Endian Implicit"
D: DcmItem::checkAndUpdateVR() setting undefined VR of PixelPaddingValue (0028,0120) to 'SS' because PixelRepresentation (0028,0103) has a value of 1
D: Received dataset on presentation context 35
I: Sending C-STORE Response
D: ===================== OUTGOING DIMSE MESSAGE ====================
D: Message Type                  : C-STORE RSP
D: Presentation Context ID       : 35
D: Message ID Being Responded To : 766
D: Affected SOP Class UID        : CTImageStorage
D: Affected SOP Instance UID     : 1.2.840.113619.2.80.46436286.16547.1573666670.177
D: Data Set                      : none
D: DIMSE Status                  : 0x0000: Success
D: ======================= END DIMSE MESSAGE =======================
D: DcmDataset::read() TransferSyntax="Little Endian Implicit"
I: Received C-GET Response
D: ===================== INCOMING DIMSE MESSAGE ====================
D: Message Type                  : C-GET RSP
D: Presentation Context ID       : 1
D: Message ID Being Responded To : 12
D: Affected SOP Class UID        : GETPatientRootQueryRetrieveInformationModel
D: Remaining Suboperations       : 0
D: Completed Suboperations       : 352
D: Failed Suboperations          : 0
D: Warning Suboperations         : 0
D: Data Set                      : none
D: DIMSE Status                  : 0xff00: Pending: Sub-operations are continuing
D: ======================= END DIMSE MESSAGE =======================
D: Handling C-GET Response
D: DIMSE status is: Pending
D: DcmDataset::read() TransferSyntax="Little Endian Implicit"
I: Received C-GET Response
D: ===================== INCOMING DIMSE MESSAGE ====================
D: Message Type                  : C-GET RSP
D: Presentation Context ID       : 1
D: Message ID Being Responded To : 12
D: Affected SOP Class UID        : GETPatientRootQueryRetrieveInformationModel
D: Remaining Suboperations       : 0
D: Completed Suboperations       : 352
D: Failed Suboperations          : 0
D: Warning Suboperations         : 0
D: Data Set                      : none
D: DIMSE Status                  : 0x0000: Success: Sub-operations complete - No failures or warnings
D: ======================= END DIMSE MESSAGE =======================
D: Handling C-GET Response
D: DIMSE status is: Success
I: DCM_StudyInstanceUID #      6: 1.2.840.113619.2.55.3.2831184660.625.1573308713.949
I: Sending C-STORE Request
D: ===================== OUTGOING DIMSE MESSAGE ====================
D: Message Type                  : C-STORE RQ
D: Presentation Context ID       : 3
D: Message ID                    : 13
D: Affected SOP Class UID        : CTImageStorage
D: Affected SOP Instance UID     : 1.2.840.113619.2.80.46436286.16547.1573666670.177
D: Data Set                      : present
D: Priority                      : medium
D: Move Originator AE Title      : TEST-SCU
D: Move Originator ID            : 12354
D: ======================= END DIMSE MESSAGE =======================
D: DcmDataset::read() TransferSyntax="Little Endian Implicit"
I: Received C-STORE Response
D: ===================== INCOMING DIMSE MESSAGE ====================
D: Message Type                  : C-STORE RSP
D: Presentation Context ID       : 3
D: Message ID Being Responded To : 13
D: Affected SOP Class UID        : CTImageStorage
D: Affected SOP Instance UID     : 1.2.840.113619.2.80.46436286.16547.1573666670.177
D: Data Set                      : none
D: DIMSE Status                  : 0x0111: Failure
D: ======================= END DIMSE MESSAGE =======================


omeryildiz
Posts: 15
Joined: Fri, 2023-04-28, 11:41

Re: Sending a C-STORE-RQ request on the same association after responding to C-STORE-RSP

#4 Post by omeryildiz »

Hi,

I solved.

Error code description: 0x0111 Failure Duplicate SOP Instance

it's work.

Thank you for interest.

Post Reply

Who is online

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