comparison NEWS @ 5669:f690568f0325

Fix C-Find queries not returning computed tags in very specific use-cases
author Alain Mazy <am@orthanc.team>
date Fri, 05 Jul 2024 19:18:23 +0200
parents 71c7d260510d
children 56859a7ffa99 bdbaccc06e98
comparison
equal deleted inserted replaced
5662:d77292629430 5669:f690568f0325
15 an outgoing SCU connexion when "DicomTlsRemoteCertificateRequired" is set to false. 15 an outgoing SCU connexion when "DicomTlsRemoteCertificateRequired" is set to false.
16 * Introduced a new thread to update the statistics at regular interval for the 16 * Introduced a new thread to update the statistics at regular interval for the
17 DB plugins that are implementing the UpdateAndGetStatistics function (currently only 17 DB plugins that are implementing the UpdateAndGetStatistics function (currently only
18 PostgreSQL). This avoids very long update times in case you don't call /statistics 18 PostgreSQL). This avoids very long update times in case you don't call /statistics
19 for a long period. 19 for a long period.
20 * Fix C-Find queries not returning computed tags like ModalitiesInStudy, NumberOfStudyRelatedSeries, ...
21 in very specific use-cases.
22
20 23
21 24
22 Version 1.12.4 (2024-06-05) 25 Version 1.12.4 (2024-06-05)
23 =========================== 26 ===========================
24 27