diff Resources/Configuration.json @ 2115:a657f7772e69

Handling of private tags/creators in the "Dictionary" configuration option
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 31 Oct 2016 15:23:32 +0100
parents fabf7820d1f1
children 2fabd1073728
line wrap: on
line diff
--- a/Resources/Configuration.json	Thu Oct 27 12:37:30 2016 +0200
+++ b/Resources/Configuration.json	Mon Oct 31 15:23:32 2016 +0100
@@ -321,9 +321,11 @@
   // to Orthanc. Each line must contain the tag (formatted as 2
   // hexadecimal numbers), the value representation (2 upcase
   // characters), a nickname for the tag, possibly the minimum
-  // multiplicity (> 0 with defaults to 1), and possibly the maximum
-  // multiplicity (0 means arbitrary multiplicity, defaults to 1).
+  // multiplicity (> 0 with defaults to 1), possibly the maximum
+  // multiplicity (0 means arbitrary multiplicity, defaults to 1), and
+  // possibly the Private Creator (for private tags).
   "Dictionary" : {
     // "0014,1020" : [ "DA", "ValidationExpiryDate", 1, 1 ]
+    // "00e1,10c2" : [ "UI", "PET-CT Multi Modality Name", 1, 1, "ELSCINT1" ]
   }
 }