comparison NEWS @ 1765:57b9e6890482

New configuration option: "Dictionary" to declare custom DICOM tags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Oct 2015 16:49:25 +0100
parents 98abb8d7f905
children 53e045b5a8ec
comparison
equal deleted inserted replaced
1764:9ead18ef460a 1765:57b9e6890482
7 * "/tools/create-dicom": Support of hierarchical structures (creation of sequences) 7 * "/tools/create-dicom": Support of hierarchical structures (creation of sequences)
8 * "/modify" can insert/modify sequences 8 * "/modify" can insert/modify sequences
9 * "/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
10 * New URI "/tools/shutdown" to stop Orthanc from the REST API 10 * New URI "/tools/shutdown" to stop Orthanc from the REST API
11 * New URIs for attachments: ".../compress", ".../uncompress" and ".../is-compressed" 11 * New URIs for attachments: ".../compress", ".../uncompress" and ".../is-compressed"
12 * New configuration option: "Dictionary" to declare custom DICOM tags
12 13
13 Plugins 14 Plugins
14 ------- 15 -------
15 16
16 * New function "OrthancPluginRegisterErrorCode()" to declare custom error codes 17 * New function "OrthancPluginRegisterErrorCode()" to declare custom error codes
17 * New function "OrthancPluginRegisterDictionaryTag()" to declare DICOM tags 18 * New function "OrthancPluginRegisterDictionaryTag()" to declare custom DICOM tags
18 * New "OrthancStarted" and "OrthancStopped" events in change callbacks 19 * New "OrthancStarted" and "OrthancStopped" events in change callbacks
19 20
20 Lua 21 Lua
21 --- 22 ---
22 23