Mercurial > hg > orthanc
annotate NEWS @ 482:b05eb8708aee
fix history in Orthanc Explorer
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 16 Jul 2013 11:30:24 +0200 |
parents | 4c8111597fcf |
children | b8ace6fc1d1f |
rev | line source |
---|---|
69
fce53dabac6d
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
68
diff
changeset
|
1 Pending changes in the mainline |
fce53dabac6d
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
68
diff
changeset
|
2 =============================== |
fce53dabac6d
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
68
diff
changeset
|
3 |
439 | 4 |
482
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
5 Major changes |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
6 ------------- |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
7 |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
8 * Introduction of the C++ client |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
9 * Access to signed images (instances/.../image-int16) |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
10 (Closes: Debian #716958) |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
11 |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
12 |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
13 Minor changes |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
14 ------------- |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
15 |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
16 * Statistics about patients, studies, series and instances |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
17 * Link from anonymized to original resource in Orthanc Explorer |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
18 * Fixes for Red Hat and Debian packaging |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
19 * Fixes for history in Orthanc Explorer |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
20 * Fixes for boost::thread, as reported by Cyril Paulus |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
21 |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
22 |
439 | 23 Metadata |
24 -------- | |
25 | |
482
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
26 * Access to the metadata through the REST API (.../metadata) |
439 | 27 * Support of user-defined metadata |
433 | 28 * "LastUpdate" metadata for patients, studies and series |
446 | 29 * "/tools/now" to be used in combination with "LastUpdate" |
433 | 30 * Improved support of series with temporal positions |
439 | 31 |
379 | 32 |
421 | 33 |
34 Version 0.5.2 (2013/05/07) | |
35 ========================== | |
36 | |
406 | 37 * "Bulk" Store-SCU (send several DICOM instances with the same |
412 | 38 DICOM connexion) |
39 * Store-SCU for patients and studies in Orthanc Explorer | |
40 * Filtering of incoming DICOM instances (through Lua scripting) | |
41 * Filtering of incoming HTTP requests (through Lua scripting) | |
413
47d63c941902
clearing /exports and /changes
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
412
diff
changeset
|
42 * Clearing of "/exports" and "/changes" |
412 | 43 * Check MD5 of third party downloads |
416 | 44 * Faking of the HTTP methods PUT and DELETE |
406 | 45 |
379 | 46 |
47 Version 0.5.1 (2013/04/17) | |
48 ========================== | |
49 | |
369
4632a044746e
simplification of the code
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
358
diff
changeset
|
50 * Support of RGB images |
376
2cef9c2d4148
separate path for SQLite index, manual loading of external dictionaries
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
369
diff
changeset
|
51 * Fix of store SCU in release builds |
2cef9c2d4148
separate path for SQLite index, manual loading of external dictionaries
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
369
diff
changeset
|
52 * Possibility to store the SQLite index at another place than the |
406 | 53 DICOM instances (for performance) |
358
3e604c6f0a74
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
356
diff
changeset
|
54 |
3e604c6f0a74
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
356
diff
changeset
|
55 |
3e604c6f0a74
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
356
diff
changeset
|
56 Version 0.5.0 (2013/01/31) |
3e604c6f0a74
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
356
diff
changeset
|
57 ========================== |
3e604c6f0a74
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
356
diff
changeset
|
58 |
317 | 59 Major changes |
60 ------------- | |
61 | |
311 | 62 * Download of modified or anonymized DICOM instances |
356 | 63 * Inplace modification and anymization of DICOM series, studies and patients |
317 | 64 |
65 Minor changes | |
66 ------------- | |
67 | |
343 | 68 * Support of private tags |
319 | 69 * Implementation of the PMSCT_RLE1 image decoding for Philips modalities |
343 | 70 * Generation of random DICOM UID through the REST API (/tools/generate-uid) |
306
326d5a4a5af3
modification of instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
293
diff
changeset
|
71 |
293
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
72 |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
73 Version 0.4.0 (2012/12/14) |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
74 ========================== |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
75 |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
76 Major changes |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
77 ------------- |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
78 |
271 | 79 * Recycling of disk space |
293
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
80 * Raw access to the value of the DICOM tags in the REST API |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
81 |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
82 Minor changes |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
83 ------------- |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
84 |
275 | 85 * Protection of patients against recycling (also in Orthanc Explorer) |
291
4d7469f72a0b
embedding of dicom dictionaries
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
285
diff
changeset
|
86 * The DICOM dictionaries are embedded in Windows builds |
254
0b1e46ae6632
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
252
diff
changeset
|
87 |
0b1e46ae6632
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
252
diff
changeset
|
88 |
0b1e46ae6632
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
252
diff
changeset
|
89 Version 0.3.1 (2012/12/05) |
0b1e46ae6632
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
252
diff
changeset
|
90 ========================== |
0b1e46ae6632
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
252
diff
changeset
|
91 |
0b1e46ae6632
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
252
diff
changeset
|
92 * Download archives of patients, studies and series as ZIP files |
252 | 93 * Orthanc now checks the version of its database schema before starting |
250
f23318b11b39
creation of zip files
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
241
diff
changeset
|
94 |
241
391e7a9de203
preparing release 0.3.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
238
diff
changeset
|
95 |
391e7a9de203
preparing release 0.3.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
238
diff
changeset
|
96 Version 0.3.0 (2012/11/30) |
391e7a9de203
preparing release 0.3.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
238
diff
changeset
|
97 ========================== |
391e7a9de203
preparing release 0.3.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
238
diff
changeset
|
98 |
206
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
99 Major changes |
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
100 ------------- |
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
101 |
236 | 102 * Transparent compression of the DICOM instances on the disk |
211 | 103 * The patient/study/series/instances are now indexed by SHA-1 digests |
104 of their DICOM Instance IDs (and not by UUIDs anymore): The same | |
105 DICOM objects are thus always identified by the same Orthanc IDs | |
231 | 106 * Log of exported instances through DICOM C-Store SCU ("/exported" URI) |
236 | 107 * Full refactoring of the DB schema and of the REST API |
108 * Introduction of generic classes for REST APIs (in Core/RestApi) | |
166 | 109 |
206
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
110 Minor changes |
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
111 ------------- |
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
112 |
238 | 113 * "/statistics" URI |
237
16a4ac70bd8a
last change and export
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
236
diff
changeset
|
114 * "last" flag to retrieve the last change from the "/changes" URI |
211 | 115 * Generate a sample configuration file from command line |
206
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
116 * "CompletedSeries" event in the changes API |
231 | 117 * Thread to continuously flush DB to disk (SQLite checkpoints for |
232
5368bbe813cf
refactoring of attachments
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
231
diff
changeset
|
118 improved robustness) |
206
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
119 |
166 | 120 |
121 Version 0.2.3 (2012/10/26) | |
122 ========================== | |
123 | |
155
93e1b0e3b83a
filenames when downloading json/dicom
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
152
diff
changeset
|
124 * Use HTTP Content-Disposition to set a filename when downloading JSON/DCM |
93e1b0e3b83a
filenames when downloading json/dicom
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
152
diff
changeset
|
125 * URI "/system" for general information about Orthanc |
152
4829c054751a
improved navigation in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
151
diff
changeset
|
126 * Versioning info and help on the command line |
147 | 127 * Improved logging |
134 | 128 * Possibility of dynamic linking against jsoncpp, sqlite, boost and dmctk |
166 | 129 for Debian packaging |
147 | 130 * Fix some bugs |
155
93e1b0e3b83a
filenames when downloading json/dicom
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
152
diff
changeset
|
131 * Switch to default 8042 port for HTTP |
95
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
132 |
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
133 |
118 | 134 Version 0.2.2 (2012/10/04) |
111
0fc3b69c0357
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
95
diff
changeset
|
135 ========================== |
0fc3b69c0357
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
95
diff
changeset
|
136 |
113 | 137 * Switch to Google Logging |
111
0fc3b69c0357
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
95
diff
changeset
|
138 * Fixes to Debian packaging |
0fc3b69c0357
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
95
diff
changeset
|
139 |
0fc3b69c0357
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
95
diff
changeset
|
140 |
95
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
141 Version 0.2.1 (2012/09/28) |
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
142 ========================== |
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
143 |
80 | 144 * Status of series |
82 | 145 * Continuous Integration Server is up and running |
95
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
146 * Ready for Debian packaging |
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
147 |
69
fce53dabac6d
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
68
diff
changeset
|
148 |
68
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
149 Version 0.2.0 (2012/09/16) |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
150 ========================== |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
151 |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
152 Major changes |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
153 ------------- |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
154 |
57 | 155 * Renaming to "Orthanc" |
68
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
156 * Focus on security: Support of SSL, HTTP Basic Authentication and |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
157 interdiction of remote access |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
158 * Access to multi-frame images (for nuclear medicine) |
42
ea48f38afe5f
access to raw images
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
31
diff
changeset
|
159 * Access to the raw PNG images (in 8bpp and 16bpp) |
68
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
160 |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
161 Minor changes |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
162 ------------- |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
163 |
48 | 164 * Change of the licensing of the "Core/SQLite" folder to BSD (to |
31 | 165 reflect the original licensing terms of Chromium, from which the |
166 code derives) | |
19 | 167 * Standalone build for cross-compilation |
18 | 168 |
7 | 169 |
170 Version 0.1.1 (2012/07/20) | |
171 ========================== | |
172 | |
173 * Fix Windows version | |
174 * Native Windows build with Microsoft Visual Studio 2005 | |
17 | 175 * Add path to storage in Configuration.json |
7 | 176 |
177 | |
178 Version 0.1.0 (2012/07/19) | |
179 ========================== | |
180 | |
181 * Initial release |