comparison NEWS @ 5639:b6a6179a2a69

TimezoneOffsetFromUTC is now ignored for C-Find matching
author Alain Mazy <am@orthanc.team>
date Fri, 24 May 2024 15:11:28 +0200
parents 0e16e677fe64
children 3f13db27b399 b1a18218860c
comparison
equal deleted inserted replaced
5638:4535194cbb8a 5639:b6a6179a2a69
32 ORTHANC_PLUGINS_LOG_WARNING(), and ORTHANC_PLUGINS_LOG_ERROR(). 32 ORTHANC_PLUGINS_LOG_WARNING(), and ORTHANC_PLUGINS_LOG_ERROR().
33 33
34 Maintenance 34 Maintenance
35 ----------- 35 -----------
36 36
37 * In C-Find queries including GenericGroupLength tags, Orthanc was still 37 * C-Find queries:
38 extracting these tags from the storage although they were already ignored 38 - In C-Find queries including GenericGroupLength tags, Orthanc was still
39 and not returned in the response. 39 extracting these tags from the storage although they were already ignored
40 They are now removed from the query earlier to avoid this disk access that 40 and not returned in the response.
41 could slow down the response time. Note that this seems to happen mainly 41 They are now removed from the query earlier to avoid this disk access that
42 when the query originates from some GE devices (AWS). 42 could slow down the response time. Note that this seems to happen mainly
43 when the query originates from some GE devices (AWS).
44 - TimezoneOffsetFromUTC is now ignored for matching.
43 * The 0x0111 DIMSE Status is now considered as a warning instead of an error 45 * The 0x0111 DIMSE Status is now considered as a warning instead of an error
44 when received as a response to a C-Store. 46 when received as a response to a C-Store.
45 See https://discourse.orthanc-server.org/t/ignore-dimse-status-0x0111-when-sending-partial-duplicate-studies/4555/3 47 See https://discourse.orthanc-server.org/t/ignore-dimse-status-0x0111-when-sending-partial-duplicate-studies/4555/3
46 * Removed potential PHI from the logs when Orthanc encounters an error while 48 * Removed potential PHI from the logs when Orthanc encounters an error while
47 creating a ZIP archive. 49 creating a ZIP archive.