NetSend event (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

void NetSend (long hNet, short nStatus, short nType, long lBytes);

Overview

Refer to Working with DICOM Network Connections.

Remarks

(Medical Imaging Suite only) Notifies a connection that data was sent.

When one of the SendXXX functions is called, the message is not sent immediately. It is placed in a Network queue and sent later. When the data is actually sent, this callback function is called to let the calling AE know that the data has been sent.

See Also

Elements:

SendCCancelRequest method, SendCEchoRequest method, SendCEchoResponse method, SendCFindRequest method, SendCFindResponse method, SendCGetRequest method, SendCGetResponse method, SendCMoveRequest method, SendCMoveResponse method, SendCStoreRequest method, SendCStoreResponse method, SendNReportRequest method, SendNReportResponse method, SendNGetRequest method, SendNGetResponse method, SendNSetRequest method, SendNSetResponse method, SendNActionRequest method, SendNActionResponse method, SendNCreateRequest method, SendNCreateResponse method, SendNDeleteRequest method, SendNDeleteResponse method

Topics:

Sending Messages

 

DICOM Network Connection: DICOM Associate Connection Messages