comparison NEWS @ 1831:3ae2ff249675

"/instances/.../header" to get the meta information (header) of the DICOM instance
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 26 Nov 2015 18:53:00 +0100
parents 2921384cc352
children b7da58699f92
comparison
equal deleted inserted replaced
1830:2921384cc352 1831:3ae2ff249675
14 - "/series/.../ordered-slices" to order the slices of a 2D+t or 3D series 14 - "/series/.../ordered-slices" to order the slices of a 2D+t or 3D series
15 - "/tools/shutdown" to stop Orthanc from the REST API 15 - "/tools/shutdown" to stop Orthanc from the REST API
16 - ".../compress", ".../uncompress" and ".../is-compressed" for attachments 16 - ".../compress", ".../uncompress" and ".../is-compressed" for attachments
17 - "/tools/create-archive" to create ZIP from a set of resources 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 18 - "/tools/create-media" to create ZIP+DICOMDIR from a set of resources
19 - "/instances/.../header" to get the meta information (header) of the DICOM instance
19 * "/tools/create-dicom": 20 * "/tools/create-dicom":
20 - Support of binary tags encoded using data URI scheme 21 - Support of binary tags encoded using data URI scheme
21 - Support of hierarchical structures (creation of sequences) 22 - Support of hierarchical structures (creation of sequences)
22 - Create tags with unknown VR 23 - Create tags with unknown VR
23 * "/modify" can insert/modify sequences 24 * "/modify" can insert/modify sequences