Sending studies using ip ae title and port to remote radiologist

Hi
I have installed orthank server
I wanted to send one study to radiologist
Radiologist sent me ip address ae title and port
Where do I add this info
And how to send studies
Thanks
Samad

Hi Samad,

You can share studies across DICOM protocol only if both DICOM nodes are on the same LAN.
If not, you should use DICOMweb.

HTH,

Thank you
How do I configure to send studies in Dicom web using Ip address , ae title and port
Thanks
Samad

You would add this to the ORTHANC JSON file. it is taken as an object or a list.

Use your preferred text editor to edit the file find the value in the file “DicomModalities” youll want to add a file like this

"DicomModalities" : {
    // "sample" : [ "STORESCP", "127.0.0.1", 2000 ]
       "PACS1" : ["LINOPACSPROD","192.168.1.7", 104],
       "RemoteRad" : ["AETITLE","192.168.1.9", 104]
}

Note that the AE and IP are strings wrapped in quotes and the port is an integer.

If you need help I can do a quick call/remote session. Shoot me a DM