Search found 2503 matches

by J. Riesmeier
Fri, 2011-09-16, 17:48
Forum: DCMTK - General
Topic: storescp and negotiating transfer syntaxes
Replies: 1
Views: 3037

As far as I remember, the order of transfer syntaxes defined for a certain presentation context is significant. In other words, the storescp (when used with a configuration file) prefers the first transfer syntax of a presentation context that matches the SCU's proposal. [[TransferSyntaxes]] [Uncomp...
by J. Riesmeier
Fri, 2011-09-16, 16:28
Forum: DCMTK - General
Topic: Noise removal
Replies: 19
Views: 24838

Is there a tool set in DCMTK library that I can use to correct/filter this noise from the original dcm file?
This depends on whether the problem is caused by the pixel data itself or by the other attributes from image pixel module (e.g. the various color/grayscale transformations).
by J. Riesmeier
Fri, 2011-09-16, 15:27
Forum: DCMTK - General
Topic: findscu limit on query results returned?
Replies: 2
Views: 5033

Have you checked whether the limit comes from the PACS? findscu does not limit the number of responses unless you use option --cancel.
by J. Riesmeier
Fri, 2011-09-16, 09:10
Forum: DCMTK - Installation
Topic: Shared library compilation v3.6.0
Replies: 9
Views: 14412

Is there any plan to support shared libraries but for windows?
Yes, it is on our to-do list. Thank you for your suggestions.
by J. Riesmeier
Fri, 2011-09-16, 09:09
Forum: DCMTK - General
Topic: Structured Report
Replies: 2
Views: 3447

It seems that you really have no idea what DICOM Structured Reporting is and what it is not. So, you should probably start reading a good book on this topic. Maybe, an encapsulated PDF document (see pdf2dcm) is more appropriate for your purposes.
by J. Riesmeier
Fri, 2011-09-16, 09:06
Forum: DCMTK - General
Topic: findAndGetOFStringArray difference between 3.5.5_20090818 and 3.5.5_20091222
Replies: 1
Views: 2649

This line here is the reason for your problems: sprintf(GetCharValue, "%s", GetStringValue); GetStringValue is an instance of a C++ string class (same interface than standard string), so you have to call the method c_str() in order to get the char*. Your code used to work in previous versi...
by J. Riesmeier
Tue, 2011-09-13, 08:46
Forum: DCMTK - General
Topic: dcmpsprt
Replies: 1
Views: 4051

I agree that the documentation of "dcmpsprt" could be more detailed. So, I've put down a note on our to-do list ... This tool was meant as a sample program for the DICOM print management part that is used within DICOMscope. Btw, many of your questions would probably be answered if you woul...
by J. Riesmeier
Mon, 2011-09-12, 14:27
Forum: DCMTK - General
Topic: Reading and writing Dicom RT structure
Replies: 2
Views: 4448

... this has changed in the meantime as you can see in the DCMRT forum.
by J. Riesmeier
Mon, 2011-09-12, 11:24
Forum: DCMTK - General
Topic: Using dcmqrscp.exe
Replies: 3
Views: 5130

As I've no idea what the "Mathlab DICOM server connection" does, have you already checked what the error/debug output of dcmqrscp is? Are you sure that you are using the configured AE title for the move ...
by J. Riesmeier
Sun, 2011-09-11, 13:28
Forum: DCMTK - General
Topic: Issue with storescp and "promiscuous" mode
Replies: 10
Views: 15539

DICOM defines conformance on the SOP class level, i.e. as soon as an SCP accepts a SOP class (during the association negotiation) it has to (fully) support it. So, checking the message type only is a step too late. This is also the reason why storescp aborts when receiving anything else than C-ECHO ...
by J. Riesmeier
Fri, 2011-09-09, 21:11
Forum: DCMTK - General
Topic: Issue with storescp and "promiscuous" mode
Replies: 10
Views: 15539

It seems like it would be preferable for promiscuous mode to only accept unknown storage SOP classes (or at least make this configurable). Yes, unfortunately, this information (storage SOP class or not) cannot be derived from a private SOP class UID. For me it is not a big deal, since there is a sm...
by J. Riesmeier
Fri, 2011-09-09, 20:53
Forum: DCMTK - General
Topic: Issue with storescp and "promiscuous" mode
Replies: 10
Views: 15539

I cloned the master branch of DCMTK, compiled, and retested (with the same data set, so no non-standard SOP Clasees) That was really a good idea because now we know what the details of the N-ACTION-REQUEST message are: D: ===================== INCOMING DIMSE MESSAGE ==================== D: Message ...
by J. Riesmeier
Fri, 2011-09-09, 16:03
Forum: DCMTK - General
Topic: create one Dicom file from multiple images
Replies: 18
Views: 22318

Here is the reason for the rejection:
Client host rejected: cannot find your hostname
Our mail server does not talk to other systems that are not correctly configured (e.g. no DNS entry) in order to avoid too much SPAM.
i 'll try my private email
That's probably a good idea.
by J. Riesmeier
Fri, 2011-09-09, 15:23
Forum: DCMTK - General
Topic: Using dcmqrscp.exe
Replies: 3
Views: 5130

Did you read and follow the instructions on how to setup "dcmqrscp"? It is also available online.
by J. Riesmeier
Fri, 2011-09-09, 15:15
Forum: DCMTK - Installation
Topic: Installed DCMTK on Mac OSX Lion (I think), now what?
Replies: 21
Views: 32911

You could also check whether CMake works on your system (if you've installed this package). So, start with a freshly unpacked DCMTK source code package (e.g. ~/dcmtk-3.6.0). Then create a new build directory (e.g. ~/dcmtk-build) and change to this directory (cd ~/dcmtk-build). Then call "cmake ...