Hi guys!
this is our environment:
OS: Ubuntu 20.04
Dicom Server: Orthanc 1.11
DB: PostgreSQL 13.3
Plugins: S3-storage , PostgreSQL 4.0, Dicom-web 1.8
We need to add these two tags 0032,4000 ; 4008,0212 in the ExtraMainDicomTags section, when I do the query with Osirix it will look for those tags in the studies inside the buckets3 and it makes the query too slow.
We added the tag 0032,400 to the ExtraMainDicomTags section but it is ignoring it. On the other hand, the tag 4008,0212 when we add it to the Configuration.json does not allow us to start Orthanc
W0606 14:33:40.656021 main.cpp:2006] Orthanc version: 1.11.0
W0606 14:33:40.656423 OrthancConfiguration.cpp:56] Reading the configuration from: “./Configuration.json”
W0606 14:33:40.708493 FromDcmtkBridge.cpp:380] Loading external DICOM dictionary: “/usr/share/libdcmtk12/dicom.dic”
W0606 14:33:40.745118 FromDcmtkBridge.cpp:380] Loading external DICOM dictionary: “/usr/share/libdcmtk12/private.dic”
E0606 14:33:40.777990 main.cpp:2063] Uncaught exception, stopping now: [Unknown DICOM tag] (code 27)
W0606 14:33:40.778134 main.cpp:2094] Orthanc has stopped
Thanks!