SendNCreateRequest method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short SendNCreateRequest ( 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-CREATE-REQ message to a peer member of a connection.

Calling this method generates a NetReceiveNCreateRequest event on the SCP. The SCP should respond by calling the SendNCreateResponse method which will generate a NetReceiveNCreateResponse event.

This function creates a new SOP Instance on the specified peer connection. The data set with the new information must be created and filled before calling this function.

See Also

Elements:

SendNCreateResponse method, NetReceiveNCreateRequest event, NetReceiveNCreateResponse event

Topics:

DICOM Network Connection: Sending Data Messages