How to configure Orthanc to work with Ginkgo Cad

We are working on a project in Tanzania and need help to setup the system.
We are planning to use Orthanc and Ginkgo Cad .

Orthanc 0.7.2
Ginkgo CAD 3.5.0
We have tested that Ginko Cad can access DCM4CHEE
Orthanc explorer is working. We have uploaded DICOM files.

We cant access orthanc with ginkgo cad

Can someone explain the configuration files and what we need to change

Ginko CAD:
Local PACS:
Local AET: HOME
Port: 11113

DICOM Nodes
ID: HOUSE
AET: ORTHANC
HOST: 172.16.1.133
Port: 4042
PDU: 16384
Retrive method: MOVE
Retrive mode: Series
Reuse connection: True

Orthanc.json file
See attached file.

Kind regards

Ulf & Micke

orthanc.json (3.87 KB)

Hi guys,

just a quick answer, try it out, if it does not work, we can discuss it further.

From your config.json file, I assume that your Orthanc DICOM server is

listening on port 4242, so that would be the first thing to change in
Ginkgo's Dicom Nodes settings.

On the server side, you have to add the client information, so Orthanc
knows about it. Under "DicomModalities" in configuration, add the
following line with $THE_IP_OF_GINKGO set to your ip address in double
quotes, e.g. "192.168.1.34":

"ginkgoclient" : ["HOME", $THE_IP_OF_GINKGO, "11113"]

If you plan to add more clients, serparate all but the last entry the
with commas, eg.

"DicomModalities" : {
"ginkgoclient1" : ["HOME", "$THE_IP_OF_GINKGO1", 11113],
"ginkgoclient2" : ["HOME", "$THE_IP_OF_GINKGO2", 11113],
"ginkgoclient3" : ["HOME", "$THE_IP_OF_GINKGO3", 11113]
}

Please refer to the following FAQ entry:

https://code.google.com/p/orthanc/wiki/FAQ#Configuring_DICOM_Query/Retrieve

Regards,

peter

Gink can list all my dicom files on the Orthanc server, but Gink cannot donwload any of them, it shows:
“Error downloading study:
Exception in component GIL/PACS:
Failed: UnableToProcess”
Any help will be appreciated!

Regards.

在 2013年12月15日星期日UTC+8下午10时00分28秒,Peter Somlo写道:

This problem also happens in MedInria, as it cannot import any dicom files from Orthanc server.
Haven’t tried other pacs client yet.

Regards!

在 2014年7月23日星期三UTC+8下午2时49分42秒,Qaler写道:

Hello,

Plese could you provide your full Orthanc configuration file, as well as a screenshot of your Ginkgo CADx DICOM configuration? Without this information, it is impossible to reproduce your problem.

Sébastien-

Orthanc 0.8
Ginkgo CAD 3.7.0

Ginko CAD:
Local PACS:
Local AET: GINK
Port: 11113

DICOM Nodes
ID: Orthanc
AET: ORTHANC
HOST: 222.195.X.X
Port: 4242
PDU: 16384
Retrive method: MOVE
Retrive mode: Series
Reuse connection: True

Thanks in advance!

屏幕截图(1).png

orthanc.json (4.75 KB)

Hello,

I have replicated your setup on my localhost, and everything works properly with Orthanc 0.8.0 and Ginkgo CADx version 2.12.0.

Since you experience problems with other PACS clients, I suspect a network problem: Do your firewall and router allow DICOM traffic?

I would recommend you to try and run Orthanc and Ginkgo, both from your localhost.

Sébastien-

You are right! My client computer has two netcards and I didnt configure it correctly: both netcards have different ip addresses and gateways, but I had only filled in one ip of them in the orthanc config file…
Now both Ginkgo and Medinria work well as I pulled out one of the two netcards.
Thanks Jodogne :slight_smile:

在 2014年7月23日星期三UTC+8下午4时20分26秒,Sébastien Jodogne写道:

Fine! Glad to help :slight_smile:

Enjoy,
Sébastien-

Hello Sébastien,

I know this is an old thread, I wonder if you might be able to assist me with a related issue. I am simply trying to get GINKGO to talk to Orthanc, and like the original post'er, it wont work for me, I am attempting the connection on the localhost.

Attached are my actual Orthanc configuration file for the latest version 0.9.3 and the latest GINKGO is also installed.

Any comments appreciated, Just trying to lookup a patient by name, or any connection to Orthanc PACS for that matter.

Bob Guesman
Network Engineer, Saratoga Technologies

Configuration.json (8.22 KB)

ginkgo_settings1.PNG

ginkgo_settings2.PNG

Hello,

I have just added a FAQ entry to explain how to configure Ginkgo CADx against Orthanc:
https://orthanc.chu.ulg.ac.be/book/faq/query-retrieve.html#illustration-ginkgo-cadx

HTH,
Sébastien-