comparison NEWS @ 4853:b3d0a3a4d890

Added links to download attachments from the Orthanc Explorer
author Alain Mazy <am@osimis.io>
date Thu, 16 Dec 2021 14:48:46 +0100
parents bec432ee1094
children 3e9a76464e8a 504624b0a062
comparison
equal deleted inserted replaced
4851:abb0e1c2b88d 4853:b3d0a3a4d890
10 * New configuration option "MaximumStorageCacheSize" to configure the size of 10 * New configuration option "MaximumStorageCacheSize" to configure the size of
11 the new storage cache. 11 the new storage cache.
12 * New configuration option "ZipLoaderThreads" to configure the number of threads used 12 * New configuration option "ZipLoaderThreads" to configure the number of threads used
13 to read instances from storage when createing a Zip archive/media. 13 to read instances from storage when createing a Zip archive/media.
14 * Support decoding of black-and-white images (with 1 bit per pixel), notably DICOM SEG 14 * Support decoding of black-and-white images (with 1 bit per pixel), notably DICOM SEG
15 * Added links to download attachments from the Orthanc Explorer
15 16
16 Maintenance 17 Maintenance
17 ----------- 18 -----------
18 19
19 * Fix handling of option "DeidentifyLogs", notably for tags (0010,0010) and (0010,0020) 20 * Fix handling of option "DeidentifyLogs", notably for tags (0010,0010) and (0010,0020)
31 it raises a 415 error code. 32 it raises a 415 error code.
32 * Archive jobs response now contains a header Content-Disposition:filename='archive.zip' 33 * Archive jobs response now contains a header Content-Disposition:filename='archive.zip'
33 * "/instances/{...}/frames/{...}/numpy": Download the frame as a Python numpy array 34 * "/instances/{...}/frames/{...}/numpy": Download the frame as a Python numpy array
34 * "/instances/{...}/numpy": Download the instance as a Python numpy array 35 * "/instances/{...}/numpy": Download the instance as a Python numpy array
35 * "/series/{...}/numpy": Download the series as a Python numpy array 36 * "/series/{...}/numpy": Download the series as a Python numpy array
37 * Added a ?full option to "/patients|studies|series|instances/{...}/attachments route
36 38
37 Lua 39 Lua
38 --- 40 ---
39 41
40 * New "ReceivedCStoreInstanceFilter" Lua callback to filter instances received 42 * New "ReceivedCStoreInstanceFilter" Lua callback to filter instances received