SendNActionResponse method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short SendNActionResponse ( long hNet, short nPresentationID, short nMessageID, BSTR pszClass, BSTR pszInstance, short nStatus, short nAction, long hDS);

Overview

Refer to Working with DICOM Network Connections.

Remarks

(Medical Imaging Suite only) Sends an N-ACTION-RSP message to a peer member of a connection.

The SendNActionResponse method is called by the SCP in response to a SendNActionRequest method call placed by an SCU. This generates a NetReceiveNActionResponse event on the SCU.

See Also

Elements:

SendNActionRequest method, NetReceiveNActionRequest event, NetReceiveNActionResponse event

Topics:

DICOM Network Connection: Sending Data Messages