the libs within DICOM ToolKit (DCMTK)

All other questions regarding DCMTK

Moderator: Moderator Team

Post Reply
Message
Author
Patric
Posts: 1
Joined: Wed, 2006-01-04, 22:03

the libs within DICOM ToolKit (DCMTK)

#1 Post by Patric »

I want to know whether the libs within DICOM ToolKit (DCMTK) are independent with each other. For example, I am not intersted in network function, thus I will not include this library with my program.

thanks,

Patric

Michael Onken
DCMTK Developer
Posts: 2054
Joined: Fri, 2004-11-05, 13:47
Location: Oldenburg, Germany
Contact:

#2 Post by Michael Onken »

Hi Patric,

there are the following dependencies:

config - (no module dependencies)
ofstd - config
dcmdata - ofstd
dcmimgle - dcmdata [zlib, xml]
dcmimage - dcmimgle [tiff, png]
dcmjpeg - dcmimage [ijg]
dcmsr - dcmdata [xml]
dcmsign - dcmdata [openssl]
dcmtls - dcmdata [openssl]
dcmnet - dcmtls [libwrap]
dcmpstat - dcmimage, dcmsr, dcmsign, dcmqrdb
dcmqrdb - dcmnet
dcmwlm - dcmnet

Of course the dependencies are recursive, e. g. dcmdata depends on config, too. The libraries in brackets are not part of the DCMTK but can be (sometimes optionally) linked to the corresponding modules.

As you might see, all of the modules depend on ofstd and dcmdata at the end, so you'll need these two most of the time. dcmnet is needed only by modules with some kind of network support.

Michael Onken
DCMTK Developer
Posts: 2054
Joined: Fri, 2004-11-05, 13:47
Location: Oldenburg, Germany
Contact:

#3 Post by Michael Onken »

I just noticed, that there is also an entry in the FAQ:

viewtopic.php?t=36

Michael

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Google [Bot] and 1 guest