# HG changeset patch # User Alain Mazy # Date 1644499825 -3600 # Node ID 86468693779e04ef444f40d21a348c212d44e47d # Parent d7d5d63985c8fbdd72f8ee73a91cf03be68e14c1 todo diff -r d7d5d63985c8 -r 86468693779e TODO --- a/TODO Wed Feb 09 21:07:57 2022 +0100 +++ b/TODO Thu Feb 10 14:30:25 2022 +0100 @@ -21,6 +21,10 @@ 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 +* 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. ============================ Documentation (Orthanc Book) @@ -109,7 +113,7 @@ Long-term --------- -* Support extended association: +* Support extended association (e.g. for C-Find relational queries): https://groups.google.com/d/msg/orthanc-users/xD4d3mpc6ms/srF7E2goAAAJ * Support C-MOVE-CANCEL: https://groups.google.com/d/msg/orthanc-users/KnduYBFd06A/o86cl5SeCAAJ @@ -129,8 +133,6 @@ Performance =========== -* StorageAccessor => add a memory cache using MemoryStringCache, for - instance to speed up WADO-RS Retrieve Frames in DICOMweb plugin * ServerContext::DicomCacheLocker => give access to the raw buffer, useful in ServerContext::DecodeDicomInstance() * DicomMap: create a cache to the main DICOM tags index