Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
173 views

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 ...
Zeyad Khaled's user avatar
1 vote
0 answers
708 views

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/...
Sanjana Sogimatt's user avatar
0 votes
1 answer
936 views

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 ...
Broot's user avatar
  • 53
2 votes
2 answers
417 views

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 ...
Broot's user avatar
  • 53
0 votes
1 answer
550 views

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 ...
SUMIT JANAWLEKAR's user avatar
1 vote
0 answers
2k views

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 ...
adrian's user avatar
  • 137
0 votes
0 answers
199 views

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 ...
Qiang Zhang's user avatar
0 votes
1 answer
1k views

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's user avatar
2 votes
1 answer
994 views

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 ...
Shah E Rome Wali's user avatar
0 votes
0 answers
592 views

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's user avatar
1 vote
0 answers
557 views

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 ...
Shravan's user avatar
  • 83
2 votes
2 answers
2k views

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 ...
RJFuryQuant's user avatar
0 votes
1 answer
1k views

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 ...
Dinesh Kumar Yadav's user avatar
1 vote
0 answers
260 views

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....
user2398654's user avatar
0 votes
2 answers
483 views

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 ...
Sarga's user avatar
  • 169
2 votes
1 answer
2k views

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 ...
John Sly's user avatar
  • 779
0 votes
1 answer
3k views

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 ...
Nagaraj Jayaraman's user avatar
6 votes
1 answer
1k views

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 ...
Nagaraj Jayaraman's user avatar