GetExtendedData method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

VARIANT GetExtendedData (long hPDU, short nID);

Overview

Refer to Working with DICOM Associate Connections.

Remarks

Returns 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 set extended data associated with a Presentation Context, call SetExtendedData method.

See Also

Elements:

GetExtendedDataLength method, SetExtendedData method

Topics:

DICOM Associate Connection: Getting Information About a DICOM Associate Handle