comparison TODO @ 4926:feeb73a7456a

todo
author Alain Mazy <am@osimis.io>
date Fri, 25 Feb 2022 08:11:38 +0100
parents 45d6ce72a84e
children 0975fbf5897a
comparison
equal deleted inserted replaced
4925:8785d8442f90 4926:feeb73a7456a
23 * Add an option to run Orthanc in read-only mode both for DICOM and for Rest API. 23 * Add an option to run Orthanc in read-only mode both for DICOM and for Rest API.
24 * Logging: add some information like Thread-Id to contextualize the logs 24 * Logging: add some information like Thread-Id to contextualize the logs
25 * Accept extra DICOM tags dictionaries in the DCMTK format '.dic' (easier to use than declare 25 * Accept extra DICOM tags dictionaries in the DCMTK format '.dic' (easier to use than declare
26 them in the Orthanc configuration file). Even the standard dictionaries could be 26 them in the Orthanc configuration file). Even the standard dictionaries could be
27 overriden by these custom dictionaries. 27 overriden by these custom dictionaries.
28 * provide more flexibility wrt Dicom TLS ciphers and TLS version:
29 https://groups.google.com/g/orthanc-users/c/X4IhmXCSr7I/m/EirawAFcBwAJ
30
28 31
29 ============================ 32 ============================
30 Documentation (Orthanc Book) 33 Documentation (Orthanc Book)
31 ============================ 34 ============================
32 35
251 Code quality and integration tests 254 Code quality and integration tests
252 ---------------------------------- 255 ----------------------------------
253 256
254 * Have a look at openQA (cf. GNU Health) 257 * Have a look at openQA (cf. GNU Health)
255 * Add integration tests for LUT 258 * Add integration tests for LUT
256 259 * Add more complex testing scenarios like data-migration, change of
260 configuration files, multiple orthanc interacting togethers with various
261 config. This should probably look like the python toolbox tests ...
262
257 263
258 --------------------- 264 ---------------------
259 External applications 265 External applications
260 --------------------- 266 ---------------------
261 267