comparison NEWS @ 1148:ac36589f699e

LastUpdate metadata is now always returned for patients, studies and series
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Sep 2014 14:36:16 +0200
parents 0479d02c6778
children b3bc4de0a1e1
comparison
equal deleted inserted replaced
1147:ae9a83a6fa47 1148:ac36589f699e
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4 General 4
5 ------- 5 Major
6 -----
6 7
7 * Creation of ZIP archives for media storage, with DICOMDIR 8 * Creation of ZIP archives for media storage, with DICOMDIR
8 * URIs to get all the children of a given resource in a single REST call 9 * URIs to get all the children of a given resource in a single REST call
9 * "/tools/lookup" URI to map DICOM UIDs to Orthanc identifiers 10 * "/tools/lookup" URI to map DICOM UIDs to Orthanc identifiers
10 * Support of index-only mode (using the "StoreDicom" option) 11 * Support of index-only mode (using the "StoreDicom" option)
14 ----- 15 -----
15 16
16 * Configuration option to enable HTTP Keep-Alive 17 * Configuration option to enable HTTP Keep-Alive
17 * Configuration option to disable the logging of exported resources in "/exports" 18 * Configuration option to disable the logging of exported resources in "/exports"
18 * Plugins can retrieve the path to Orthanc and to its configuration file 19 * Plugins can retrieve the path to Orthanc and to its configuration file
20 * "/tools/create-dicom" now accepts the "PatientID" DICOM tag (+ updated sample)
21 * Possibility to set HTTP headers from plugins
22 * "LastUpdate" metadata is now always returned for patients, studies and series
23
24 Maintenance
25 -----------
26
19 * Refactoring of HttpOutput ("Content-Length" header is now always sent) 27 * Refactoring of HttpOutput ("Content-Length" header is now always sent)
20 * "/tools/create-dicom" now accepts the "PatientID" DICOM tag (+ updated sample)
21 * Upgrade to Mongoose 3.8 28 * Upgrade to Mongoose 3.8
22 * Possibility to set HTTP headers from plugins
23 * Fixes for Visual Studio 2013 and Windows 64bit 29 * Fixes for Visual Studio 2013 and Windows 64bit
24 * Fix issue 16: Handling of "AT" value representations in JSON 30 * Fix issue 16: Handling of "AT" value representations in JSON
25 * Fix issue 17 31 * Fix issue 17
26 32
27 33