comparison NEWS @ 2804:d88970f1ffbf

fix ordering of non-parallel slices + /tools/reconstruct
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 29 Aug 2018 13:24:28 +0200
parents 3ee82c7313e7
children e02af4ca8003
comparison
equal deleted inserted replaced
2803:579acc5e5412 2804:d88970f1ffbf
3 3
4 General 4 General
5 ------- 5 -------
6 6
7 * "OrthancPeers" configuration option now allows to specify HTTP headers 7 * "OrthancPeers" configuration option now allows to specify HTTP headers
8 * Fix "/series/.../ordered-slices" in the presence of non-parallel slices
9
10 REST API
11 --------
12
13 * "/tools/reconstruct" to reconstruct the main DICOM tags, the JSON summary and
14 the metadata of all the instances stored in Orthanc. This is a slow operation!
8 15
9 Plugins 16 Plugins
10 ------- 17 -------
11 18
12 * New primitives to access Orthanc peers from plugins 19 * New primitives to access Orthanc peers from plugins
13 * New events in change callbacks: "UpdatedPeers" and "UpdatedModalities" 20 * New events in change callbacks: "UpdatedPeers" and "UpdatedModalities"
14 21
15 Maintenance 22 Maintenance
16 ----------- 23 -----------
17 24
25 * New main DICOM tag: "ImageOrientationPatient" at the instance level
18 * New configuration option: "HttpVerbose" to debug outgoing HTTP connections 26 * New configuration option: "HttpVerbose" to debug outgoing HTTP connections
19 * Fix incoming DICOM C-Store filtering for JPEG-LS transfer syntaxes 27 * Fix incoming DICOM C-Store filtering for JPEG-LS transfer syntaxes
20 * Fix OrthancPluginHttpClient() to return the HTTP status on errors 28 * Fix OrthancPluginHttpClient() to return the HTTP status on errors
21 * Fix HTTPS requests to sites using a certificate encrypted with ECDSA 29 * Fix HTTPS requests to sites using a certificate encrypted with ECDSA
22 * Fix handling of incoming C-FIND queries containing Generic Group Length (*, 0x0000) 30 * Fix handling of incoming C-FIND queries containing Generic Group Length (*, 0x0000)