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
Search found 1933 matches
- Mon, 2023-01-23, 15:46
- Forum: DCMTK - General
- Topic: Looking for storescp modifying suggestions
- Replies: 1
- Views: 27
- Mon, 2023-01-09, 12:54
- Forum: DCMTK - General
- Topic: DCMTK worklist configuration
- Replies: 12
- Views: 258
- Mon, 2023-01-09, 10:27
- Forum: DCMTK - General
- Topic: DCMTK worklist configuration
- Replies: 12
- Views: 258
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: 258
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: 258
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: 258
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: 258
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: 418
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: 426
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: 314
Re: Sort based on AE Title
I tried it at least with commands that don't have special characters at all.
- Tue, 2022-12-06, 12:46
- Forum: DCMTK - General
- Topic: Sort based on AE Title
- Replies: 10
- Views: 314
Re: Sort based on AE Title
Hi Tullhead, I tried this on Windows now and I also see a problem. The same thing on linux (with mv instead of rename) works. The interpretation of the quotes in the -xcr argument seems to be the problem. I have to look at this in the debugger to see whether there is an easy fix (I will do this but ...
- Tue, 2022-12-06, 12:29
- Forum: DCMTK - General
- Topic: sendEchoRequest anwers with an abort
- Replies: 11
- Views: 418
Re: sendEchoRequest anwers with an abort
Hi Horst, good that it works now :-) 1./ Does it make sense to create 2 instances of my DCmClient (one each for the wordlist and one for storage) or just one, but always reassign the network settings? It is up to you, both should work. Personally I would create two different classes for that (DcmWor...
- Fri, 2022-12-02, 10:31
- Forum: DCMTK - General
- Topic: sendEchoRequest anwers with an abort
- Replies: 11
- Views: 418
Re: sendEchoRequest anwers with an abort
Hi Horst, sorry if this is obvious for you, but did you also check that hostname and port have meaningful values in the code, i.e. did you print them to check their values or insert "hard" values to make sure this is not the problem? It would be great if you could provide a minimal complete example ...
- Fri, 2022-12-02, 10:16
- Forum: DCMTK - General
- Topic: Sort based on AE Title
- Replies: 10
- Views: 314
Re: Sort based on AE Title
Hi, storescp (which can receive DICOM objects via C-STORE from clients) has an option which can be configured to do what you want: Option --exec-on-reception allows one to execute a certain command line after having received and processed one DICOM object (through a C-STORE-RQ message). The command ...
- Fri, 2022-12-02, 09:48
- 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: 426
Re: How to solve the cmake configure error since the dcmtk-3.6.2 to dcmtk-3.6.7? Thanks
Hi, i never saw this behaviour. Did you use the same build dir for the CMake 3.5.1 build? The only idea I had was that you were not allowed to write to the build directory (where DCMTK CMake files will create a file during the "Configure" step, and also later on on "Generate" of course). If it is re...