comparison TODO @ 5741:ead98edd5bbf

todo cleanup
author Alain Mazy <am@orthanc.team>
date Tue, 27 Aug 2024 15:14:22 +0200
parents 843973a0fdfa
children 078b724dcbf8
comparison
equal deleted inserted replaced
5740:c93ca8047550 5741:ead98edd5bbf
27 * Logging: add more specific information to contextualize the logs. 27 * Logging: add more specific information 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 For a DICOM Transfer, that would be nice to include the modality in the context + a study identifier or a job id.
29 * (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
30 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
31 overriden by these custom dictionaries. 31 overriden by these custom dictionaries.
32 * Provide more flexibility wrt Dicom TLS ciphers and TLS version:
33 https://groups.google.com/g/orthanc-users/c/X4IhmXCSr7I/m/EirawAFcBwAJ
34 Can maybe be achieved by adding a configuration to select the TLS Security Profile:
35 https://github.com/DCMTK/dcmtk/blob/master/dcmtls/include/dcmtk/dcmtls/tlsciphr.h#L83
36 (e.g: TSP_Profile_BCP195_ND instead of TSP_Profile_BCP195)
37 * Add configurations to enable/disable warnings: 32 * Add configurations to enable/disable warnings:
38 - Modifying an instance while keeping its original SOPInstanceUID: This should be avoided! 33 - Modifying an instance while keeping its original SOPInstanceUID: This should be avoided!
39 - Modifying a study while keeping its original StudyInstanceUID: This should be avoided! 34 - Modifying a study while keeping its original StudyInstanceUID: This should be avoided!
40 * Store the job registry in a dedicatd table in DB ? 35 * Store the job registry in a dedicatd table in DB ?
41 https://discourse.orthanc-server.org/t/performance-issue-when-adding-a-lot-of-jobs-in-the-queue/3915/2 36 https://discourse.orthanc-server.org/t/performance-issue-when-adding-a-lot-of-jobs-in-the-queue/3915/2