Hey! Can i “hide” or remove for some time dicom images from orthanc explorer, if i wanna see only 2 patiets instead of 100 for example?. I Tried to remove temporarily OrthancStorage, but explorer still find images. Using ubuntu 16.04. Thank you in advance.
You have to set the value of the “LIMIT_RESOURCES” variable to “2” in the sources of Orthanc Explorer, then rebuild Orthanc from sources:
https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.5.7/OrthancExplorer/explorer.js
https://book.orthanc-server.com/faq/compiling.html#compiling
If you want a more advanced mechanism, please read the following FAQ:
https://book.orthanc-server.com/faq/improving-interface.html
One more question. I got error’s
T0809 10:41:28.984735 Connection.cpp:387] SQLite::Connection::FlushToDisk
T0809 10:41:38.985560 Connection.cpp:387] SQLite::Connection::FlushToDisk
T0809 10:41:48.986353 Connection.cpp:387] SQLite::Connection::FlushToDisk
T0809 10:41:58.987179 Connection.cpp:387] SQLite::Connection::FlushToDisk
T0809 10:42:08.988426 Connection.cpp:387] SQLite::Connection::FlushToDisk
T0809 10:42:18.989276 Connection.cpp:387] SQLite::Connection::FlushToDisk
T0809 10:42:28.990167 Connection.cpp:387] SQLite::Connection::FlushToDisk
T0809 10:42:38.991047 Connection.cpp:387] SQLite::Connection::FlushToDisk
…
Server was urgently restarted, how can i fix this?
Because of this i got this error https://prnt.sc/oqf3hx
Hello Vladislav,
The entries from the log that you mention are not errors, as can be seen by their first letter (“T” for trace). This is part of the normal Orthanc behavior.
If you think you have found a bug, please supply us with everything needed in order to reproduce it (including log files, configuration…)