comparison NEWS @ 2726:46061a91c88a jobs

new metadata (RemoteIP, CalledAET, HttpUsername), "?expand" metadata
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Jul 2018 18:01:16 +0200
parents 7caf01aa4d7b
children a2536c0d72de
comparison
equal deleted inserted replaced
2725:7caf01aa4d7b 2726:46061a91c88a
7 * New advanced job engine 7 * New advanced job engine
8 * New configuration options: 8 * New configuration options:
9 - "ConcurrentJobs": Max number of jobs that are simultanously running 9 - "ConcurrentJobs": Max number of jobs that are simultanously running
10 - "SynchronousCMove": Whether to run DICOM C-Move operations synchronously 10 - "SynchronousCMove": Whether to run DICOM C-Move operations synchronously
11 - "JobsHistorySize": Max number of completed jobs that are kept in memory 11 - "JobsHistorySize": Max number of completed jobs that are kept in memory
12 * New metadata automatically computed at the instance level:
13 "RemoteIp", "CalledAet" and "HttpUsername"
12 14
13 Orthanc Explorer 15 Orthanc Explorer
14 ---------------- 16 ----------------
15 17
16 * New screen listing all the available studies 18 * New screen listing all the available studies
33 sending a POST request to the ".../reconstruct" URI. This change 35 sending a POST request to the ".../reconstruct" URI. This change
34 triggered an update of ORTHANC_API_VERSION from 1.0 to 1.1 36 triggered an update of ORTHANC_API_VERSION from 1.0 to 1.1
35 * "/instances/.../frame/../image-uint8 and friends now accepts a 37 * "/instances/.../frame/../image-uint8 and friends now accepts a
36 "image/pam" MIME type to retrieve images in PAM format 38 "image/pam" MIME type to retrieve images in PAM format
37 (https://en.wikipedia.org/wiki/Netpbm#PAM_graphics_format) 39 (https://en.wikipedia.org/wiki/Netpbm#PAM_graphics_format)
40 * New option "?expand" to "/instances/.../metadata"
38 41
39 Plugins 42 Plugins
40 ------- 43 -------
41 44
42 * New primitive in database SDK: "lookupIdentifierRange" to speed up range searches 45 * New primitive in database SDK: "lookupIdentifierRange" to speed up range searches