Search found 2504 matches

by J. Riesmeier
Thu, 2011-09-22, 15:47
Forum: DCMTK - General
Topic: DICOMDIR (again)
Replies: 2
Views: 4382

With the latest snapshot (from today) we've tried to enhance the performance of the DICOMDIR code significantly. Could you please check? Thanks!
by J. Riesmeier
Thu, 2011-09-22, 15:45
Forum: DCMTK - General
Topic: DcmStack vs stack of STL
Replies: 4
Views: 6472

It took some time, but finally we've managed to enhance the performance of the DICOMDIR code significantly: Could you please check the latest DCMTK snapshot (from today)? Thanks.
by J. Riesmeier
Thu, 2011-09-22, 15:43
Forum: DCMTK - General
Topic: DICOMDIR loading time(around 12 mins to load 18 MB DICOMDIR)
Replies: 5
Views: 6420

To the original poster ("angad"): Could you please check the latest DCMTK snapshot (from today)? We've tried to enhance the performance significantly. Thanks.
by J. Riesmeier
Thu, 2011-09-22, 09:49
Forum: DCMTK - General
Topic: insufficient output of storescu
Replies: 5
Views: 5368

Thank you for the feedback. We've now also moved the status detail information (if any) from the "warning" to the "debug" level. This is now consistent for all DCMTK network tools.
by J. Riesmeier
Thu, 2011-09-22, 09:20
Forum: DCMTK - General
Topic: insufficient output of storescu
Replies: 5
Views: 5368

Here's the modification I've just committed. This is more in accordance with the other DCMTK network tools (at least with some of them :-).
by J. Riesmeier
Thu, 2011-09-22, 09:15
Forum: DCMTK - General
Topic: Noise removal
Replies: 19
Views: 24940

Maybe, it's too obvious but images of the SOP Class DigitalMammographyXRayImageStorage ForProcessing are not meant to be displayed. This is the reason why there is another SOP Class called DigitalMammographyXRayImageStorage ForPresentation . The latter (your "Control Image") is displayed c...
by J. Riesmeier
Thu, 2011-09-22, 08:43
Forum: DCMTK - General
Topic: insufficient output of storescu
Replies: 5
Views: 5368

Thank you for your proposal. However, are you sure that something changed in this regard between DCMTK 3.5.4 and 3.6.0? Here's the relevant code fragment from storescu 3.5.4: /* finally conduct transmission of data */ cond = DIMSE_storeUser(assoc, presId, &req, NULL, dcmff.getDataset(), progress...
by J. Riesmeier
Thu, 2011-09-22, 07:54
Forum: DCMTK - General
Topic: Bogus Huffman table definition
Replies: 11
Views: 15513

So, could you please tell us what was wrong and what you changed, i.e. could you provide a patch, so we can fix this bug also in the DCMTK. And, are you really sure that this issue was not caused by the DICOM image you've processed?
by J. Riesmeier
Wed, 2011-09-21, 16:01
Forum: DICOMscope - General
Topic: ENH MR images Window Level
Replies: 1
Views: 11755

Have you seen how old DICOMscope is? Do you think it is likely that DICOMscope supports the enhanced multiframe paradigm?
by J. Riesmeier
Wed, 2011-09-21, 11:25
Forum: DCMTK - Installation
Topic: Installed DCMTK on Mac OSX Lion (I think), now what?
Replies: 21
Views: 32951

I guess we've solved this issue now by simply removing the version check for "darwin". See the corresponding commit.

I hope that this fix also work on your system. We would appreciate your feedback!
by J. Riesmeier
Wed, 2011-09-21, 08:07
Forum: DCMTK - General
Topic: Memory leaks (windows) in dcmtk-3.6.1_20110225.tar.gz
Replies: 12
Views: 15395

You are right. I guess this is the corresponding commit . It has been introduced in order to solve other issues that were present with the "old approach". Of course, the global data dictionary is cleared in the destructor of the class, but that's too late for most memory leak checking tool...
by J. Riesmeier
Wed, 2011-09-21, 08:04
Forum: DCMTK - General
Topic: Bogus Huffman table definition
Replies: 11
Views: 15513

So, does that mean that there is/was a bug in the dcmjpeg module, which is based on the IJG library, or is the image buggy?
by J. Riesmeier
Tue, 2011-09-20, 20:28
Forum: DCMTK - General
Topic: Memory leaks (windows) in dcmtk-3.6.1_20110225.tar.gz
Replies: 12
Views: 15395

Some of the DCMTK command line tools contain the following code at the end of the main function (before return): #ifdef DEBUG dcmDataDict.clear(); /* useful for debugging with dmalloc */ #endif Maybe, this is also useful to convince your checking tool that there is no memory leak. The problem is tha...
by J. Riesmeier
Tue, 2011-09-20, 08:14
Forum: DCMTK - General
Topic: Bogus Huffman table definition
Replies: 11
Views: 15513

Have you already checked the source code of "dcmjpeg" for this kind of error code?
by J. Riesmeier
Tue, 2011-09-20, 08:10
Forum: DCMTK - General
Topic: findscu - Required vs Unique Keys
Replies: 1
Views: 2638

First of all, these tags are only required to be supported by the server (SCP). The client (SCU) can always decide what to query for.
Secondly, range matching is not defined for Patient ID (it is only defined for date and time fields).