comparison NEWS @ 1054:1701dcb6f554

Access patient module at the study level to cope with PatientID collisions
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Jul 2014 17:10:08 +0200
parents bd2cb95003da
children 6f923d52a46c
comparison
equal deleted inserted replaced
1053:ee5cbe6e48d3 1054:1701dcb6f554
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4
5 General
6 -------
7
8 * Access patient module at the study level to cope with PatientID collisions
9 * On-the-fly conversion of JSON to XML according to the HTTP Accept header
10 * C-Echo SCU in the REST API
11
12 Plugins
13 -------
14
4 * Lookup for DICOM UIDs in the plugin SDK 15 * Lookup for DICOM UIDs in the plugin SDK
5 * Plugins have access to the HTTP headers and can answer with HTTP status codes 16 * Plugins have access to the HTTP headers and can answer with HTTP status codes
6 * On-the-fly conversion of JSON to XML according to the HTTP Accept header
7 * C-Echo SCU in the REST API
8 17
9 18
10 Version 0.8.0 (2014/07/10) 19 Version 0.8.0 (2014/07/10)
11 ========================== 20 ==========================
12 21
41 50
42 * Dynamic negotiation of SOP classes for C-Store SCU 51 * Dynamic negotiation of SOP classes for C-Store SCU
43 * Creation of DICOM instances using the REST API 52 * Creation of DICOM instances using the REST API
44 * Embedding of images within DICOM instances 53 * Embedding of images within DICOM instances
45 * Adding/removal/modification of remote modalities/peers through REST 54 * Adding/removal/modification of remote modalities/peers through REST
46 * Reuse of the previous SCU connection to avoid unecessary handshakes 55 * Reuse of the previous SCU connection to avoid unnecessary handshakes
47 * Fix problems with anonymization and modification 56 * Fix problems with anonymization and modification
48 * Fix missing licensing terms about reuse of some code from DCMTK 57 * Fix missing licensing terms about reuse of some code from DCMTK
49 * Various code refactorings 58 * Various code refactorings
50 59
51 60
170 179
171 Version 0.5.2 (2013/05/07) 180 Version 0.5.2 (2013/05/07)
172 ========================== 181 ==========================
173 182
174 * "Bulk" Store-SCU (send several DICOM instances with the same 183 * "Bulk" Store-SCU (send several DICOM instances with the same
175 DICOM connexion) 184 DICOM connection)
176 * Store-SCU for patients and studies in Orthanc Explorer 185 * Store-SCU for patients and studies in Orthanc Explorer
177 * Filtering of incoming DICOM instances (through Lua scripting) 186 * Filtering of incoming DICOM instances (through Lua scripting)
178 * Filtering of incoming HTTP requests (through Lua scripting) 187 * Filtering of incoming HTTP requests (through Lua scripting)
179 * Clearing of "/exports" and "/changes" 188 * Clearing of "/exports" and "/changes"
180 * Check MD5 of third party downloads 189 * Check MD5 of third party downloads
195 204
196 Major changes 205 Major changes
197 ------------- 206 -------------
198 207
199 * Download of modified or anonymized DICOM instances 208 * Download of modified or anonymized DICOM instances
200 * Inplace modification and anymization of DICOM series, studies and patients 209 * Inplace modification and anonymization of DICOM series, studies and patients
201 210
202 Minor changes 211 Minor changes
203 ------------- 212 -------------
204 213
205 * Support of private tags 214 * Support of private tags