comparison NEWS @ 3799:320a2d224902

merge
author Alain Mazy <alain@mazy.be>
date Wed, 01 Apr 2020 10:15:33 +0200
parents d73ce7c537c3
children 9fe1d64a748c
comparison
equal deleted inserted replaced
3798:c38b82bb6fd3 3799:320a2d224902
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4
5 Maintenance
6 -----------
7
8 * Source code repository moved from BitBucket to self-hosted server
9 * Fix lookup form in Orthanc Explorer (wildcards not allowed in StudyDate)
10 * Fix signature of "OrthancPluginRegisterStorageCommitmentScpCallback()" in plugins SDK
11
12
13 Version 1.6.0 (2020-03-18)
14 ==========================
15
16 General
17 -------
18
19 * Support of DICOM storage commitment
20
4 REST API 21 REST API
5 -------- 22 --------
6 23
7 * API version has been upgraded to 5 24 * API version has been upgraded to 5
8 * added "/peers/{id}/system" route to test the connectivity with a remote peer (and eventually 25 * Added:
9 retrieve its version number) 26 - "/peers/{id}/system": Test the connectivity with a remote peer
10 * "/changes": Allow the "limit" argument to be greater than 100 27 (and also retrieve its version number)
11 * "/instances/{id}/preview": Now takes the windowing into account 28 - "/tools/log-level": Access and/or change the log level without restarting Orthanc
12 * "/tools/log-level": Possibility to access and change the log level without restarting Orthanc 29 - "/instances/{id}/frames/{frame}/rendered" and "/instances/{id}/rendered":
13 * added "/instances/{id}/frames/{frame}/rendered" and "/instances/{id}/rendered" routes 30 Render frames, taking windowing and resizing into account
14 to render frames, taking windowing and resizing into account 31 - "/modalities/{...}/storage-commitment": Trigger storage commitment SCU
15 * "/instances": Support "Content-Encoding: gzip" to upload gzip-compressed DICOM files 32 - "/storage-commitment/{...}": Access storage commitment reports
16 * ".../modify" and "/tools/create-dicom": New option "PrivateCreator" for private tags 33 - "/storage-commitment/{...}/remove": Remove instances from storage commitment reports
34 * Improved:
35 - "/changes": Allow the "limit" argument to be greater than 100
36 - "/instances": Support "Content-Encoding: gzip" to upload gzip-compressed DICOM files
37 - ".../modify" and "/tools/create-dicom": New option "PrivateCreator" for private tags
38 - "/modalities/{...}/store": New Boolean argument "StorageCommitment"
17 39
18 Plugins 40 Plugins
19 ------- 41 -------
20 42
21 * New sample plugin: "ConnectivityChecks" 43 * New sample plugin: "ConnectivityChecks"
44 * New primitives to handle storage commitment SCP by plugins
22 45
23 Lua 46 Lua
24 --- 47 ---
25 48
26 * New events: 49 * New events:
30 triggered when an attachment or a metadata is updated 53 triggered when an attachment or a metadata is updated
31 54
32 Maintenance 55 Maintenance
33 ----------- 56 -----------
34 57
58 * New configuration options: "DefaultPrivateCreator" and "StorageCommitmentReportsSize"
35 * Support of MPEG4 transfer syntaxes in C-Store SCP 59 * Support of MPEG4 transfer syntaxes in C-Store SCP
36 * C-FIND SCU at Instance level now sets the 0008,0052 tag to IMAGE per default (was INSTANCE). 60 * C-FIND SCU at Instance level now sets the 0008,0052 tag to IMAGE per default (was INSTANCE).
37 Therefore, the "ClearCanvas" and "Dcm4Chee" modality manufacturer have now been deprecated. 61 Therefore, the "ClearCanvas" and "Dcm4Chee" modality manufacturer have now been deprecated.
38 * More strict C-FIND SCP wrt. the DICOM standard: Forbid wildcard 62 * More strict C-FIND SCP wrt. the DICOM standard: Forbid wildcard
39 matching on some VRs, ignore main tags below the queried level 63 matching on some VRs, ignore main tags below the queried level