diff Resources/Configuration.json @ 2152:cbebc5d072b0

Use of DCMTK 3.6.1 dictionary of private tags in standalone builds
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 14 Nov 2016 15:10:08 +0100
parents 8cbb55089a1d
children 71e8a70e9e99
line wrap: on
line diff
--- a/Resources/Configuration.json	Mon Nov 14 14:22:45 2016 +0100
+++ b/Resources/Configuration.json	Mon Nov 14 15:10:08 2016 +0100
@@ -320,8 +320,9 @@
   // If set to "false", Orthanc will not load its default dictionary
   // of private tags. This might be necessary if you cannot import a
   // DICOM file encoded using the Implicit VR Endian transfer syntax,
-  // and containing private tags. You can still list your private tags
-  // of interest in the "Dictionary" configuration option below.
+  // and containing private tags: Such an import error might stem from
+  // a bad dictionary. You can still list your private tags of
+  // interest in the "Dictionary" configuration option below.
   "LoadPrivateDictionary" : true,
 
   // Register a new tag in the dictionary of DICOM tags that are known
@@ -335,6 +336,6 @@
     // "0014,1020" : [ "DA", "ValidationExpiryDate", 1, 1 ]
     // "00e1,10c2" : [ "UI", "PET-CT Multi Modality Name", 1, 1, "ELSCINT1" ]
     // "7053,1003" : [ "ST", "Original Image Filename", 1, 1, "Philips PET Private Group" ]
-    // "2001,5f" : [ "SQ", "StackSequence", 1, 0, "Philips Imaging DD 001" ]
+    // "2001,5f" : [ "SQ", "StackSequence", 1, 1, "Philips Imaging DD 001" ]
   }
 }