comparison NEWS @ 1823:0ef4e6e66b56

"Origin" metadata for the instances
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 25 Nov 2015 10:32:54 +0100
parents 2abfdca9b915
children b530c3dfe2a6
comparison
equal deleted inserted replaced
1822:9ed9458aa44f 1823:0ef4e6e66b56
5 ----- 5 -----
6 6
7 * Experimental support of DICOM C-Find SCP for modality worklists through plugins 7 * Experimental support of DICOM C-Find SCP for modality worklists through plugins
8 * Support of DICOM C-Find SCU for modality worklists ("/modalities/{dicom}/find-worklist") 8 * Support of DICOM C-Find SCU for modality worklists ("/modalities/{dicom}/find-worklist")
9 9
10 Minor 10 REST API
11 ----- 11 --------
12 12
13 * New configuration options: 13 * New URIs:
14 - "UnknownSopClassAccepted" to disable promiscuous mode (accept unknown SOP class UID) 14 - "/series/.../ordered-slices" to order the slices of a 2D+t or 3D series
15 - New configuration option: "Dictionary" to declare custom DICOM tags 15 - "/tools/shutdown" to stop Orthanc from the REST API
16 * Add ".dcm" suffix to files in ZIP archives (cf. URI ".../archive") 16 - ".../compress", ".../uncompress" and ".../is-compressed" for attachments
17 - "/tools/create-archive" to create ZIP from a set of resources
18 - "/tools/create-media" to create ZIP+DICOMDIR from a set of resources
17 * "/tools/create-dicom": 19 * "/tools/create-dicom":
18 - Support of binary tags encoded using data URI scheme 20 - Support of binary tags encoded using data URI scheme
19 - Support of hierarchical structures (creation of sequences) 21 - Support of hierarchical structures (creation of sequences)
20 - Create tags with unknown VR 22 - Create tags with unknown VR
21 * "/modify" can insert/modify sequences 23 * "/modify" can insert/modify sequences
22 * "/series/.../ordered-slices" to order the slices of a 2D+t or 3D image 24 * ".../preview" and ".../image-uint8" can return JPEG images if the HTTP Accept Header asks so
23 * New URI "/tools/shutdown" to stop Orthanc from the REST API 25 * "Origin" metadata for the instances
24 * New URIs for attachments: ".../compress", ".../uncompress" and ".../is-compressed" 26
27 Minor
28 -----
29
30 * New configuration options:
31 - "UnknownSopClassAccepted" to disable promiscuous mode (accept unknown SOP class UID)
32 - New configuration option: "Dictionary" to declare custom DICOM tags
33 * Add ".dcm" suffix to files in ZIP archives (cf. URI ".../archive")
25 * MIME content type can be associated to custom attachments (cf. "UserContentType") 34 * MIME content type can be associated to custom attachments (cf. "UserContentType")
26 * New URIs "/tools/create-archive" and "/tools/create-media" to create ZIP/DICOMDIR
27 from a set of resources
28 * ".../preview" and ".../image-uint8" can return JPEG images if the HTTP Accept Header asks so
29 35
30 Plugins 36 Plugins
31 ------- 37 -------
32 38
33 * New functions: 39 * New functions: