comparison NEWS @ 211:b7aea293b965

list of resources
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Nov 2012 09:56:46 +0100
parents 7f74209ea0f8
children 8098448bd827
comparison
equal deleted inserted replaced
210:96b7918a6a18 211:b7aea293b965
2 =============================== 2 ===============================
3 3
4 Major changes 4 Major changes
5 ------------- 5 -------------
6 6
7 * Full refactoring of the DB schema 7 * Full refactoring of the DB schema and of the REST API
8 * Generate a sample configuration file from command line 8 * Introduction of generic classes for REST APIs (in Core/RestApi)
9 * The patient/study/series/instances are now indexed by SHA-1 digests
10 of their DICOM Instance IDs (and not by UUIDs anymore): The same
11 DICOM objects are thus always identified by the same Orthanc IDs
9 12
10 Minor changes 13 Minor changes
11 ------------- 14 -------------
12 15
16 * Generate a sample configuration file from command line
13 * "CompletedSeries" event in the changes API 17 * "CompletedSeries" event in the changes API
14 * Thread to continuously flush DB to disk (robustness against reboots) 18 * Thread to continuously flush DB to disk (robustness against reboots)
15 19
16 20
17 Version 0.2.3 (2012/10/26) 21 Version 0.2.3 (2012/10/26)