Mercurial > hg > orthanc
comparison NEWS @ 3700:5cbbf14e516b
Fix issue #103 ("queries/.../retrieve" API returns HTTP code 200 even on server errors)
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 26 Feb 2020 13:21:41 +0100 |
parents | 5331918773e7 |
children | 736907ecb626 58f92b1c8061 |
comparison
equal
deleted
inserted
replaced
3699:efa815dd2c20 | 3700:5cbbf14e516b |
---|---|
36 * 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). |
37 Therefore, the "ClearCanvas" and "Dcm4Chee" modality manufacturer have now been deprecated. | 37 Therefore, the "ClearCanvas" and "Dcm4Chee" modality manufacturer have now been deprecated. |
38 * More strict C-FIND SCP wrt. the DICOM standard: Forbid wildcard | 38 * More strict C-FIND SCP wrt. the DICOM standard: Forbid wildcard |
39 matching on some VRs, ignore main tags below the queried level | 39 matching on some VRs, ignore main tags below the queried level |
40 * Fix issue #65 (Logging improvements) | 40 * Fix issue #65 (Logging improvements) |
41 * Fix issue #103 ("queries/.../retrieve" API returns HTTP code 200 even on server errors) | |
41 * Fix issue #140 (Modifying private tags with REST API changes VR from LO to UN) | 42 * Fix issue #140 (Modifying private tags with REST API changes VR from LO to UN) |
42 * Fix issue #154 (Matching against list of UID-s by C-MOVE) | 43 * Fix issue #154 (Matching against list of UID-s by C-MOVE) |
43 * Fix issue #156 (Chunked Dicom-web transfer uses 100% CPU) | 44 * Fix issue #156 (Chunked Dicom-web transfer uses 100% CPU) |
44 * Fix issue #165 (Boundary parameter in multipart Content-Type is too long) | 45 * Fix issue #165 (Boundary parameter in multipart Content-Type is too long) |
45 * Fix issue #166 (CMake find_boost version is now broken with newer boost/cmake) | 46 * Fix issue #166 (CMake find_boost version is now broken with newer boost/cmake) |