# HG changeset patch # User Alain Mazy # Date 1739896527 -3600 # Node ID 318f3234e9ed4b0d25b550ac0859b51edbdef973 # Parent 5e3a5c473b6cacbac25db431a899c7c2cb4ec29b# Parent 4d8b047aec4321f9f6a90904d625948bfe88e1d2 merge diff -r 4d8b047aec43 -r 318f3234e9ed TODO --- a/TODO Tue Feb 18 16:15:29 2025 +0100 +++ b/TODO Tue Feb 18 17:35:27 2025 +0100 @@ -57,6 +57,8 @@ - Also consider the use case of an Orthanc cluster that is being scaled-down just after one Orthanc instance has received a few instances -> we can not only check for missing stable events at startup since no Orthanc will start. We would need to maintain the list of "unstable" resources in DB instead of memory only. + - Also check the PG plugin and its new table InvalidChildCounts, with a timestamp there, we can detect for + how long a study has not been modified ! * In prometheus metrics, implement Histograms or Exponential Histograms to measure durations. Right now, we only provide "average" durations that are not very relevant (https://opentelemetry.io/docs/specs/otel/metrics/data-model/#histogram) @@ -204,6 +206,8 @@ * Log outgoing C-Find queries * Support other Transfer Syntaxes in the Worklist plugin: https://discourse.orthanc-server.org/t/could-you-please-create-an-option-to-set-the-transfer-syntax-in-the-worklist-plugin-currently-little-endian-explicit-is-fixed/4871 +* Compile DCMTK with ZLib support: https://discourse.orthanc-server.org/t/transcoding-to-deflated-transfer-syntax-fails/5489/7 + --------- Long-term