comparison NEWS @ 4514:5b929e6b3c36

removal of "dicom-as-json" attachments
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 16 Feb 2021 12:18:41 +0100
parents 8f9090b137f1
children 8734caa12448
comparison
equal deleted inserted replaced
4513:1f455b86b054 4514:5b929e6b3c36
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4 General
5 -------
6
7 * BREAKING CHANGE: The "dicom-as-json" attachments are not explicitly stored anymore.
8 If the storage area doesn't support range reading, or if "StorageCompression"
9 is enabled, a new attachment "dicom-until-pixel-data" is generated.
4 * New metadata automatically computed at the instance level: "PixelDataOffset" 10 * New metadata automatically computed at the instance level: "PixelDataOffset"
11
12 REST API
13 --------
14
15 * BREAKING CHANGE: The "/instances/.../tags" route does not report the tags
16 after "Pixel Data" (7fe0,0010) anymore
17
18 Plugins
19 -------
20
21 * New value in enumeration: OrthancPluginDicomToJsonFlags_StopAfterPixelData
22
23 Maintenance
24 -----------
25
5 * Optimization in C-STORE SCP by avoiding an unnecessary DICOM parsing 26 * Optimization in C-STORE SCP by avoiding an unnecessary DICOM parsing
6 * Fix build on big-endian architectures 27 * Fix build on big-endian architectures
7 * Possibility to generate a static library containing the Orthanc Framework 28 * Possibility to generate a static library containing the Orthanc Framework
8 29
9 30