SendCEchoRequest method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short SendCEchoRequest ( long hNet, short nPresentationID, short nMessageID, BSTR pszClass);

Overview

Refer to Working with DICOM Network Connections.

Remarks

(Medical Imaging Suite only) Sends a C-ECHO-REQ message to a peer member of a connection.

Calling this method generates a NetReceiveCEchoRequest event on the SCP. The SCP should respond by calling the SendCEchoResponse method which will generate a NetReceiveCEchoResponse event.

See Also

Elements:

SendCEchoResponse method, NetReceiveCEchoRequest event, NetReceiveCEchoResponse event

Topics:

DICOM Network Connection: Sending Data Messages