Search found 1938 matches
- Mon, 2023-02-06, 10:38
- Forum: DCMTK - General
- Topic: 0xa900: Error: Refused - Data Set does not match SOP Class
- Replies: 11
- Views: 109
Re: 0xa900: Error: Refused - Data Set does not match SOP Class
Ok, whatever the problem with the other "store mode" was...
- Fri, 2023-02-03, 16:51
- Forum: DCMTK - General
- Topic: 0xa900: Error: Refused - Data Set does not match SOP Class
- Replies: 11
- Views: 109
Re: 0xa900: Error: Refused - Data Set does not match SOP Class
Thank you. The network log looks OK from what I can say, i.e. there is nothing obviously wrong. However, note that in the log you have the error with the image with SOP Instance UID 1.2.392.200036.9116.2.6.1.48.1211005721.1675075195.667504 while in the dump you sent in your first post the image has ...
- Fri, 2023-02-03, 00:07
- Forum: DCMTK - General
- Topic: 0xa900: Error: Refused - Data Set does not match SOP Class
- Replies: 11
- Views: 109
Re: 0xa900: Error: Refused - Data Set does not match SOP Class
Hey, this seems to be unrelated to your original question. In the log you send last, a CT file is transferred: 2023-02-02 13:27:22.462 INFO - dcmqrdb - ===================== INCOMING DIMSE MESSAGE ==================== 2023-02-02 13:27:22.462 INFO - dcmqrdb - Message Type : C-STORE RQ 2023-02-02 13:2...
- Thu, 2023-02-02, 16:16
- Forum: DCMTK - General
- Topic: 0xa900: Error: Refused - Data Set does not match SOP Class
- Replies: 11
- Views: 109
Re: 0xa900: Error: Refused - Data Set does not match SOP Class
Hi,
thanks, what I would need to see is the association negotiation log, i.e. the SOP Class and transfer syntax negotiation that takes place at the beginning of the connection.
Best,
Michael
thanks, what I would need to see is the association negotiation log, i.e. the SOP Class and transfer syntax negotiation that takes place at the beginning of the connection.
Best,
Michael
- Thu, 2023-02-02, 15:20
- Forum: DCMTK - General
- Topic: 0xa900: Error: Refused - Data Set does not match SOP Class
- Replies: 11
- Views: 109
Re: 0xa900: Error: Refused - Data Set does not match SOP Class
I think we also need association negotiation to answer your question.
The image is a Secondary Capture image. Maybe the something else than Secondary Capture Image Storage SOP Class has been negotiated but the Secondary Capture has then been sent?
Best regards,
Michael
The image is a Secondary Capture image. Maybe the something else than Secondary Capture Image Storage SOP Class has been negotiated but the Secondary Capture has then been sent?
Best regards,
Michael
- Mon, 2023-01-23, 15:46
- Forum: DCMTK - General
- Topic: Looking for storescp modifying suggestions
- Replies: 1
- Views: 54
Re: Looking for storescp modifying suggestions
Hi,
it's not possible to do what you like to do with storescp, or any other tool or tool combination in DCMTK.
You would need to write your own DCMTK tool in C++ to achieve the desired functionality.
Best regards,
Michael
it's not possible to do what you like to do with storescp, or any other tool or tool combination in DCMTK.
You would need to write your own DCMTK tool in C++ to achieve the desired functionality.
Best regards,
Michael
- Mon, 2023-01-09, 12:54
- Forum: DCMTK - General
- Topic: DCMTK worklist configuration
- Replies: 12
- Views: 1549
- Mon, 2023-01-09, 10:27
- Forum: DCMTK - General
- Topic: DCMTK worklist configuration
- Replies: 12
- Views: 1549
Re: DCMTK worklist configuration
Hi, ouh, that one is on me. Try this one please . If it does not work, you must re-compile the source code yourself. On Linux, ensure you have at least packages cmake, git, g++ and gcc installed. I hope that is enough. Then, on the command line do: git clone git://git.dcmtk.org/dcmtk.git cd dcmtk mk...
- Fri, 2023-01-06, 10:39
- Forum: DCMTK - General
- Topic: DCMTK worklist configuration
- Replies: 12
- Views: 1549
Re: DCMTK worklist configuration
Yes, that should work.
Here is the Ubuntu binary. I tried to make it as portable as possible but it still can happen that it does not start on your Linux system (though I also have Ubuntu 22).
Let me know whether this works.
Best regards,
Michael
Here is the Ubuntu binary. I tried to make it as portable as possible but it still can happen that it does not start on your Linux system (though I also have Ubuntu 22).
Let me know whether this works.
Best regards,
Michael
- Fri, 2023-01-06, 08:18
- Forum: DCMTK - General
- Topic: DCMTK worklist configuration
- Replies: 12
- Views: 1549
Re: DCMTK worklist configuration
Hi,
You would have to build the source code yourself using GCC or clang.
I can also provide a linux Ubuntu 22 binary to you that probably also runs on your system.
Best regards,
Michael
You would have to build the source code yourself using GCC or clang.
I can also provide a linux Ubuntu 22 binary to you that probably also runs on your system.
Best regards,
Michael
- Thu, 2023-01-05, 14:05
- Forum: DCMTK - General
- Topic: DCMTK worklist configuration
- Replies: 12
- Views: 1549
Re: DCMTK worklist configuration
Hi Jurijs, it's not difficult to add tags (though not planned) but due to the way it is implemented one has to modify the source code. One should maybe make this configurable via text file or so, but this is what we have right now... Since I was busy on DCMTK anyway, I added Institutional Department...
- Wed, 2023-01-04, 11:55
- Forum: DCMTK - General
- Topic: DCMTK worklist configuration
- Replies: 12
- Views: 1549
Re: DCMTK worklist configuration
Hi,
what does not work?
Best regards,
Michael
what does not work?
Best regards,
Michael
- Thu, 2022-12-15, 10:18
- Forum: DCMTK - General
- Topic: sendEchoRequest anwers with an abort
- Replies: 11
- Views: 449
Re: sendEchoRequest anwers with an abort
Ok, problem solved, have fun with implementation 

- Thu, 2022-12-15, 10:17
- Forum: DCMTK - Installation
- Topic: How to solve the cmake configure error since the dcmtk-3.6.2 to dcmtk-3.6.7? Thanks
- Replies: 5
- Views: 507
Re: How to solve the cmake configure error since the dcmtk-3.6.2 to dcmtk-3.6.7? Thanks
Hi, sorry for the waiting time; actually I think it's just a CMake bug that has been fixed meanwhile, so I don't think it's worth to care about that specific CMake version. However, thank you for taking time to analyze this! I guess users with a similar problem can benefit from it. Best regards, Mic...
- Tue, 2022-12-06, 15:21
- Forum: DCMTK - General
- Topic: Sort based on AE Title
- Replies: 10
- Views: 335
Re: Sort based on AE Title
I tried it at least with commands that don't have special characters at all.