Extract Excel file through Orthanc

Dear Sebastian,

Hope that you are well.

I want to extract patients information in excel file through Orthanc directly. Like sex, ID, name, DofB.
Can you please advise me on this issue?

Best,
Madi

Hello,

The simplest solution is probably to implement this as a Python plugin. I have created a minimal sample:
https://book.orthanc-server.com/plugins/python.html#creating-a-microsoft-excel-report

You could evidently use the REST API of Orthanc to do a similar task if it is up to an external application to generate the report:
https://book.orthanc-server.com/users/rest.html

HTH,
Sébastien-