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

..03-May-2022-

CMake/H03-May-2022-6,2745,434

config/H03-May-2022-34,91428,409

dcmdata/H03-May-2022-161,324119,035

dcmect/H03-May-2022-5,8904,339

dcmfg/H03-May-2022-29,01319,504

dcmimage/H03-May-2022-18,81912,334

dcmimgle/H03-May-2022-28,18217,610

dcmiod/H03-May-2022-23,79414,140

dcmjpeg/H03-May-2022-101,36359,514

dcmjpls/H03-May-2022-11,5087,775

dcmnet/H03-May-2022-64,19342,014

dcmpmap/H03-May-2022-4,4912,968

dcmpstat/H03-May-2022-62,28943,787

dcmqrdb/H03-May-2022-18,64713,348

dcmrt/H03-May-2022-348,085214,073

dcmseg/H03-May-2022-6,6044,606

dcmsign/H03-May-2022-16,02010,117

dcmsr/H03-May-2022-88,06054,184

dcmtls/H03-May-2022-6,3813,937

dcmtract/H03-May-2022-5,5493,374

dcmwlm/H03-May-2022-8,6715,120

docs/H14-Jan-2021-75,63563,660

doxygen/H03-May-2022-22,80518,399

oflog/H03-May-2022-29,37017,369

ofstd/H03-May-2022-46,24726,647

.gitignoreH A D14-Jan-20211.9 KiB10294

ANNOUNCEH A D14-Jan-20214.8 KiB12192

CHANGESH A D14-Jan-2021651 1410

COPYRIGHTH A D14-Jan-202146.6 KiB1,035870

CREDITSH A D14-Jan-20213.1 KiB6546

FAQH A D14-Jan-2021100 42

HISTORYH A D14-Jan-20213.6 KiB6655

INSTALLH A D14-Jan-202147.3 KiB992786

MakefileH A D14-Jan-202136.3 KiB1,030711

READMEH A D14-Jan-20212.7 KiB6046

README.mdH A D14-Jan-20212.8 KiB3930

VERSIONH A D14-Jan-20216 21

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    dcmect   - a library for working with Enhanced CT objects
13    dcmfg    - a library for working with functional groups
14    dcmimage - adds support for color images to dcmimgle
15    dcmimgle - an image processing library and utility apps
16    dcmiod   - a library for working with information objects and modules
17    dcmjpeg  - a compression/decompression library and utility apps
18    dcmjpls  - a compression/decompression library and utility apps
19    dcmnet   - a networking library and utility apps
20    dcmpmap  - a library for working with parametric map objects
21    dcmpstat - a presentation state library and utility apps
22    dcmqrdb  - an image database server
23    dcmrt    - a radiation therapy library and utility apps
24    dcmseg   - a library for working with segmentation objects
25    dcmsign  - a digital signature library and utility apps
26    dcmsr    - a structured reporting library and utility apps
27    dcmtls   - security extensions for the network library
28    dcmtract - a library for working with tractography results
29    dcmwlm   - a modality worklist database server
30    oflog    - a logging library based on log4cplus
31    ofstd    - a library of general purpose classes
32
33Each sub-directory (except config) contains further sub-directories for
34application source code (apps), library source code (libsrc), library
35include files (include), configuration data (etc), documentation (docs),
36sample and support data (data) as well as test programs (tests).
37
38To build and install the DCMTK package see the INSTALL file.  For copyright
39information see the COPYRIGHT file.  For information about the history of
40this software see the HISTORY file.  For answers to frequently asked
41questions please consult the FAQ:
42
43        http://forum.dcmtk.org/faq/
44
45In addition to the API documentation, there is also a Wiki system where
46further information (e.g. HOWTOs) can be found:
47
48        http://support.dcmtk.org/wiki/
49
50If you find bugs or other problems with this software, we would appreciate
51hearing about them.  Please send electronic mail to:
52
53        bugs/at/dcmtk/dot/org
54
55Please try to describe the problem in detail and if possible give a
56suggested fix.  For general questions on how to compile, install or use
57the toolkit we recommend the public discussion forum at:
58
59        http://forum.dcmtk.org/
60

README.md

1# DCMTK
2
3This DICOM ToolKit (DCMTK) package consists of source code, documentation and installation instructions for a set of software libraries and applications implementing part of the DICOM/MEDICOM Standard.
4
5DCMTK contains the following sub-packages, each in its own sub-directory:
6
7- **config**   - configuration utilities for DCMTK
8- **dcmdata**  - a data encoding/decoding library and utility apps
9- **dcmect**   - a library for working with Enhanced CT objects
10- **dcmfg**    - a library for working with functional groups
11- **dcmimage** - adds support for color images to dcmimgle
12- **dcmimgle** - an image processing library and utility apps
13- **dcmiod**   - a library for working with information objects and modules
14- **dcmjpeg**  - a compression/decompression library and utility apps
15- **dcmjpls**  - a compression/decompression library and utility apps
16- **dcmnet**   - a networking library and utility apps
17- **dcmpmap**  - a library for working with parametric map objects
18- **dcmpstat** - a presentation state library and utility apps
19- **dcmqrdb**  - an image database server
20- **dcmrt**    - a radiation therapy library and utility apps
21- **dcmseg**   - a library for working with segmentation objects
22- **dcmsign**  - a digital signature library and utility apps
23- **dcmsr**    - a structured reporting library and utility apps
24- **dcmtls**   - security extensions for the network library
25- **dcmtract** - a library for working with tractography results
26- **dcmwlm**   - a modality worklist database server
27- **oflog**    - a logging library based on log4cplus
28- **ofstd**    - a library of general purpose classes
29
30Each sub-directory (except _config_) contains further sub-directories for application source code (_apps_), library source code (_libsrc_), library include files (_include_), configuration data (_etc_), documentation (_docs_), sample and support data (_data_) as well as test programs (_tests_).
31
32To build and install the DCMTK package see the [INSTALL](INSTALL) file.  For copyright information see the [COPYRIGHT](COPYRIGHT) file.  For information about the history of this software see the [HISTORY](HISTORY) file.  For answers to frequently asked questions please consult the [FAQ](https://forum.dcmtk.org/faq/).
33
34In addition to the API documentation, which is also available [online](https://support.dcmtk.org/docs/), there is a [Wiki](https://support.dcmtk.org/wiki/) system where further information (e.g. HOWTOs) can be found.
35
36If you find bugs or other problems with this software, we would appreciate hearing about them.  Please send electronic mail to: bugs/at/dcmtk/dot/org
37
38Please try to describe the problem in detail and if possible give a suggested fix.  For general questions on how to compile, install or use the toolkit we recommend the [public discussion forum](https://forum.dcmtk.org/).
39