• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

config/include/H02-Aug-2021-423339

dcmdata/H02-Aug-2021-56,14841,181

dcmimgle/H02-Aug-2021-22,44713,205

ofstd/H02-Aug-2021-10,1375,150

tests/H03-May-2022-7270

.NoDartCoverageH A D02-Aug-20210

CHANGES.352H A D02-Aug-2021129.8 KiB3,8133,297

COPYRIGHTH A D02-Aug-202111.2 KiB259237

FAQH A D02-Aug-202117 KiB403320

HISTORYH A D02-Aug-20213.5 KiB6555

INSTALLH A D02-Aug-202116.5 KiB379293

READMEH A D02-Aug-20211.7 KiB4131

README.v3pH A D02-Aug-2021312 86

README

1
2DCMTK
3
4This DICOM ToolKit (DCMTK) package consists of source code, documentation
5and installation instructions for a set of software libraries and
6applications implementing part of the DICOM/MEDICOM Standard.
7
8DCMTK contains the following sub-packages, each in its own sub-directory:
9
10    config   - configuration utilities for dcmtk
11    dcmdata  - a data encoding/decoding library and utility apps
12    dcmimage - adds support for color images to dcmimgle
13    dcmimgle - an image processing library and utility apps
14    dcmjpeg  - a compression/decompression library and utility apps
15    dcmnet   - a networking library and utility apps
16    dcmpstat - a presentation state library and utility apps
17    dcmsign  - a digital signature library and utility apps
18    dcmsr    - a structured report library and utility apps
19    dcmtls   - security extensions for the network library
20    dcmwlm   - a modality worklist database server
21    imagectn - an image database server
22    ofstd    - a library of general purpose classes
23
24Each sub-directory (except config) contains further sub-directories for
25application source code (apps), library source code (libsrc), library
26include files (include), documentation (docs, htmldocs) and optional
27test programs (tests).
28
29To build and install the DCMTK package see the INSTALL file.
30For copyright information see the COPYRIGHT file.
31For information about the history of this software see the HISTORY file.
32For answers to some frequently asked questions see the FAQ file.
33
34If you find bugs or other problems with this software we would appreciate
35hearing about them.  Please send electronic mail to:
36
37        dicom-bugs@offis.de
38
39Please try to describe the problem in detail and if possible give a
40suggested fix.
41

README.v3p

1This is just a subset of the full DCMTK. I extracted only the source
2files and header files that were necessary to build the dcmimgle library.
3I converted the configure tests into CMake try compile tests, with the
4resulting configuration header generated from
5config/include/osconfig_cmake.h.in.
6
7Amitha Perera.
8