diff 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
line wrap: on
line diff
--- a/NEWS	Tue Aug 28 15:14:33 2018 +0200
+++ b/NEWS	Wed Aug 29 13:24:28 2018 +0200
@@ -5,6 +5,13 @@
 -------
 
 * "OrthancPeers" configuration option now allows to specify HTTP headers
+* Fix "/series/.../ordered-slices" in the presence of non-parallel slices
+
+REST API
+--------
+
+* "/tools/reconstruct" to reconstruct the main DICOM tags, the JSON summary and
+  the metadata of all the instances stored in Orthanc. This is a slow operation!
 
 Plugins
 -------
@@ -15,6 +22,7 @@
 Maintenance
 -----------
 
+* New main DICOM tag: "ImageOrientationPatient" at the instance level
 * New configuration option: "HttpVerbose" to debug outgoing HTTP connections
 * Fix incoming DICOM C-Store filtering for JPEG-LS transfer syntaxes
 * Fix OrthancPluginHttpClient() to return the HTTP status on errors