How to increase the number of exams displayed in Orthanc Explorer 2?

image

Configurei o Orthanc em um ambiente com Docker.
Estou migrando os dados que possuo, fazendo upload manualmente para posteriormente encaminhá-los para nosso PACS de produção.

O detalhe é que, na tela inicial só exibe os 100 primeiros exames e isso dificulta muito o trabalho de envio do ORTHANC > PACS PRODUÇÃO.

Já tentei localizar aonde consigo aumentar esse limite e não consigo, alguém pode me ajudar?


I configured Orthanc in a Docker environment.
I am migrating the data I have, manually uploading it to later forward it to our production PACS.

The detail is that the initial screen only displays the first 100 exams and this makes it very difficult to send ORTHANC > PACS PRODUÇÃO.

I’ve tried to find where I can increase this limit and I can’t, can anyone help me?

Hi,

Check the MaxStudiesDisplayed configuration.

Alain

1 Like

So I already located this website and I couldn’t find it inside my docker server.

Sorry, I’m a layman and I’m just starting out, could you give me more details on how to find this file?!

I created a new server on Windows, but I always changed the “orthanc-explorer-2.json” file and restarted the service, it stopped immediately!

Can anyone tell me what I’m doing wrong?!

That is likely because your edit made the file invalid json. If than happens orthanc stops immediately. Do you have unbalanced curly braces? Or maybe you are missing a comma at the end of an item? Or have a comma and the end of the last item within a set of curly braces?

1 Like

Thanks, indeed the comma was causing the problem!

I changed the value from 100 to 99 of the “MaxStudiesDisplayed” tag and it was not applied, below is the procedure I did:

  1. I changed the variable
  2. I restarted the service
  3. I tried to validate and the configuration did not apply.

Is there any other step I didn’t follow? Thanks.

I also tested removing the comma, problem persists.

I cleared the browser cache (I entered as anonymous) and was unsuccessful :frowning:

UiOptions must be in the OrthancExplorer2 section.

1 Like

It worked out! Thanks!