comparison NEWS @ 3691:4922bdd046dd

Fix issue #140 (Modifying private tags with REST API changes VR from LO to UN) - DANGEROUS COMMIT
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 25 Feb 2020 21:44:09 +0100
parents e85bfba2d307
children 898903022836 5331918773e7
comparison
equal deleted inserted replaced
3690:a9ce35d67c3c 3691:4922bdd046dd
11 * "/instances/{id}/preview": Now takes the windowing into account 11 * "/instances/{id}/preview": Now takes the windowing into account
12 * "/tools/log-level": Possibility to access and change the log level without restarting Orthanc 12 * "/tools/log-level": Possibility to access and change the log level without restarting Orthanc
13 * added "/instances/{id}/frames/{frame}/rendered" and "/instances/{id}/rendered" routes 13 * added "/instances/{id}/frames/{frame}/rendered" and "/instances/{id}/rendered" routes
14 to render frames, taking windowing and resizing into account 14 to render frames, taking windowing and resizing into account
15 * "/instances": Support "Content-Encoding: gzip" to upload gzip-compressed DICOM files 15 * "/instances": Support "Content-Encoding: gzip" to upload gzip-compressed DICOM files
16 * ".../modify" and "/tools/create-dicom": New option "PrivateCreator" for private tags
16 17
17 Plugins 18 Plugins
18 ------- 19 -------
19 20
20 * New sample plugin: "ConnectivityChecks" 21 * New sample plugin: "ConnectivityChecks"
35 * C-FIND SCU at Instance level now sets the 0008,0052 tag to IMAGE per default (was INSTANCE). 36 * C-FIND SCU at Instance level now sets the 0008,0052 tag to IMAGE per default (was INSTANCE).
36 Therefore, the "ClearCanvas" and "Dcm4Chee" modality manufacturer have now been deprecated. 37 Therefore, the "ClearCanvas" and "Dcm4Chee" modality manufacturer have now been deprecated.
37 * More strict C-FIND SCP wrt. the DICOM standard: Forbid wildcard 38 * More strict C-FIND SCP wrt. the DICOM standard: Forbid wildcard
38 matching on some VRs, ignore main tags below the queried level 39 matching on some VRs, ignore main tags below the queried level
39 * Fix issue #65 (Logging improvements) 40 * Fix issue #65 (Logging improvements)
41 * Fix issue #140 (Modifying private tags with REST API changes VR from LO to UN)
40 * Fix issue #156 (Chunked Dicom-web transfer uses 100% CPU) 42 * Fix issue #156 (Chunked Dicom-web transfer uses 100% CPU)
41 * Fix issue #165 (Boundary parameter in multipart Content-Type is too long) 43 * Fix issue #165 (Boundary parameter in multipart Content-Type is too long)
42 * Fix issue #166 (CMake find_boost version is now broken with newer boost/cmake) 44 * Fix issue #166 (CMake find_boost version is now broken with newer boost/cmake)
43 45
44 46