Ok thank you very much. Probably my colleague who wrote the test should check this more thoroughly. We'll get back to you.
Best regards
Michael
Search found 1805 matches
- Fri, 2021-04-09, 08:01
- Forum: DCMTK - General
- Topic: dcmtls_scp_pool_tls test instability?
- Replies: 7
- Views: 57
- Thu, 2021-04-08, 16:02
- Forum: DCMTK - General
- Topic: dcmtls_scp_pool_tls test instability?
- Replies: 7
- Views: 57
Re: dcmtls_scp_pool_tls test instability?
Hi, thank you for trying this. I just realized the problem is in dcmtk/dcmtls/tests/tscuscptls.cc which a colleague wrote (I did not notice it before thats way the "tls" slipped through my attention when reading your report), sorry. I / we have to check the tscuscptls.cc test as well. My first try w...
- Thu, 2021-04-08, 12:03
- Forum: DCMTK - General
- Topic: dcmtls_scp_pool_tls test instability?
- Replies: 7
- Views: 57
Re: dcmtls_scp_pool_tls test instability?
Hi Troels, so far no instability I know of. Since the test uses client and server threads that interact with each other, I guess there is a timing problem. My first guess is that the problem is the following line in the test (dcmtk/dcmnet/tests/tpool.cc): OFStandard::sleep(5) Since this can be inter...
- Tue, 2021-04-06, 10:45
- Forum: DCMTK - General
- Topic: dcmjpeg encoder crashes on EPI_YBR_RCT and EPI_YBR_ICT
- Replies: 10
- Views: 143
Re: dcmjpeg encoder crashes on EPI_YBR_RCT and EPI_YBR_ICT
-Wall is not part of our CMake configuration right now. We consider to enable it per default.
Best regards,
Michael
Best regards,
Michael
- Thu, 2021-03-25, 16:48
- Forum: DCMTK - General
- Topic: Unexpected exit code using dcmftest
- Replies: 1
- Views: 24
Re: Unexpected exit code using dcmftest
Hi,
Thank you for the report! We'll fix this and let you know once it's online.
Best regards,
Michael
Thank you for the report! We'll fix this and let you know once it's online.
Best regards,
Michael
- Mon, 2021-03-22, 17:08
- Forum: DCMTK - General
- Topic: Puzzling MWL query result in production vs. test environment
- Replies: 2
- Views: 81
Re: Puzzling MWL query result in production vs. test environment
Hi, the problem is in your query: In the query file you have Scheduled Procedure Step Start Date (empty) within the sequence. That is actually the place where it belongs to. In your command line, however, you set the same attribute at main dataset level, i.e. outside the sequence, with a value (2021...
- Tue, 2021-03-02, 18:00
- Forum: DCMTK - General
- Topic: looking for help with modality worklist queries
- Replies: 2
- Views: 157
Re: looking for help with modality worklist queries
Hi, the search functionality is currently broken for some terms, especially those returning lots of results. OFFIS knows about the problem and is about to fix that. Sorry for now. A basic worklist request (just that you have something to play with) would be: findscu -W <ip> <port> -k PatientName -k ...
- Fri, 2021-02-26, 15:07
- Forum: DCMTK - Installation
- Topic: Precompiled dcmtk-tls raises glibc error on Ubuntu (different versions)
- Replies: 6
- Views: 251
Re: Precompiled dcmtk-tls raises glibc error on Ubuntu (different versions)
Thank you for reporting!
We are trying to fix this anyway, of course, and let you know if/once there are updated binaries.
Best regards,
Michael
We are trying to fix this anyway, of course, and let you know if/once there are updated binaries.
Best regards,
Michael
- Wed, 2021-02-24, 13:23
- Forum: DCMTK - Installation
- Topic: Precompiled dcmtk-tls raises glibc error on Ubuntu (different versions)
- Replies: 6
- Views: 251
Re: Precompiled dcmtk-tls raises glibc error on Ubuntu (different versions)
Hi,
no idea where this comes from. I tried on my (up-to-date) Ubuntu machine and the call you mentioned worked.
I hope someone else comes up with an idea.
Best regards,
Michael
P.S: At least a "bug" causing some fun -- installed pacman as well, thanks for the tip
no idea where this comes from. I tried on my (up-to-date) Ubuntu machine and the call you mentioned worked.
I hope someone else comes up with an idea.
Best regards,
Michael
P.S: At least a "bug" causing some fun -- installed pacman as well, thanks for the tip

- Mon, 2021-02-22, 14:06
- Forum: DCMTK - General
- Topic: Error using "dcmmkdir"
- Replies: 2
- Views: 135
Re: Error using "dcmmkdir"
Hi,
should do the trick for a single file. For all files in a directory (or even recursive directories) you would need to do this for each file or write a script that does the work for you.
Best regards,
Michael
Code: Select all
dcmconv +te implicit.dcm explicit.dcm
Best regards,
Michael
- Fri, 2021-02-19, 08:03
- Forum: DCMTK - General
- Topic: DcmSCPPool, stopAfterCurrentAssociations not working
- Replies: 3
- Views: 157
Re: DcmSCPPool, stopAfterCurrentAssociations not working
Hi Renu,
it's hard to tell what goes wrong.
Maybe you could compare your code to the one of dcmnet/tests/tpool.cc where some of the tests uses the stopAfterCurrentAssociation() option.
Best regards,
Michael
it's hard to tell what goes wrong.
Maybe you could compare your code to the one of dcmnet/tests/tpool.cc where some of the tests uses the stopAfterCurrentAssociation() option.
Best regards,
Michael
- Thu, 2021-02-18, 16:44
- Forum: DCMTK - General
- Topic: DcmSCPPool, stopAfterCurrentAssociations not working
- Replies: 3
- Views: 157
Re: DcmSCPPool, stopAfterCurrentAssociations and setOutputDirectory
Hi, do you have non-blocking mode configured? If I remember correctly, it is required to stop after the association. DcmSCPConfig& config = pool.getConfig(); config.setConnectionBlockingMode(DUL_NOBLOCK); ... A new top is started on the top left, there should be a button "New Topic". Best regards, M...
- Mon, 2021-01-25, 13:34
- Forum: Announcements
- Topic: DCMTK 3.6.6 available for public release
- Replies: 0
- Views: 302
DCMTK 3.6.6 available for public release
ANNOUNCEMENT Version 3.6.6 of the OFFIS DCMTK (DICOM ToolKit) software is now available for public release. This release includes the following main changes over the previous version 3.6.5: - DCMTK 3.6.6 builds correctly on older and up-to-date versions of GNU gcc (4.2.1 to 10.2.0) Clang (3.4.2 to 1...
- Thu, 2020-08-06, 08:30
- Forum: DCMTK - General
- Topic: Bug in DcmPersonName::writeJson
- Replies: 4
- Views: 555
Re: Bug in DcmPersonName::writeJson
Hi Shaeto,
thank you for the report, I added an entry to the bug tracker for now.
Best regards,
Michael
thank you for the report, I added an entry to the bug tracker for now.
Best regards,
Michael
- Thu, 2020-07-23, 07:17
- Forum: DCMTK - General
- Topic: Combining multiple images into single multi-frame
- Replies: 2
- Views: 507
Re: Combining multiple images into single multi-frame
Hi, I think the best approach is to look into the dcmcjpeg application or more exactly, into the class that handles the encoding in dcmjpeg/libsrc/djcodece.cc. Look for example into DJCodecEncoder::encodeColorImage(...) that shows how you can construct a pixel sequence from scratch. Best regards, Mi...