Mercurial > hg > orthanc
comparison NEWS @ 4893:85900e1516c6
typos
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sun, 20 Feb 2022 11:15:37 +0100 |
parents | 8523078f3f4b |
children | 6a501ad6545e |
comparison
equal
deleted
inserted
replaced
4891:c5305d310496 | 4893:85900e1516c6 |
---|---|
12 "AllowFindWorklist". | 12 "AllowFindWorklist". |
13 This new option allows improved security management. E.g: a modality might have | 13 This new option allows improved security management. E.g: a modality might have |
14 only "AllowStore" and "AllowFindWorklist" enabled but might have "AllowFind" | 14 only "AllowStore" and "AllowFindWorklist" enabled but might have "AllowFind" |
15 disabled to prevent listing past patient studies. | 15 disabled to prevent listing past patient studies. |
16 Possible BREAKING-CHANGE: if you relied on "DicomAlwaysAllowFind" or "AllowFind" | 16 Possible BREAKING-CHANGE: if you relied on "DicomAlwaysAllowFind" or "AllowFind" |
17 to specifically authorize C-Find for worklist, you now need to explicitely enable | 17 to specifically authorize C-Find for worklist, you now need to explicitly enable |
18 "DicomAlwaysAllowFindWorklist" and/or "AllowFindWorklist" | 18 "DicomAlwaysAllowFindWorklist" and/or "AllowFindWorklist" |
19 * Added a storage cache in RAM to avoid reading the same files multiple times from | 19 * Added a storage cache in RAM to avoid reading the same files multiple times from |
20 the storage. This greatly improves, among other things, the performance of WADO-RS | 20 the storage. This greatly improves, among other things, the performance of WADO-RS |
21 retrieval of individual frames of multiframe instances. | 21 retrieval of individual frames of multiframe instances. |
22 * New configuration option "MaximumStorageCacheSize" to configure the size of | 22 * New configuration option "MaximumStorageCacheSize" to configure the size of |
23 the new storage cache. | 23 the new storage cache. |
24 * New configuration option "ZipLoaderThreads" to configure the number of threads used | 24 * New configuration option "ZipLoaderThreads" to configure the number of threads used |
25 to read instances from storage when createing a Zip archive/media. | 25 to read instances from storage when creating a Zip archive/media. |
26 * Support decoding of black-and-white images (with 1 bit per pixel), notably DICOM SEG | 26 * Support decoding of black-and-white images (with 1 bit per pixel), notably DICOM SEG |
27 * Added links to download attachments from the Orthanc Explorer | 27 * Added links to download attachments from the Orthanc Explorer |
28 | 28 |
29 Maintenance | 29 Maintenance |
30 ----------- | 30 ----------- |