comparison TODO @ 5002:c49dd5a480e7

TODO
author Alain Mazy <am@osimis.io>
date Fri, 06 May 2022 12:13:21 +0200
parents a25e74fad379
children d1d6dcecaf87
comparison
equal deleted inserted replaced
5001:5a5918f2a199 5002:c49dd5a480e7
28 * (1) Accept extra DICOM tags dictionaries in the DCMTK format '.dic' (easier to use than declare 28 * (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 29 them in the Orthanc configuration file). Even the standard dictionaries could be
30 overriden by these custom dictionaries. 30 overriden by these custom dictionaries.
31 * Provide more flexibility wrt Dicom TLS ciphers and TLS version: 31 * Provide more flexibility wrt Dicom TLS ciphers and TLS version:
32 https://groups.google.com/g/orthanc-users/c/X4IhmXCSr7I/m/EirawAFcBwAJ 32 https://groups.google.com/g/orthanc-users/c/X4IhmXCSr7I/m/EirawAFcBwAJ
33 * Provide a configuration option to index additional tags as "MainDicomTags": 33 * Provide a configuration option related to MaximumStorageSize: instead of
34 https://groups.google.com/g/orthanc-users/c/04oPNMHMzfE/m/kgHCroPWAQAJ 34 recycling older patients, simply block new ingests (from DICOM/DICOMweb/API)
35 by returning out-of-resource status (HTTP or DIMSE)
35 36
36 37
37 ============================ 38 ============================
38 Documentation (Orthanc Book) 39 Documentation (Orthanc Book)
39 ============================ 40 ============================