Search found 15 matches

by omeryildiz
Thu, 2023-08-03, 13:05
Forum: DCMTK - General
Topic: Sending a C-STORE-RQ request on the same association after responding to C-STORE-RSP
Replies: 3
Views: 4783

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

Hi,

I solved.

Error code description: 0x0111 Failure Duplicate SOP Instance

it's work.

Thank you for interest.
by omeryildiz
Thu, 2023-08-03, 12:21
Forum: DCMTK - General
Topic: Sending a C-STORE-RQ request on the same association after responding to C-STORE-RSP
Replies: 3
Views: 4783

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

Hi, Thank you. I'm new to DCM. I failed the above algorithm. Can you help me? ... ... ... 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 : CTIm...
by omeryildiz
Wed, 2023-08-02, 13:19
Forum: DCMTK - General
Topic: Sending a C-STORE-RQ request on the same association after responding to C-STORE-RSP
Replies: 3
Views: 4783

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

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

by omeryildiz
Wed, 2023-08-02, 09:58
Forum: DCMTK - General
Topic: Download the MR image from a PACS server and save it in jpeg format.
Replies: 22
Views: 31823

Re: Download the MR image from a PACS server and save it in jpeg format.

Hi,

so can i send C-STORE Request with same association?
by omeryildiz
Thu, 2023-07-27, 13:11
Forum: DCMTK - General
Topic: Download the MR image from a PACS server and save it in jpeg format.
Replies: 22
Views: 31823

Re: Download the MR image from a PACS server and save it in jpeg format.

Thank you for your interest. I've tried. But it's not working what is "0xc000: Failed: Unable to process"? D: Configured a total of 4 presentation contexts for SCU D: Request Parameters: D: ====================== BEGIN A-ASSOCIATE-RQ ===================== D: Our Implementation Class UID: 1...
by omeryildiz
Thu, 2023-07-27, 10:50
Forum: DCMTK - General
Topic: Download the MR image from a PACS server and save it in jpeg format.
Replies: 22
Views: 31823

Re: Download the MR image from a PACS server and save it in jpeg format.

Michael Onken wrote: Tue, 2023-05-02, 14:05 Yes, look into dcmnet/apps/getscu.cc how to do that.

BR, Michael
As I understood:

If we use sendCGETRequest() we don't need to run "storescp -v 11112".

is it true?
by omeryildiz
Thu, 2023-05-04, 10:40
Forum: DCMTK - General
Topic: Download the MR image from a PACS server and save it in jpeg format.
Replies: 22
Views: 31823

Re: Download the MR image from a PACS server and save it in jpeg format.

Hi, The www.dicomserver.co.uk server was good. But, why it can fail with error from other server? movescu -v -S -k 0008,0052=STUDY -aet TEST -aec TEST xx.xxx.xxx.x 104 -k 0020,000D=1.2.392.200070.696771.22.689779044903.891492548 --debug D: $dcmtk: movescu v3.6.7+ DEV $ D: D: Request Parameters: D: =...
by omeryildiz
Tue, 2023-05-02, 11:56
Forum: DCMTK - General
Topic: Download the MR image from a PACS server and save it in jpeg format.
Replies: 22
Views: 31823

Re: Download the MR image from a PACS server and save it in jpeg format.

Thanks,

Can it also save with sendCGETRequest from PACS server?
by omeryildiz
Tue, 2023-05-02, 11:35
Forum: DCMTK - General
Topic: Download the MR image from a PACS server and save it in jpeg format.
Replies: 22
Views: 31823

Re: Download the MR image from a PACS server and save it in jpeg format.

It's worked for uncompressed. Thank you for your interest

why sendMOVERequest can respond like this:

Peer aborted Association (or never connected)
by omeryildiz
Tue, 2023-05-02, 09:59
Forum: DCMTK - General
Topic: Download the MR image from a PACS server and save it in jpeg format.
Replies: 22
Views: 31823

Re: Download the MR image from a PACS server and save it in jpeg format.

sendMOVERequest's responsed with: (0000,0902) LO [Pixel data too long to be represented in uncompressed form] # 58, 1 ErrorComment storescp -v 11112 -aet TEST-SCU --debug D: $dcmtk: storescp v3.6.7+ DEV $ D: D: Association Received: 41 D: setting network send timeout to 60 seconds D: setting network...
by omeryildiz
Tue, 2023-05-02, 09:37
Forum: DCMTK - General
Topic: Download the MR image from a PACS server and save it in jpeg format.
Replies: 22
Views: 31823

Re: Download the MR image from a PACS server and save it in jpeg format.

firewall is blocking it. I fixed it. now storescp responded with: I: Association Received I: Association Acknowledged (Max Send PDV: 65524) I: Received Store Request (MsgID 26812, VVm) RECV: E: Store SCP Failed: 0006:0317 Peer aborted Association (or never connected) Thank you for your interest. I'm...
by omeryildiz
Fri, 2023-04-28, 16:12
Forum: DCMTK - General
Topic: Download the MR image from a PACS server and save it in jpeg format.
Replies: 22
Views: 31823

Re: Download the MR image from a PACS server and save it in jpeg format.

Thanks,

Yes. I worked.

storescp -v 11112

But it didn't. "IP xxx.xx.xxx?" do you mean it won't be localhost?
by omeryildiz
Fri, 2023-04-28, 13:57
Forum: DCMTK - General
Topic: Download the MR image from a PACS server and save it in jpeg format.
Replies: 22
Views: 31823

Download the MR image from a PACS server and save it in jpeg format.

Hello, I tried the code in the link below. https://support.dcmtk.org/redmine/projects/dcmtk/wiki/Howto_DcmSCU sendFINDRequest and sendECHORequest work just fine. But sendMOVERequest is not working and status data "(0000.0902) LO [A connection attempt failed because the connected party did not p...