I would like to display more tags in the study list in Orthanc Explorer 2.
For building the index and get all necessary tags in the API call, I think a previous post has all the information I need: MainDicomTags table additional info.
But where else do I have to make modifications to actually display those tags?
Following the render “chain”, I went in quite deep into the plugin sources, but I could not clearly make out the best places to start or where else to follow from there.
thanks for the fast reply.
For our comparisons, those are MRI scanner related tags:
0008,0070 Manufacturer
0008,1090 ManufacturerModelName
0018,0087 MagneticFieldStrength
0008,0080 InstitutionName
In our installation, we already have them added as ExtraMainDicomTags for Instances and Studies to have the DB straight from the beginning.
Maybe in the same context: For the displayed texts, we created an individual language file and found the translations are not applied to the ModifyStudy Dialog, but I assume this is intended?
the additional columns work very well, but as it is, I found a follow-up request/bug for this:
There are also search boxes added for each column, but they seem not to work.
After pressing Return, the page reloads with /filtered-studies appended, but all entries are shown.
When calling the page/api directly, (/ui/app/#/filtered-studies?ManufacturerModelName=Aera) it shows “No results” and comes back to all items.