comparison NEWS @ 5221:d0f7c742d397 db-protobuf

started implementation of labels
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 03 Apr 2023 20:53:14 +0200
parents eb41e1833cea
children 49e906a8fea2
comparison
equal deleted inserted replaced
5220:df39c7583a49 5221:d0f7c742d397
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4 General
5 -------
6
7 * Support for labels associated with patients, studies, series, and instances
8
4 REST API 9 REST API
5 -------- 10 --------
6 11
7 * API version upgraded to 20 12 * API version upgraded to 20
8 * /system: added "UserMetadata" 13 * New URIs "/.../{id}/labels/{label}" to test/set/remove labels
14 * The "/patients/{id}", "/studies/{id}", "/series/{id}" and "/instances/{id}"
15 contain the "Labels" field
16 * "/system": added "UserMetadata"
9 17
10 Plugins 18 Plugins
11 ------- 19 -------
12 20
13 * Added "OrthancPluginRegisterDatabaseBackendV4()" to communicate using Google 21 * Added "OrthancPluginRegisterDatabaseBackendV4()" to communicate using Google
16 Maintenance 24 Maintenance
17 ----------- 25 -----------
18 26
19 * Enforce the existence of the patient/study/instance while creating its archive 27 * Enforce the existence of the patient/study/instance while creating its archive
20 * Security: New configuration option "RestApiWriteToFileSystemEnabled" 28 * Security: New configuration option "RestApiWriteToFileSystemEnabled"
21 to allow "/instances/../export" that is now disabled by default 29 to allow "/instances/../export" (the latter is now disabled by default)
22 * Fix issue 214: VOILUTSequence is not returned in Wado-RS 30 * Fix issue 214: VOILUTSequence is not returned in Wado-RS
23 * Fix /tools/reset crashing when ExtraMainDicomTags were defined 31 * Fix /tools/reset crashing when ExtraMainDicomTags were defined
24 32
25 33
26 Version 1.11.3 (2023-02-03) 34 Version 1.11.3 (2023-02-03)
32 * C-Store SCU now gives priority to the preferred TransferSyntax 40 * C-Store SCU now gives priority to the preferred TransferSyntax
33 proposed by the receiving SCP instead of Orthanc own 41 proposed by the receiving SCP instead of Orthanc own
34 AcceptedTransferSyntaxes. 42 AcceptedTransferSyntaxes.
35 * Made the default SQLite DB more robust wrt future updates like 43 * Made the default SQLite DB more robust wrt future updates like
36 adding new columns in DB. 44 adding new columns in DB.
37 * Made the HTTP Client errors more verbose by including the url in the logs. 45 * Made the HTTP Client errors more verbose by including the URL in the logs.
38 * Optimization: now using multiple threads to transcode files for 46 * Optimization: now using multiple threads to transcode files for
39 asynchronous download of studies archive. 47 asynchronous download of studies archive.
40 * New configuration "KeepAliveTimeout" with a default value of 1 second. 48 * New configuration "KeepAliveTimeout" with a default value of 1 second.
41 * ResourceModification jobs (/modify + /anonymize) can now use multiple threads to speed up processing 49 * ResourceModification jobs (/modify + /anonymize) can now use multiple threads to speed up processing
42 - New configuration "JobsEngineThreadsCount.ResourceModification" to configure the number of threads. 50 - New configuration "JobsEngineThreadsCount.ResourceModification" to configure the number of threads.
143 ----------- 151 -----------
144 152
145 * Housekeeper plugin: Fix resume of previous processing 153 * Housekeeper plugin: Fix resume of previous processing
146 * Added missing MOVEPatientRootQueryRetrieveInformationModel in 154 * Added missing MOVEPatientRootQueryRetrieveInformationModel in
147 DicomControlUserConnection::SetupPresentationContexts() 155 DicomControlUserConnection::SetupPresentationContexts()
148 * Improved HttpClient error logging (add method + url) 156 * Improved HttpClient error logging (add method + URL)
149 157
150 REST API 158 REST API
151 -------- 159 --------
152 160
153 * API version upgraded to 18 161 * API version upgraded to 18