Remote dicom scanner connection

Dear all,

I recently install Orthanc and I successfully connected Orthanc server A (serverA:104)with other dicom port B (serverB:104).

And now I got another AE (e.g. C)which has port number 0, I am not able to write it into configuration.json file and connect it.

And it seems C is a dicom scanner, so what they want to do is to let scanner directly talk with Orthanc.

I question is, do I need to let them modify port number? Or do I make some mistake when setting remote AE?

Any help appreciated!

I set my Configuration.json like that

"DicomModalities" : {
   
        "AEC" : [ "AEname", "xxx.xx.xx.xxx", 0 ]
}

Hi,

0 is not a valid TCP port number and therefore, I can imagine Orthanc either does not accept it in its configuration file or can’t connect to it.

So you should reconfigure the dicom scanner to use a real port (like 104 which is the usually standard port for DICOM)

Best regards,