|
Medical Imaging in IDL: IDL DICOM Reference |
|
The IDLffDicomExCfg::Echo function method lets you test the network connection to a remote machine that supports Query SCP or Storage SCP service types. See Returning Connection Status with Echo for additional information.
Result = Obj->[IDLffDicomExCfg::]Echo(ApplicationEntityName [, COUNT=variable] )
An array of strings containing the results of the echo. The number of elements and information returned depends on whether the echo succeeded.
A string containing the name of a defined Application Entity.
Set this keyword equal to a named variable that will contain an integer representing the number of strings in the returned string array. COUNT will be 8 when the echo succeeds or 4 when the echo fails.
IDL Online Help (March 06, 2007)