Mercurial > hg > orthanc
changeset 5166:90bf30eba698
todo
author | Alain Mazy <am@osimis.io> |
---|---|
date | Wed, 15 Feb 2023 05:27:16 +0100 |
parents | 68a1aeef52fa |
children | de7a639c5ad2 |
files | TODO |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/TODO Mon Feb 06 08:48:53 2023 +0100 +++ b/TODO Wed Feb 15 05:27:16 2023 +0100 @@ -24,7 +24,8 @@ https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.3/OrthancFramework/Sources/OrthancFramework.cpp#l88 * Toolbox::ComputeMD5() fails on files larger than 4GB * Add an option to run Orthanc in read-only mode both for DICOM and for Rest API. -* Logging: add some information like Thread-Id to contextualize the logs +* Logging: add some information like Thread-Id/job-id to contextualize the logs. + For a DICOM Transfer, that would be nice to include the modality in the context + a study identifier or a job id. * (1) Accept extra DICOM tags dictionaries in the DCMTK format '.dic' (easier to use than declare them in the Orthanc configuration file). Even the standard dictionaries could be overriden by these custom dictionaries.