Orthanc Explorer patient limit

Hi All,

I am using Orthanc as a hospital PACS and have faced a problem. When I open Orthanc's web Explorer with a list of patients... there are too many of them. And my browser downloads a start page with several hundrends of patients for 4-5 seconds. But when there are thousands of patients it would be impossible to use standart web interface. Is there some kind of options to limit the number of downloaded patients in Orthanc Explorer's patient list?

Hello,

This topic is covered in the Orthanc Book:
http://book.orthanc-server.com/faq/improving-interface.html

To summarize, the REST API of Orthanc does allow to limit the number of patients that are retrieved [1], but the default Web interface called “Orthanc Explorer” does not exploit this feature. Indeed, Orthanc Explorer is a low-level administrative interface whose purpose is primarily to test the features of the REST API of Orthanc.

It is however definitely possible to create an alternative, more advanced user interface for Orthanc (either by creating a C/C++ plugin, or by serving a HTML/JavaScript Web application with the ServeFolders plugin). The free and open-source Orthanc project would love to propose such an important improvement, but we need external contributors and/or funding to achieve this goal.

Sébastien-

[1] The “limit” and “since” flags allow to apply such a limit, as in the following command-line:

curl ‘http://localhost:8042/patients?limit=10&since=20