Como gerar relatórios pelo Orthanc?

Bom dia pessoal, tudo bem?

Possuo algumas máquinas de ultrassom enviando os exames de forma automática para o servidor do Orthanc. Até aí tudo normal.

Gostaria de saber se é possível o Orthanc gerar relatórios desses exames que estão sendo enviados.

Alguém pode me ajudar? Existe algum plugin?

Hello,

Sorry, I don’t speak Portuguese, I’ll try to answer given an automated translation.

I am unsure to understand what you mean by “Is it possible for Orthanc to generate ultrasound reports”.

Reports should be DICOM files that wrap a PDF file. Such DICOM files can be received/stored/transmitted by Orthanc without any issue.

The REST API of Orthanc also allows to create a DICOM from a PDF report:
https://book.orthanc-server.com/users/advanced-rest.html#attaching-pdf-file-as-dicom-series

On another hand, if by “report”, you want “to be informed of the transfers that are done by Orthanc”, you should have a look at the “/changes” and the “/jobs” API:
https://book.orthanc-server.com/users/rest.html#tracking-changes

https://book.orthanc-server.com/users/advanced-rest.html#jobs

Sébastien-