forked from DCMTK/dcmtk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
65 lines (47 loc) · 2.99 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
TRICE PARTICULARS:
The only thing that is used in production is a modified 'storescp'. The files changed are ./dcmnet/apps/storescp.cc and ./dcmnet/apps/Makefile
The libraries made in ../baseSrc are linked into storescp (as can be seen by the Makefile)
Details for building for the "box" storescp are found under box-extras/
Details for building for android embedded version are found under android-extras/
Details for building for remote receiving storescp are found under cloud-extras/
storescp.cc code changes are conditionally compiled using #ifdef TRICE
This library is compiled for linux and cross-compiled for android and windows. Some changes were needed for the cross-compiling to take place without error. __android__ and __windows__ #ifdefs are used sparingly.
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.
DCMTK contains the following sub-packages, each in its own sub-directory:
config - configuration utilities for DCMTK
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
dcmjpeg - a compression/decompression library and utility apps
dcmjpls - a compression/decompression library and utility apps
dcmnet - a networking library and utility apps
dcmpstat - a presentation state library and utility apps
dcmqrdb - an image database server
dcmrt - a radiation therapy 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
dcmwlm - a modality worklist database server
oflog - a logging library based on log4cplus
ofstd - a library of general purpose classes
Each 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).
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 frequently asked
questions please consult the FAQ:
http://forum.dcmtk.org/faq/
There is also a Wiki system where additional information can be found:
http://support.dcmtk.org/wiki/
If 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
Please 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 at:
http://forum.dcmtk.org/