GetMaxLength method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

long GetMaxLength (long hPDU);

Overview

Refer to Working with DICOM Associate Connections.

Remarks

Returns the Maximum Length for data transfer, in bytes.

If the Maximum Length restriction is enabled the Maximum Length must be 0, or >= 8 and it must be an even number (8, 10, 12, …).

See Also

Elements:

IsMaxLengthEnabled method, SetMaxLength method

Topics:

DICOM Associate Connection: Getting Information About a DICOM Associate Handle