Hi,
I am new to Orthanc and trying to create a C-MOVE rest API to support some additional tags with python. I read the documentation available, but not able to understand it. I had copied OrthancPython-Win64-Python3.11-4.0.dll but it makes Orthanc service to stop working. Also, my configuration file points to C:\Program Files\Orthanc Server\Plugins to load the plugins. However, online documentation asks to give the specific path of custom python plugin so I am not sure how to create custom plugin and integrate with Orthanc.
Regards,
Neeta
Dear Neeta,
It is impossible to answer you if you don’t provide a minimal working example.
I invite you to carefully read the documentation about Python plugins.
Regards,
Sébastien-
Hi Sebastian,
Please see below DCMTK query.
movescu -v -S +P 8109 --call TX_Service -k 0008,0052=“IMAGE” -k 0008,0016=“1.2.840.10008.5.1.4.1.1.481.7” -k ReferencedSOPClassUID=“1.2.840.10008.5.1.4.1.1.481.5” -k 0008,1155=“SOPInstance” IPAddress 4242 --move Orthanc
In the command you will notice I want to send reference sop class UID and the reference sop instance UID to get a treatment summary record.This command works with dcmtk but not with Orthanc.
How to provide the support for this in Orthanc. Please share some pointers
I was able to create python rest api, but now need help with the query I sent recently.
Hello,
What is the question, exactly? You haven’t provided a fully standalone minimal reproducible example, including your Python plugin and your sample images.
Regards,
Sébastien-