SendData method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short SendData (long hNet, short nID, long hDicomCS, long hDicomDS);

Overview

Refer to Working with DICOM Network Connections.

Remarks

(Medical Imaging Suite only) Sends a Data message to a connection.

Pass 0 for hDicomDS if the command set does not require an associated Data Set.

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

For more information about sending messages, refer to Sending Messages.

See Also

Elements:

NetReceiveData event

Topics:

Working with DICOM Associate Connections

 

DICOM Network Connection: DICOM Associate Connection Messages