Hello! So I’ve been trying to instantiate new private tags in orthanc, I have already looked at the following resources:
Advanced features of the REST API — Orthanc Book documentation (orthanc-server.com)
Private DICOM Headers Within Orthanc (oak-tree.tech)
and other posts related to private tags in this google group.
However, I’m still having trouble working with private tags. The tags aren’t being registered properly (show in screenshots). Any help is greatly appreciated!
Here are all the relevant screenshots:
Example orthanc.json change for dictionary:
Example Request (python) to tools/create-dicom:
How it appears on orthanc:
Result from http://…/instances/…/tags
Is this working as intended or have I went wrong somewhere? I would want it to show RHScore and RHPositivity on orthanc.
Thank you for all the help!