Mercurial > hg > orthanc
comparison NEWS @ 231:8098448bd827
export log
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 30 Nov 2012 12:18:44 +0100 |
parents | b7aea293b965 |
children | 5368bbe813cf |
comparison
equal
deleted
inserted
replaced
230:ae2367145b49 | 231:8098448bd827 |
---|---|
7 * Full refactoring of the DB schema and of the REST API | 7 * Full refactoring of the DB schema and of the REST API |
8 * Introduction of generic classes for REST APIs (in Core/RestApi) | 8 * Introduction of generic classes for REST APIs (in Core/RestApi) |
9 * The patient/study/series/instances are now indexed by SHA-1 digests | 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 | 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 | 11 DICOM objects are thus always identified by the same Orthanc IDs |
12 * Log of exported instances through DICOM C-Store SCU ("/exported" URI) | |
12 | 13 |
13 Minor changes | 14 Minor changes |
14 ------------- | 15 ------------- |
15 | 16 |
16 * Generate a sample configuration file from command line | 17 * Generate a sample configuration file from command line |
17 * "CompletedSeries" event in the changes API | 18 * "CompletedSeries" event in the changes API |
18 * Thread to continuously flush DB to disk (robustness against reboots) | 19 * Thread to continuously flush DB to disk (SQLite checkpoints for |
20 robustness against reboots) | |
19 | 21 |
20 | 22 |
21 Version 0.2.3 (2012/10/26) | 23 Version 0.2.3 (2012/10/26) |
22 ========================== | 24 ========================== |
23 | 25 |