Questions tagged [orthanc-server]

15 questions
6
votes
1 answer

Docker does not support storing secrets on Windows home system using Docker toolbox

Using Docker toolbox on Windows 10 Home, Docker version 19.03, we have created a docker-compose.yml and added a secrets file as JSON, it runs fine on a Mac system, but it is unable to run the same in Windows 10 Home. Error after running…
2
votes
2 answers

Is there a Python DICOM Modality Worklist setup library?

I've been down a couple of rabbit holes trying to find suitable ways of creating a DICOM modality worklist (or .wl worklist files rather). What I have setup so far: I have an Orthanc DICOM server running in a local docker container. I can create…
2
votes
1 answer

docker-compose for orthanc

I'm trying to replicate a command for docker-compose for orthanc that I previously ran as a Docker command in the command line and I'm having some trouble translating it The docker command is: docker run -p 4242:4242 -p 8042:8042 -e…
John Sly
  • 763
  • 1
  • 10
  • 31
1
vote
1 answer

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 trying to copy Orthanc path intialized in Docker to the drive mounted…
1
vote
0 answers

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 viewer integrated which is serving orthanc data, How…
Shravan
  • 91
  • 6
1
vote
0 answers

PACS integration manually

I am currently working on a healthtech website that uses ai to detect abnormalities in scans and so far the website works on manual upload of scans. I wanted to eliminate manual upload by pulling the study list out of the pacs server which can then…
Shravan
  • 91
  • 6
1
vote
0 answers

JavaFX Webview on a Swing application not loading content which loads properly on standard web browsers

I have a Java/Swing application through which I want to load and display web pages from this URL : http://funsoft.systempartners.biz:8042/stone-webviewer/index.html?study=2.16.840.1.113669.632.20.1211.1000035777 This URL has testing content only.…
0
votes
0 answers

SharedArrayBuffer is NOT supported in your browser

I'm using cornerstone which sends a request to a reverse proxy that redirect the request to the an orthanc server for CORS blocks, and all of this using http because I can't use https I see this question related with the same problem which solution…
adrian
  • 97
  • 2
  • 12
0
votes
0 answers

MWL worklist using Orthanc

Trying to send MWL worklist to an Xray console , I am using Orthanc with the worklist plugin enabled . I have followed pydicom…
32teeths
  • 1,469
  • 1
  • 15
  • 32
0
votes
0 answers

pynetdicom failed to acquire patient information from Orthanc

I want to acquire all patient name from a SCP with pynetdicom, but it failed. In my computer, the Orthanc is used as the SCP. Currently, I have successfully connect Orthanc with pynetdicom by: from pydicom.dataset import Dataset from pynetdicom…
Qiang Zhang
  • 820
  • 8
  • 32
0
votes
1 answer

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 files with first and foremost a StudyDescription…
0
votes
0 answers

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: # Config -…
0
votes
1 answer

Echoscu Failed: Data Dictionary Missing

I am running Orthanc Server using docker-compose file and attempting to connect to DICOM Server using TLS connection.More details here https://groups.google.com/g/orthanc-users/c/6gNCOVwTc6c. I downloaded the source code from github for dcmtk 3.6.6…
0
votes
2 answers

Getting No module named 'requests' with jodogne/orthanc-python

I am trying to extend the orthanc server with few custom code refering to https://book.orthanc-server.com/plugins/python.html#auto-routing-studies . I am having my custom code written into python script and its getting picked up aswell. The issue is…
Sarga
  • 149
  • 3
  • 16
-1
votes
1 answer

DICOM Send Error - Horos not sending files to Orthanc docker containers

I am trying to send Patients scans to Orthanc server (docker based), getting an error while sending DICOM from Horos to Orthanc. using docker-compose to run my applications on Windows. note: able to send files from Orthanc to Horos after adding…
151291
  • 3,308
  • 7
  • 48
  • 81