SendCEchoResponse method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short SendCEchoResponse ( long hNet, short nPresentationID, short nMessageID, BSTR pszClass, short nStatus);

Overview

Refer to Working with DICOM Network Connections.

Remarks

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

The SendCEchoResponse method is called by the SCP in response to a SendCEchoRequest method call placed by an SCU. This generates a NetReceiveCEchoResponse event on the SCU.

See Also

Elements:

SendCEchoRequest method, NetReceiveCEchoRequest event, NetReceiveCEchoResponse event

Topics:

DICOM Network Connection: Sending Data Messages