forked from DCMTK/dcmtk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Joerg Riesmeier
committed
Jun 14, 2001
1 parent
cbfb25c
commit 7d933a1
Showing
1 changed file
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
|
||
DCMTK | ||
|
||
This 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. | ||
This 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. | ||
|
||
DCMTK contains the following sub-packages, each in its | ||
own sub-directory: | ||
DCMTK contains the following sub-packages, each in its own sub-directory: | ||
|
||
config - configuration utilities for dcmtk | ||
ctndisp - a graphical monitor for imagectn and wlistctn | ||
ctndisp - a graphical monitor for imagectn and wlistctn | ||
dcmdata - a data encoding/decoding library and utility apps | ||
dcmimage - adds support for color images to dcmimgle | ||
dcmimgle - an image processing library and utility apps | ||
dcmnet - a networking library and utility apps | ||
dcmpstat - a presentation state library and utility apps | ||
dcmsign - a digital signature library and utility apps | ||
dcmsr - a structured report library and utility apps | ||
dcmtls - security extensions for the network library | ||
imagectn - an image database server | ||
ofstd - a library of general purpose classes | ||
wlistctn - a modality worklist database server | ||
|
||
Each sub-directory (except config) contains futher sub-directories for | ||
application source code (apps), library source code (libsrc), | ||
library include files (include), documentation (docs) and | ||
options test programs (tests). | ||
Each sub-directory (except config) contains further sub-directories for | ||
application source code (apps), library source code (libsrc), library | ||
include files (include), documentation (docs, htmldocs) and optional | ||
test programs (tests). | ||
|
||
To build and install the DCMTK package see the INSTALL file. | ||
For copyright information see the COPYRIGHT file. | ||
For information about the history of this software see the HISTORY file. | ||
For answers to some frequently asked questions see the FAQ file. | ||
|
||
If you find bugs or other problems with this software we | ||
would appreciate hearing about them. Please send electronic | ||
mail to: | ||
|
||
[email protected] | ||
|
||
Please try to describe the problem in detail and if possible | ||
give a suggested fix. | ||
If you find bugs or other problems with this software we would appreciate | ||
hearing about them. Please send electronic mail to: | ||
|
||
[email protected] | ||
|
||
Please try to describe the problem in detail and if possible give a | ||
suggested fix. |