Search found 1446 matches

by Marco Eichelberg
Thu, 2005-11-17, 12:54
Forum: DCMTK - General
Topic: dcmprscu related database query
Replies: 1
Views: 3246

The dcmprscu tool has nothing to do with DCMPRINT, I will, therefore, move this discussion to the DCMTK folder. The "index.dat" file is created or updated, for example, when you use the dcmpsprt tool to prepare a print job. The location of this file is defined in the configuration file tha...
by Marco Eichelberg
Mon, 2005-11-14, 11:06
Forum: DCMPRINT
Topic: Print SCU
Replies: 5
Views: 22185

There is no tool called "printscu.exe", neither in DCMPRINT nor in the public DICOM toolkit (DCMTK). The public toolkit contains a print client named "dcmprscu" and the DCMPRINT module has a totally different print client named "tcpprt". Both print clients require a con...
by Marco Eichelberg
Mon, 2005-11-14, 10:49
Forum: DCMTK - General
Topic: Private Tag File in dcmdata/libsrc == DCMDICTPATH variable?
Replies: 1
Views: 3241

If you have created your own private dictionary, you can load that in addition to the other dictionary file(s) the DCMTK tools load. On Posix platforms, by default, /usr/local/dicom/lib/dicom.dic is loaded and private.dic is not. This behaviour can be modified through the DCMDICTPATH environment var...
by Marco Eichelberg
Mon, 2005-11-07, 10:37
Forum: DCMTK - Installation
Topic: cant build dcmtk
Replies: 3
Views: 6895

Your life would probably be easier if you would read the installation instructions, and these are present in a text file named "INSTALL" in the DCMTK source code package.
by Marco Eichelberg
Thu, 2005-11-03, 10:18
Forum: DCMTK - General
Topic: How to set parameters of imagectn?
Replies: 3
Views: 4619

There is no C-GET client in DCMTK, and actually I have never seen any other C-GET client. This is still a very rare thing. The imagectn application provides experimental support for C-GET, but since there is no client to test with, it is quite likely that there are still problems. The problem you re...
by Marco Eichelberg
Thu, 2005-11-03, 10:14
Forum: DCMTK - Installation
Topic: Lingking error:2019,can't figure it out
Replies: 2
Views: 5401

The missing functions here are Winsock functions - they should be in the wsock32 library. Maybe you are not linking the libraries in the right order?
by Marco Eichelberg
Wed, 2005-11-02, 14:09
Forum: DCMTK - General
Topic: How to set parameters of imagectn?
Replies: 3
Views: 4619

In order to use C-GET, your client needs to negotiate C-GET as an SCU and in the same association all of the Storage SOP Classes that might be needed to retrieve the requested images, in this case with the SCP role using SCP/SCU role negotiation. This seems not to have taken place.
by Marco Eichelberg
Wed, 2005-11-02, 14:06
Forum: DCMTK - Installation
Topic: Precompiled libraries for /MD and /MDd?
Replies: 3
Views: 5748

zlib compression can be used both for network transmission and for file storage, but both functions are independent of each other. The "zlib transfer syntax" indeed applies zlib compression to all of the dataset, including the image pixel data. Also thanks for the comment on the movescu ma...
by Marco Eichelberg
Tue, 2005-11-01, 12:40
Forum: Other DICOM Tools
Topic: Can my Laptop act as a Pacs just to test it??
Replies: 3
Views: 11660

If it's a CAT5 cable then it probably does not go to the PACS, but to a network switch or hub. In principle what you want is possible if you can unhook the imaging modality from the network. Create a direct connection to your laptop (will need a cross-link cable), configure your laptop to use the IP...
by Marco Eichelberg
Mon, 2005-10-31, 10:33
Forum: Other DICOM Tools
Topic: Can my Laptop act as a Pacs just to test it??
Replies: 3
Views: 11660

In principle, yes, but this may require modifications to the system configuration at the modality or PACS system, or both, depending on what exactly you want to test.
by Marco Eichelberg
Mon, 2005-10-31, 10:32
Forum: DCMTK - Installation
Topic: Precompiled libraries for /MD and /MDd?
Replies: 3
Views: 5748

By default all libraries except libxml are configured as "on" in the CMake project files, and you would indeed need to have all external libraries compiled for /MD and /MDd if you wanted to use them with a DCMTK version compiled with this setting. Unfortunately, we do not have pre-compiled...
by Marco Eichelberg
Thu, 2005-10-27, 09:18
Forum: DCMTK - General
Topic: movescu error, while findscu and echoscu works fine
Replies: 6
Views: 10417

The error message "movescu: cannot create network" indeed indicates that something has gone wrong during the initialization of the application. Most likely, the creation of the listen socket (function "initializeNetworkTCP" in dcmnet/libsrc/dimse.cc) has failed for some reason I ...
by Marco Eichelberg
Wed, 2005-10-26, 09:40
Forum: DCMTK - General
Topic: Duplicate tags found in image
Replies: 1
Views: 3325

Warnings about duplicate elements and elements sent out of order are indicating severe violations of the DICOM encoding rules. First of all you should report this to the manufacturer of the device that has produced the images - duplicate "versions" of attributes such as columns, rows etc. ...
by Marco Eichelberg
Wed, 2005-10-26, 09:31
Forum: DCMTK - General
Topic: Multiple Files as a single entry
Replies: 2
Views: 3583

Your questions are not really related to DCMTK, this rather sounds like a general DICOM question that should be posted to the DICOM discussion forum at comp.protocols.dicom . To give you a short reply here, in the normal CT/MR SOP class, each slice is a separate DICOM object and stored in a separate...
by Marco Eichelberg
Wed, 2005-10-26, 09:28
Forum: DCMTK - General
Topic: Stuck storescu's
Replies: 7
Views: 8860

We have never observed such behaviour indeed - and to my knowledge nobody has reported this type of behaviour either by e-mail or in this forum before. That of course does not mean that there is nothing wrong with our code, but at least it seems to be a rather rare problem. For your information, the...