comparison NEWS @ 1757:98abb8d7f905 db-changes

ServerContext::Apply lookup
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 28 Oct 2015 12:29:12 +0100
parents 06addfcd1d4c
children 57b9e6890482
comparison
equal deleted inserted replaced
1756:03b030680e3d 1757:98abb8d7f905
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4 * Full indexation of the patient/study tags to speed up searches and C-Find
4 * Add ".dcm" suffix to files in ZIP archives (cf. URI ".../archive") 5 * Add ".dcm" suffix to files in ZIP archives (cf. URI ".../archive")
5 * "/tools/create-dicom": Support of binary tags encoded using data URI scheme 6 * "/tools/create-dicom": Support of binary tags encoded using data URI scheme
6 * "/tools/create-dicom": Support of hierarchical structures (creation of sequences) 7 * "/tools/create-dicom": Support of hierarchical structures (creation of sequences)
7 * "/modify" can insert/modify sequences 8 * "/modify" can insert/modify sequences
8 * "/series/.../ordered-slices" to order the slices of a 2D+t or 3D image 9 * "/series/.../ordered-slices" to order the slices of a 2D+t or 3D image
22 * Optional argument "keepStrings" in "DumpJson()" 23 * Optional argument "keepStrings" in "DumpJson()"
23 24
24 Maintenance 25 Maintenance
25 ----------- 26 -----------
26 27
28 * Full refactoring of the searching features
27 * C-Move SCP for studies using AccessionNumber tag 29 * C-Move SCP for studies using AccessionNumber tag
28 * Fix issue 4 (C-Store Association not renegotiated on Specific-to-specific transfer syntax change) 30 * Fix issue 4 (C-Store Association not renegotiated on Specific-to-specific transfer syntax change)
29 * "/system" URI gives information about the plugins used for storage area and DB back-end 31 * "/system" URI gives information about the plugins used for storage area and DB back-end
30 * Plugin callbacks should now return explicit "OrthancPluginErrorCode" instead of integers 32 * Plugin callbacks should now return explicit "OrthancPluginErrorCode" instead of integers
31 * "/tools/create-dicom" can create tags with unknown VR 33 * "/tools/create-dicom" can create tags with unknown VR