comparison NEWS @ 236:6d9be2b470b4

compression
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 30 Nov 2012 15:09:16 +0100
parents 5368bbe813cf
children 16a4ac70bd8a
comparison
equal deleted inserted replaced
235:1e0595885a81 236:6d9be2b470b4
2 =============================== 2 ===============================
3 3
4 Major changes 4 Major changes
5 ------------- 5 -------------
6 6
7 * Full refactoring of the DB schema and of the REST API 7 * Transparent compression of the DICOM instances on the disk
8 * Introduction of generic classes for REST APIs (in Core/RestApi)
9 * The patient/study/series/instances are now indexed by SHA-1 digests 8 * 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 9 of their DICOM Instance IDs (and not by UUIDs anymore): The same
11 DICOM objects are thus always identified by the same Orthanc IDs 10 DICOM objects are thus always identified by the same Orthanc IDs
12 * Log of exported instances through DICOM C-Store SCU ("/exported" URI) 11 * Log of exported instances through DICOM C-Store SCU ("/exported" URI)
12 * Full refactoring of the DB schema and of the REST API
13 * Introduction of generic classes for REST APIs (in Core/RestApi)
13 14
14 Minor changes 15 Minor changes
15 ------------- 16 -------------
16 17
17 * Generate a sample configuration file from command line 18 * Generate a sample configuration file from command line