Hi all,
I’m trying to get the last studies stored in orthanc server using /tools/find. How to do this?
Thanks!
Fernando
Hi all,
I’m trying to get the last studies stored in orthanc server using /tools/find. How to do this?
Thanks!
Fernando
Hi, Fernando!
Have you considered accessing the changes log? Please do refer to this article: https://book.orthanc-server.com/users/rest.html?highlight=changes#tracking-changes
With that URL you can list all changes then filter them by new studies, new patients, etc.
As far as I know, the /tools/find is meant for searching, which I understand is slightly different than what you require.
HTH
Hi, Luiz Eduardo.
Thanks for this tips.