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 ]
}