diff OrthancServer/Resources/Configuration.json @ 4696:dd6274412ff4

new configuration option "ExternalDictionaries" to load external DICOM dictionaries
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Jun 2021 15:47:21 +0200
parents 521e39b3f2c0
children facea16b055b
line wrap: on
line diff
--- a/OrthancServer/Resources/Configuration.json	Thu Jun 17 14:00:34 2021 +0200
+++ b/OrthancServer/Resources/Configuration.json	Thu Jun 17 15:47:21 2021 +0200
@@ -625,6 +625,18 @@
     // "2001,5f" : [ "SQ", "StackSequence", 1, 1, "Philips Imaging DD 001" ]
   },
 
+  // Load a set of external DICOM dictionaries in order to replace the
+  // default dictionaries. This option must contain a set of files in
+  // the DCMTK format. The order of the dictionaries *is*
+  // important. This option can be used to turn Orhanc into a DICONDE
+  // server. (new in Orthanc 1.9.4)
+  /**
+     "ExternalDictionaries" : [
+     "/usr/share/libdcmtk12/dicom.dic",
+     "/usr/share/libdcmtk12/diconde.dic"
+     ]
+  **/
+
   // Whether to run DICOM C-MOVE operations synchronously. If set to
   // "false" (asynchronous mode), each incoming C-MOVE request results
   // in the creation of a new background job. Up to Orthanc 1.3.2, the