Dicom Forward or Send to modality error

Hi All,

I’m new to Orthanc stack.

I have downloaded the free version and trying to configure the PACS.

Able to view and receive the dicom studies but unable to send to modality or to the other pacs. When i try to do send to modality option it says “choose target” but where i need to configure the destination target AE or IP address to send ? Is there way to configure or does the evaluation version allows this ? Please suggest.

Attached the screenshot.

Thanks
Aravind

Choose Target-Error2.GIF

Hello,

Welcome to Orthanc. Your question is answered in the Orthanc Book:
https://book.orthanc-server.com/dicom-guide.html#dicom-network-protocol

HTH,
Sébastien-

Thanks Sebastien,

I have changed the Orthanc.json file to define the target under

/**

  • Network topology
    **/

// The list of the known DICOM modalities
“DicomModalities” : {

/**

  • Uncommenting the following line would enable Orthanc to
  • connect to an instance of the “storescp” open-source DICOM
  • store (shipped in the DCMTK distribution) started by the
  • command line “storescp 2000”.
    **/
    // “sample” : [ “STORESCP”, “127.0.0.1”, 2000 ] <----------- Changed this t my own IP and port along with sample name for Store SCP.

We could see the target listed but tried to send the dicom gives " Error during store" message on localhost:8042 port.
Do we need to add anything else ?

Also, I have question on the data size. Is there any data limit or size with Orthanc or We have nearly 480 TB data to manage.

I have contact support group of Orthanc for official business support. Any connect or contact details ?

Thanks
Aravind

Hello

Could you please share your logs with the --verbose flag (for detailed logs) ?

Regarding scalability, you might want to check https://book.orthanc-server.com/faq/scalability.html

And, lastly, Osimis supplies Orthanc Pro support services: http://www.osimis.io/en/services.html

HTH