comparison NEWS @ 5319:f2e1ad71e49c

added "OrthancPluginLoadDicomInstance()" to load DICOM instances from the database
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 24 Jun 2023 12:18:58 +0200
parents b5c502bcaf99
children e4c3950345e9
comparison
equal deleted inserted replaced
5318:68e15471b408 5319:f2e1ad71e49c
3 3
4 REST API 4 REST API
5 -------- 5 --------
6 6
7 * API version upgraded to 21 7 * API version upgraded to 21
8 * added a route to delete the output of an asynchronous job (right now only for archive jobs): 8 * Added a route to delete the output of an asynchronous job (right now
9 e.g. DELETE /jobs/../archive 9 only for archive jobs): e.g. DELETE /jobs/../archive
10
11 Plugins
12 -------
13
14 * Added "OrthancPluginLoadDicomInstance()" to load DICOM instances from the database
10 15
11 Maintenance 16 Maintenance
12 ----------- 17 -----------
13 18
14 * Fix decoding of YBR_FULL RLE images for which the "Planar Configuration" 19 * Fix decoding of YBR_FULL RLE images for which the "Planar Configuration"
15 tag (0028,0006) equals 1 20 tag (0028,0006) equals 1
16 * Made Orthanc more resilient to common spelling errors in SpecificCharacterSet 21 * Made Orthanc more resilient to common spelling errors in SpecificCharacterSet
17 * Modality worklists plugin: allow searching on private tags (exact match only) 22 * Modality worklists plugin: allow searching on private tags (exact match only)
18 * Upgraded dependencies for static builds:
19 - boost 1.82.0
20 * Fix orphan files remaining in storage when working with MaximumStorageSize 23 * Fix orphan files remaining in storage when working with MaximumStorageSize
21 (https://discourse.orthanc-server.org/t/issue-with-deleting-incoming-dicoms-when-maximumstoragesize-is-reached/3510) 24 (https://discourse.orthanc-server.org/t/issue-with-deleting-incoming-dicoms-when-maximumstoragesize-is-reached/3510)
22 * When deleting a resource, its parents LastUpdate metadata are now updated. 25 * When deleting a resource, its parents LastUpdate metadata are now updated.
23 * Reduced the memory usage when downloading archives when "ZipLoaderThreads" > 0. 26 * Reduced the memory usage when downloading archives when "ZipLoaderThreads" > 0.
24 * Disabled automatic conversion from YBR to RGB when transcoding JPEG to RAW transfer-syntax 27 * Disabled automatic conversion from YBR to RGB when transcoding JPEG to RAW transfer-syntax
25 (https://discourse.orthanc-server.org/t/orthanc-convert-ybr-to-rgb-but-does-not-change-metadata/3533). 28 (https://discourse.orthanc-server.org/t/orthanc-convert-ybr-to-rgb-but-does-not-change-metadata/3533).
26 This might have an impact on the image returned by /dicom-web/studies/../series/../instances/../frames/1; the 29 This might have an impact on the image returned by /dicom-web/studies/../series/../instances/../frames/1; the
27 image format is now consistent with the PhotometricIntepretation DICOM Tag. 30 image format is now consistent with the PhotometricIntepretation DICOM Tag.
31 * Upgraded dependencies for static builds:
32 - boost 1.82.0
28 33
29 34
30 Version 1.12.0 (2023-04-14) 35 Version 1.12.0 (2023-04-14)
31 =========================== 36 ===========================
32 37