We have modified the code and added two additional command line parameters: -called_aet and -calling_aetStevenE wrote:The necessary info we have to enter to communicate with Dicom is the AE_Title sending, AE_Title Recieving, IP/Host Name, Port Number.
Utility available at http://www.ks-soft.net/download/dicom_echo.zip
Could you try it, please?
===========================
Usage:> dicom_echo.exe -server:<hostname|IP> -port:<port> [-timeout:<timeout>] [-calling_aet:<calling AE title>] [-called_aet:<called AE title>]
Parameters:
-server : DiCOM server name or IP address
-port : DiCOM port
-calling_aet : calling AE Title, default: HOSTMON_SCP
-called_aet : called AE Title, default: ANY-SCP
-timeout : communication timeout (msec)
===========================
Quote from the DiCOM protocol:
=======================
7.1.1.3 Calling AE title
This parameter identifies the Application Entity (AE) that shall contain the requestor of the A-ASSOCIATE service. It is based on the Source DICOM Application Name.
7.1.1.4 Called AE title
This parameter identifies the Application Entity that shall contain the intended acceptor of the A-ASSOCIATE service. It is based on the Destination DICOM Application Name.
=======================
Regards,
Max