18 questions
0
votes
1
answer
173
views
Error with the Lua File System(LFS), when importing the library
i needed to add a code that checks in a specific dir for cases and checks if any case (witch will be in a folder shape)in that dir that has passed 2days or more then archive it to speed up my server ...
1
vote
0
answers
708
views
Cmake error : Configuring incomplete, errors occurred
I was trying to build docker image using command docker-compose -f caMicroscope.yml build and I am getting the following error:
CMake Error at build/orthanc/OrthancFramework/Resources/CMake/...
0
votes
1
answer
936
views
Create a new private tags in a DICOM file
I am currently trying to build a plug-in for Orthanc, an open-source server for DICOM Images.
That plug-in will be a viewer that will need some metadata of the images to work properly. Metadata that ...
2
votes
2
answers
417
views
CHECK_INCLUDE_FILE_CXX doesn't find the header
I am trying to compile a project in C++ coded by other persons (Orthanc for the people that knows a bit of medical imaging) on Ubuntu 22.04.
One library needed is pugixml but CHECK_INCLUDE_FILE_CXX ...
0
votes
1
answer
550
views
DICOM TLS between Orthanc and pynetDicom fails with error ErrorDetails: DicomAssociation - connecting to AET "MY_AET": TLS error: OpenSSL error
I am trying to create a secure communication between Orthanc(client on my local (Mac)) and pynetDicom(server on my EC2). For this I obtained X.509 certificate from Lets Encrypt. I have added the certs ...
1
vote
0
answers
2k
views
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 ...
0
votes
0
answers
199
views
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 ...
0
votes
1
answer
1k
views
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 ...
2
votes
1
answer
994
views
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 ...
0
votes
0
answers
592
views
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:
...
1
vote
0
answers
557
views
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 ...
2
votes
2
answers
2k
views
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 ...
0
votes
1
answer
1k
views
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 ...
1
vote
0
answers
260
views
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....
0
votes
2
answers
483
views
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 ...
2
votes
1
answer
2k
views
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 ...
0
votes
1
answer
3k
views
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 ...
6
votes
1
answer
1k
views
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 ...