When I export my images as a jpeg through orthanc there is no patient information anywhere on the image. I would like to be able to add patient information to the exported image. Is there a way to do that?
Hello,
There is virtually an infinite number of conventions to burn patient information into a JPEG image, depending on the preference of your site, so such a feature cannot be built in Orthanc. You could create a Python plugin to this end. There is even an example about how to download an image from Orthanc and manipulate it using PIL, the Python Imaging Library.
Regards,
Sébastien-