I am trying to setup Mirth to route images based on the contents of a DICOM tag. I successfully set this up to forward to two different folders (i.e. if the specific tag contains this write to this folder, else write to this other folder). This was done using the 'filewriter' for the two destinations.
I have changed one of the destinations to a dicom sender and set it up to forward to a dcm4chee PACS. However, now when I send images I get the following error(where (ipaddress) is the address for the dcm4chee pacs the dicomsender should be routing to):
DICOM Sender error ERROR MESSAGE: http://(ipaddress)/
DCMECHO to the pacs works fine. I have sent the same images directly to the PACS using a straight DCMSND from terminal and this is successful. I have sent images to Mirth and they are successfully routed to the other filewriter based on the rules included. I just cannot work out why the dicom sender isnt working. Any ideas? Anything I should look out for or check? The error logs in Mirth don't seem to be very informative.
After helpful input from Tarmo R and jap1968, I discovered that the issue was being cause by a rogue 'http://' latched onto the beginning of the ip address. I think it must have appeared during copying/pasting between various sources. Anywho, deletion of this and leaving just the ip address solved the issue. Thanks for the help!