Hi,
I am trying to define some Private tags in the “Dictionary” section in the configuration.
This is my Dict:
“Dictionary” : {
“07a1,1050” : [ “ST”, “Tamar”, 1, 1, “ELSCINT1” ]
// “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, 1, “Philips Imaging DD 001” ]
},
However, when I ask the tags to any instance I find the following answer:
http://localhost:8042/instances/662c93f5-8501ca1b-03a46f17-f23a20fa-ac038d7a/tags
…
-
07a1,1050:
{- Name: “Unknown Tag & Data”,
-
PrivateCreator: “ELSCINT1”,
-
Type: “String”,
-
Value: “0”
},
-
-
…
What am I doing wrong?
Thanks in advance
Diego