python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Orthanc Lua Script to filter and allow only files with a certain dicom tag to be autorouted into the set directory
My lua script for auto-routing files received in Orthanc is as below:
function OnStoredInstance(instanceId, tags, metadata)
SendToModality(instanceId, 'sample')
end
How can I filter and allow only ...
Wisdom James Murombo
Votes: 0
Answers: 1
SQLite: Cannot run a cached statement
I am using Orthanc inside Docker volume
volumes:
- /mnt/win_share/test:/var/lib/orthanc/db/
Orthanc.js file path for sqlite
"StorageDirectory": "/var/lib/orthanc/db",
i am t...
Shah E Rome Wali
Votes: 0
Answers: 1
Configuration of Orthanc Server on Synology with Docker getting issue
My configuration inside docker-compose.yml with Orthanc is
orthanc-42:
image: jodogne/orthanc-plugins
ports:
- '4242:4242'
- '8042:8042'
volumes:
...
Shah E Rome Wali
Votes: 0
Answers: 0
How to make ohif look at s3 for loading studies
I have built object storage plugin to store orthanc data in s3 bucket in legacy mode. I am now trying to eliminate local storage of files of orthanc and move it to s3 completely. I also have OHIF view...
Shravan
Votes: 0
Answers: 0