forked from DCMTK/dcmtk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathANNOUNCE.368
177 lines (132 loc) · 7.77 KB
/
ANNOUNCE.368
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
ANNOUNCEMENT
Version 3.6.8 of the OFFIS DCMTK (DICOM toolkit) software is now available for
public release. This release includes the following main changes over the
previous version 3.6.7:
- DCMTK 3.6.8 builds correctly on older and up-to-date versions of GNU gcc
(4.8.5 to 12.3.0) Clang (3.4.2 to 15.0.7), Apple Clang (14.0.3 to 15.0.0),
and Microsoft Visual Studio (2015 to 2022).
- Tested with the following operating systems/environments:
- Android on arm64
- FreeBSD on x86_64
- Linux on x86_64 and x86
- MacOS X on x86_64 and arm64
- NetBSD on x86_64
- OpenBSD on x86_64
- OpenIndiana on x86
- Windows (including MinGW) on x86_64 and x86
For a complete list of tested systems and compilers, see the INSTALL file.
- Updated DICOM data dictionary, list of SOP classes, well-known frame of
references, transfer syntaxes [*], code definitions, supported context group
classes, and directory record types for DICOM standard release 2023c.
[*] Support for the Encapsulated Uncompressed Explicit VR Little Endian
Transfer Syntax (introduced with CP-2083) is still missing, see
https://support.dcmtk.org/redmine/issues/1000 for the current status.
- Updated automatically generated classes in module "dcmrt" (Radiotherapy)
based on DICOM 2023b. Also fixed long undiscovered bugs that occurred when
iterating over sequence items or when reading RT images.
- Added new module oficonv providing builtin character set conversion in DCMTK.
oficonv is enabled by default and, therefore, is chosen over the external
libraries iconv and icu as well as stdlibc (iconv). However, one of the
other conversion libraries can still be enabled if preferred by the user.
- Added support for the Specific Character Sets "ISO_IR 203" and "ISO 2022 IR
203" (ISO 8859-15, Latin-9) introduced with CP-2113 to the character set
conversion.
- Added support for the new RFC 8996 TLS profiles, including support for
Application-Layer Protocol Negotiation (ALPN), Server Name Indication (SNI),
and other recommendations of RFC 9325 (the current revision of BCP 195).
- Further enhanced DICOM Structured Reporting (SR) module "dcmsr":
- Added support for Context Groups CID 218 and CID 7551, which are used for
TID 1500 "Measurement Report".
- Implemented changes for CP-2000 by adding support for the SR Template
parameters $ImagePurpose or $Purpose to the implementation of TID 1501,
300 and 320.
- Added "Rendition Selection Document" (introduced with Supplement 202) to
the list of supported "ReportTypes" in the XML Schema (XSD).
- Updated list of known Presentation State, Segmentation and Waveform SOP
Classes.
- Updated mapping of the Defined Terms for the Body Part Examined attribute
to associated CID 4031 (Common Anatomic Regions) codes based on part 16.
- Further improved network classes DcmSCU and DcmSCP:
- Removed note on experimental status of DcmSCU and DcmSCP.
- Reject wrong called AE Title in DcmSCP (if configured).
- Allow operating system to choose free port for DcmSCP.
- Added N-CREATE and N-SET support to DcmSCU.
- Allow setting individual TCP timeout for every instance of DcmSCU.
- Introduced new class DcmTLSSCU to bring TLS support to DcmSCU.
- Don't fill in Responding AE Title in log output of A-ASSOCIATE request.
DCMTK used to fill in Responding AE Title in the log when an SCU was
connecting to a Remote AE. Since obviously the Responding AE Title is
not known in the request, the string value should be logged empty.
- Fixed an unexpected behavior when using option --charset-assume (+Ca)
together with option --convert-to-utf8 (+U8) for dcm2xml, dsr2html or
dsr2xml. Now, the order of evaluating these options is reversed, so that
a DICOM file that is missing the Specific Character Set attribute although it
is needed (because extended characters are used) can be processed.
- Enabled support for the --print-color (+C) option in dcmdump and dsrdump also
on Windows systems. Both the Windows Terminal and the PowerShell support
ANSI escape codes, so the color output should work with these tools.
- Enhanced handling of converting IS (Integer String) and DS (Decimal String)
values to JSON format. Added new command line options to dcm2json for this
purpose.
- Added initial support for Multi-Fragment Video Transfer Syntaxes introduced
with Supplement 225. This commit covers the definition of the UID values
and the DCMTK-specific definitions that are needed to later enhance support.
- Added JPEG-LS support to img2dcm's regular JPEG plugin.
- Added comparison operators to classes DcmTag and DcmXfer.
- Added support for the official DICOM UID keywords that were originally
introduced with CP-1995. These keywords are defined in addition to the
DCMTK-specific UID names that have been used for a long time and will still
be supported for the foreseeable future.
- Added classes OFIPCMessageQueueServer and OFIPCMessageQueueClient, which
implement the server and client side of a message queue for inter-process
communication. A server process can create a message queue and receive
text messages, and a client process can open the queue and send messages.
Depending on the platform, the queues are implemented as Windows Mailslot,
Posix message queue or System V message queue.
- CMake-related enhancements and other changes:
- Fix detection and enabling of modern C++ versions (C++11 and later) for VS.
Mainly, it is ensured that the __cplusplus version macro is set accordingly
when using VS while enabling C++11 or later.
- The CMake install target now uses the installation directories provided by
the GNUInstallDirs package more consistently.
- The minimum supported CMake version has been increased to 3.0.0.
- A new, still experimental setting named DCMTK_USE_WIN32_PROGRAMDATA allows
data files to be installed in the "ProgramData" directory on Windows.
- The default installation directories for support data, configuration data and
documentation now contain the DCMTK release number in the path. This allows
multiple versions of DCMTK to be installed in parallel, without generating
conflicts for the data dictionary and other data and configuration files.
- Fixed various issues that occurred after the official 3.6.7 release.
See CHANGES file for details.
Many people have contributed to this new release of DCMTK, appearing here in
alphabetical order. Thank you very much for your support!
Ahmad Hazimeh <[email protected]>
Calvin Fong <[email protected]>
Dimitri Papadopoulos Orfanos <[email protected]>
Franz Reitner <[email protected]>
Joger Hansegard <[email protected]>
Juhee Kim <[email protected]>
Marcus Hennix <[email protected]>
Mathieu Malaterre <[email protected]>
Michael L. Williams <[email protected]>
Oliver Klerx <[email protected]>
Peter Klotz <[email protected]>
Sharon Brizinov>[email protected]>
Song Xiangpu <[email protected]>
Tamas Nemeth <[email protected]>
Zahra Mirzamomen <[email protected]>
DCMTK forum users "nbeck", "pgimeno", "Martin Roeseler"
GitHub users "bettar", "Cheney-W", "chrisse74", "doskachok", "jogerh",
"knight2995", "kwach", "maddin200", "malaterre", "mrbean-bremen",
"reunanen", "StillerHarpo"
Members of the DCMTK Team who have worked on this release are:
Marco Eichelberg <[email protected]>
Michael Onken <[email protected]>
Joerg Riesmeier <[email protected]>
Jan Schlamelcher <[email protected]>
Student associates:
Marcel Baumann <[email protected]>
Nikolas Goldhammer <[email protected]>
The DCMTK software can be downloaded via:
https://dicom.offis.de/en/dcmtk/ or https://www.dcmtk.org/
OFFIS e.V., Oldenburg, Germany, 2023-12-19