IDLffDicomExCfg::Echo
Syntax | Return Value | Arguments | Keywords | Version History
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.
Syntax
Result = Obj->[IDLffDicomExCfg::]Echo(ApplicationEntityName [, COUNT=variable] )
Return Value
An array of strings containing the results of the echo. The number of elements and information returned depends on whether the echo succeeded.
|
Contents
|
Example Value
|
|
|---|---|---|
| 0 |
Success value |
|
| 1 |
Application Entity Name |
|
| 2 |
Application Entity Title |
|
| 3 |
Reason |
Arguments
ApplicationEntityName
A string containing the name of a defined Application Entity.
Keywords
COUNT
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.
Version History