SetExtendedData method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short SetExtendedData (long hPDU, short nID, VARIANT *pData, long lLength);

Overview

Refer to Working with DICOM Associate Connections.

Remarks

Sets the extended data associated with the specified Presentation Context.

To retrieve the length of the extended data associated with a Presentation Context, call GetExtendedDataLength method.

To get extended data associated with a Presentation Context, call the GetExtendedData method.

See Also

Elements:

GetExtendedDataLength method, GetExtendedData method

Topics:

DICOM Associate Connection: Modifying a DICOM Associate Handle