Hi all,
How can I remove the apostrophe from character automatically when a server exports a patient to Orthanc.
Regards
Vincent Roosen
Hi all,
How can I remove the apostrophe from character automatically when a server exports a patient to Orthanc.
Regards
Vincent Roosen
Hello,
You’ll find attached a sample Python plugin to this end:
https://book.orthanc-server.com/plugins/python.html
Sébastien-
ModifyPatientName.py (1.39 KB)
Hi,
I’m sorry but I don’t understand how we use that. I copy the file .py into Plugins folders and I have changed the configuration Orthanc.json with :
“Plugins” : [ “.” ],
“PythonScript” : “ModifyPatientName.py”,
“PythonVerbose” : false
But it’s not working.
Howcan I instal a python file?
Thanks
Have a look at your log files, and verify that the Python plugin is properly loaded:
https://book.orthanc-server.com/users/support.html