Mercurial > hg > orthanc
diff Resources/Configuration.json @ 2116:2fabd1073728
prevent registering two tags with the same symbolic name
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 31 Oct 2016 15:42:18 +0100 |
parents | a657f7772e69 |
children | 0c09d1af22f3 |
line wrap: on
line diff
--- a/Resources/Configuration.json Mon Oct 31 15:23:32 2016 +0100 +++ b/Resources/Configuration.json Mon Oct 31 15:42:18 2016 +0100 @@ -326,6 +326,6 @@ // 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" ] + // "00e1,10c2" : [ "SH", "PET-CT Multi Modality Name", 1, 1, "ELSCINT1" ] } }