Problem with Dictionary in Configuration.json

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

Hi Diego,

This does not look bad. Could you share an anonymized sample file with these tags ?

Best regards,

Alain.

Hi Alain,

Thanks for your answer. I solved the problem. My orthanc was not reloading configuration as I changed the dictionary. It was a problem on how I was configuring docker.

Thanks again, and sorry for the trouble.
Diego