comparison NEWS @ 4883:504624b0a062

Added "/patients|studies|series|instances/{...}/attachments/{...}/info" route to retrieve the full information about an attachment (size, type, MD5 and UUID)
author Alain Mazy <am@osimis.io>
date Wed, 09 Feb 2022 13:10:11 +0100
parents b3d0a3a4d890
children 8523078f3f4b
comparison
equal deleted inserted replaced
4882:6971ea27a2a9 4883:504624b0a062
32 it raises a 415 error code. 32 it raises a 415 error code.
33 * Archive jobs response now contains a header Content-Disposition:filename='archive.zip' 33 * Archive jobs response now contains a header Content-Disposition:filename='archive.zip'
34 * "/instances/{...}/frames/{...}/numpy": Download the frame as a Python numpy array 34 * "/instances/{...}/frames/{...}/numpy": Download the frame as a Python numpy array
35 * "/instances/{...}/numpy": Download the instance as a Python numpy array 35 * "/instances/{...}/numpy": Download the instance as a Python numpy array
36 * "/series/{...}/numpy": Download the series as a Python numpy array 36 * "/series/{...}/numpy": Download the series as a Python numpy array
37 * Added a ?full option to "/patients|studies|series|instances/{...}/attachments route 37 * Added a ?full option to "/patients|studies|series|instances/{...}/attachments" route
38 to show the mapping alias<->numerical id.
39 * Added "/patients|studies|series|instances/{...}/attachments/{...}/info" route to retrieve
40 the full information about an attachment (size, type, MD5 and UUID)
38 41
39 Lua 42 Lua
40 --- 43 ---
41 44
42 * New "ReceivedCStoreInstanceFilter" Lua callback to filter instances received 45 * New "ReceivedCStoreInstanceFilter" Lua callback to filter instances received