NetReceiveData event (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

void NetReceiveData (long hNet, short nID, long hDicomCS, long hDicomDS);

Overview

Refer to Working with DICOM Network Connections.

Remarks

(Medical Imaging Suite only) Notifies a connection when a Data message was received.

This is a low level means of receiving DICOM messages and data. It allows you to process messages yourself, instead of using the high level message processing functions provided.

This event is generated for each SendCXXX or SendNXXX method provided by LEADTOOLS.

See Also

Elements:

SendCCancelRequest method, SendCEchoRequest method, SendCEchoResponse, 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:

Receiving Messages