comparison TODO @ 5166:90bf30eba698

todo
author Alain Mazy <am@osimis.io>
date Wed, 15 Feb 2023 05:27:16 +0100
parents 68a1aeef52fa
children 1fa3bfa86f8e
comparison
equal deleted inserted replaced
5165:68a1aeef52fa 5166:90bf30eba698
22 * Support retry counter in Orthanc::HttpClient 22 * Support retry counter in Orthanc::HttpClient
23 * Option to enable DNS lookups in DICOM: 23 * Option to enable DNS lookups in DICOM:
24 https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.3/OrthancFramework/Sources/OrthancFramework.cpp#l88 24 https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.3/OrthancFramework/Sources/OrthancFramework.cpp#l88
25 * Toolbox::ComputeMD5() fails on files larger than 4GB 25 * Toolbox::ComputeMD5() fails on files larger than 4GB
26 * Add an option to run Orthanc in read-only mode both for DICOM and for Rest API. 26 * Add an option to run Orthanc in read-only mode both for DICOM and for Rest API.
27 * Logging: add some information like Thread-Id to contextualize the logs 27 * Logging: add some information like Thread-Id/job-id to contextualize the logs.
28 For a DICOM Transfer, that would be nice to include the modality in the context + a study identifier or a job id.
28 * (1) Accept extra DICOM tags dictionaries in the DCMTK format '.dic' (easier to use than declare 29 * (1) Accept extra DICOM tags dictionaries in the DCMTK format '.dic' (easier to use than declare
29 them in the Orthanc configuration file). Even the standard dictionaries could be 30 them in the Orthanc configuration file). Even the standard dictionaries could be
30 overriden by these custom dictionaries. 31 overriden by these custom dictionaries.
31 * Provide more flexibility wrt Dicom TLS ciphers and TLS version: 32 * Provide more flexibility wrt Dicom TLS ciphers and TLS version:
32 https://groups.google.com/g/orthanc-users/c/X4IhmXCSr7I/m/EirawAFcBwAJ 33 https://groups.google.com/g/orthanc-users/c/X4IhmXCSr7I/m/EirawAFcBwAJ