comparison NEWS @ 1772:53e045b5a8ec

MIME content type can be associated to custom attachments (cf. "UserContentType")
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Nov 2015 14:36:27 +0100
parents 57b9e6890482
children 613df4362575
comparison
equal deleted inserted replaced
1771:8790488ae98b 1772:53e045b5a8ec
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 * New configuration option: "Dictionary" to declare custom DICOM tags
13 * MIME content type can be associated to custom attachments (cf. "UserContentType")
13 14
14 Plugins 15 Plugins
15 ------- 16 -------
16 17
17 * New function "OrthancPluginRegisterErrorCode()" to declare custom error codes 18 * New function "OrthancPluginRegisterErrorCode()" to declare custom error codes