SendNSetRequest method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short SendNSetRequest ( long hNet, short nPresentationID, short nMessageID, BSTR pszClass, BSTR pszInstance, long hDS);

Overview

Refer to Working with DICOM Network Connections.

Remarks

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

Calling this method generates a NetReceiveNSetRequest event on the SCP. The SCP should respond by calling the SendNSetResponse method which will generate a NetReceiveNSetResponse event.

See Also

Elements:

SendNSetResponse method, NetReceiveNSetRequest event, NetReceiveNSetResponse event

Topics:

DICOM Network Connection: Sending Data Messages