comparison NEWS @ 2152:cbebc5d072b0

Use of DCMTK 3.6.1 dictionary of private tags in standalone builds
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 14 Nov 2016 15:10:08 +0100
parents 8cbb55089a1d
children d402a80567e6
comparison
equal deleted inserted replaced
2151:8cbb55089a1d 2152:cbebc5d072b0
23 * New function: "OrthancPluginRegisterPrivateDictionaryTag()" to register private tags 23 * New function: "OrthancPluginRegisterPrivateDictionaryTag()" to register private tags
24 24
25 Maintenance 25 Maintenance
26 ----------- 26 -----------
27 27
28 * Use of DCMTK 3.6.1 dictionary of private tags in standalone builds
28 * Avoid hard crash if not enough memory (handling of std::bad_alloc) 29 * Avoid hard crash if not enough memory (handling of std::bad_alloc)
29 * Improved robustness of Orthanc Explorer wrt. query/retrieve (maybe fix issue 24) 30 * Improved robustness of Orthanc Explorer wrt. query/retrieve (maybe fix issue 24)
30 * Fix serious performance issue with C-FIND 31 * Fix serious performance issue with C-FIND
31 * Fix extraction of the symbolic name of the private tags 32 * Fix extraction of the symbolic name of the private tags
32 * Performance warning if runtime debug assertions are turned on 33 * Performance warning if runtime debug assertions are turned on