Hi Author,
I have a dicom which contains private tag ( 7379,3011) and ( 7379,3012 ). When I access the UI, I only see " (Unknown Tag & Data )" but not the name of the tag. I already defined those tags in configuration file :
"Dictionary" : {
// "0014,1020" : [ "DA", "ValidationExpiryDate", 1, 1 ]
// "00e1,c2" : [ "UI", "PET-CT Multi Modality Name", 1, 1, "ELSCINT1" ]
// "7053,03" : [ "ST", "Original Image Filename", 1, 1, "Philips PET Private Group" ]
// "2001,5f" : [ "SQ", "StackSequence", 1, 1, "Philips Imaging DD 001" ]
"7379,3012" : [ "AE", "MyAetitle", 1, 1, "Testing"],
"7379,3011" : [ "LO", "MyAddress", 1, 1, "Testing"]
//"4321,1012" : [ "LO", "RadioButton3", 1, 1, "RadioLogic" ]
},
Command I run
./Orthanc.1.12.1 ./orthanc.json --verbose
I am using Orthanc version 1.12.1
Attachment can be downloaded at : 0dedcc46-b6d3-4789-b3ae-bec3ba707122.dcm - Google Drive