comparison NEWS @ 4527:31f940334496

Handle public tags with "UN" value representation and containing a string (cf. DICOM CP 246)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 24 Feb 2021 12:39:35 +0100
parents 8262ffb393ff
children 409cba9c1dba
comparison
equal deleted inserted replaced
4526:59b667dd58a8 4527:31f940334496
4 General 4 General
5 ------- 5 -------
6 6
7 * The "dicom-as-json" attachments are not explicitly stored anymore to improve performance 7 * The "dicom-as-json" attachments are not explicitly stored anymore to improve performance
8 * If the storage area doesn't support range reading, or if "StorageCompression" 8 * If the storage area doesn't support range reading, or if "StorageCompression"
9 is enabled, a new type of attachment "dicom-until-pixel-data" is generated. 9 is enabled, a new type of attachment "dicom-until-pixel-data" is generated
10 * New metadata automatically computed at the instance level: "PixelDataOffset" 10 * New metadata automatically computed at the instance level: "PixelDataOffset"
11 * New configuration option related to networking: 11 * New configuration option related to networking:
12 - "Timeout" in "DicomModalities" to set DICOM SCU timeout on a per-modality basis 12 - "Timeout" in "DicomModalities" to set DICOM SCU timeout on a per-modality basis
13 - "Timeout" in "OrthancPeers" to set HTTP client timeout on a per-peer basis 13 - "Timeout" in "OrthancPeers" to set HTTP client timeout on a per-peer basis
14 14
15 REST API 15 REST API
16 -------- 16 --------
17 17
18 * API version upgraded to 11 18 * API version upgraded to 11
19 * BREAKING CHANGES: 19 * BREAKING CHANGES:
20 - External applications should *not* call "/instances/.../attachments/dicom-as-json" anymore 20 - External applications should not call "/instances/.../attachments/dicom-as-json" anymore,
21 and should use "/instances/.../tags" instead
21 - "/instances/.../tags" route does not report the tags after "Pixel Data" (7fe0,0010) anymore 22 - "/instances/.../tags" route does not report the tags after "Pixel Data" (7fe0,0010) anymore
22 * "/peers/{id}/store-straight": Synchronously send the DICOM instance in POST body to the peer 23 * "/peers/{id}/store-straight": Synchronously send the DICOM instance in POST body to the peer
23 * New arguments in the REST API: 24 * New arguments in the REST API:
24 - "Timeout" in "/modalities/.../query" 25 - "Timeout" in "/modalities/.../query"
25 - "Timeout" in "/modalities/.../storage-commitment" 26 - "Timeout" in "/modalities/.../storage-commitment"
35 ----------- 36 -----------
36 37
37 * Improved precision of floating-point numbers in DICOM-as-JSON and DICOM summary 38 * Improved precision of floating-point numbers in DICOM-as-JSON and DICOM summary
38 * Optimization in C-STORE SCP by avoiding an unnecessary DICOM parsing 39 * Optimization in C-STORE SCP by avoiding an unnecessary DICOM parsing
39 * Fix build on big-endian architectures 40 * Fix build on big-endian architectures
41 * Handle public tags with "UN" value representation and containing a string (cf. DICOM CP 246)
40 * The numbering of sequences in Orthanc Explorer now uses the DICOM convention (starts at 1) 42 * The numbering of sequences in Orthanc Explorer now uses the DICOM convention (starts at 1)
41 * Possibility to generate a static library containing the Orthanc Framework 43 * Possibility to generate a static library containing the Orthanc Framework
42 44
43 45
44 Version 1.9.0 (2021-01-29) 46 Version 1.9.0 (2021-01-29)