comparison NEWS @ 2202:9b373b7d6713

Fix handling of encodings in C-FIND requests
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 Dec 2016 12:45:06 +0100
parents af60b784d2b8
children 0158f2de8cad
comparison
equal deleted inserted replaced
2201:307365d0991a 2202:9b373b7d6713
16 * "Permissive" flag for URI "/modalities/{...}/store" to ignore C-Store transfer errors 16 * "Permissive" flag for URI "/modalities/{...}/store" to ignore C-Store transfer errors
17 * "Asynchronous" flag for URIs "/modalities/{...}/store" and "/peers/{...}/store" 17 * "Asynchronous" flag for URIs "/modalities/{...}/store" and "/peers/{...}/store"
18 to avoid waiting for the completion of image transfers 18 to avoid waiting for the completion of image transfers
19 * Possibility to DELETE "dicom-as-json" attachments to reconstruct the JSON summaries 19 * Possibility to DELETE "dicom-as-json" attachments to reconstruct the JSON summaries
20 * "Keep" option for modifications to keep original DICOM identifiers (advanced feature) 20 * "Keep" option for modifications to keep original DICOM identifiers (advanced feature)
21 * "/tools/default-encoding" to get or temporarily change the default encoding
21 22
22 Plugins 23 Plugins
23 ------- 24 -------
24 25
25 * New function: "OrthancPluginRegisterPrivateDictionaryTag()" to register private tags 26 * New function: "OrthancPluginRegisterPrivateDictionaryTag()" to register private tags
27 * New C++ help wrappers in "Plugins/Samples/Common/" to read DICOM datasets 28 * New C++ help wrappers in "Plugins/Samples/Common/" to read DICOM datasets
28 29
29 Maintenance 30 Maintenance
30 ----------- 31 -----------
31 32
33 * Fix handling of encodings in C-FIND requests
32 * Use of DCMTK 3.6.1 dictionary of private tags in standalone builds 34 * Use of DCMTK 3.6.1 dictionary of private tags in standalone builds
33 * Avoid hard crash if not enough memory (handling of std::bad_alloc) 35 * Avoid hard crash if not enough memory (handling of std::bad_alloc)
34 * Improved robustness of Orthanc Explorer wrt. query/retrieve (maybe fix issue 24) 36 * Improved robustness of Orthanc Explorer wrt. query/retrieve (maybe fix issue 24)
35 * Fix serious performance issue with C-FIND 37 * Fix serious performance issue with C-FIND
36 * Fix extraction of the symbolic name of the private tags 38 * Fix extraction of the symbolic name of the private tags