Mercurial > hg > orthanc
comparison NEWS @ 4376:b002f9abe802 varian
review of changeset 4375:208029732d51
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 17 Dec 2020 11:27:37 +0100 |
parents | c601f48c7c80 |
children | 85b5b0e1bac9 |
comparison
equal
deleted
inserted
replaced
4375:208029732d51 | 4376:b002f9abe802 |
---|---|
6 | 6 |
7 * ZIP archives containing DICOM files can be uploaded using WebDAV | 7 * ZIP archives containing DICOM files can be uploaded using WebDAV |
8 * New config option "MallocArenaMax" to control memory usage on GNU/Linux | 8 * New config option "MallocArenaMax" to control memory usage on GNU/Linux |
9 * Explicit error log if trying to load a 32bit (resp. 64bit) plugin into | 9 * Explicit error log if trying to load a 32bit (resp. 64bit) plugin into |
10 a 64bit (resp. 32bit) version of Orthanc | 10 a 64bit (resp. 32bit) version of Orthanc |
11 * New configuration options (contributions by Varian): | |
12 - "DeidentifyLogs" to remove patient identification from the logs (C-GET, C-MOVE, C-FIND) | |
13 - "DeidentifyLogsDicomVersion" to specify the deidentification rules for the logs | |
11 | 14 |
12 REST API | 15 REST API |
13 -------- | 16 -------- |
14 | 17 |
15 * "/instances" can be used to import ZIP archives provided in the POST body | 18 * "/instances" can be used to import ZIP archives provided in the POST body |