GetExtendedDataLength method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

long GetExtendedDataLength (short nID);

Overview

Refer to Working with DICOM Associate Connections.

Remarks

Returns the length of the extended data associated with the specified Presentation Context.

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

To set extended data associated with a Presentation Context, call SetExtendedData method.

See Also

Elements:

GetExtendedData method, SetExtendedData method

Topics:

DICOM Associate Connection: Getting Information About a DICOM Associate Handle