IsMaxLengthEnabled method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

BOOL IsMaxLengthEnabled (long hPDU);

Overview

Refer to Working with DICOM Associate Connections.

Remarks

Determine whether the Maximum Length restriction is enabled or disabled for the specified DICOM Associate.

A Maximum Length restriction can be placed on the data transport across a DICOM Associate connection. If the restriction is enabled, the value may be retrieved using GetMaxLength method, or set using SetMaxLength method.

To enable or disable the Maximum Length restriction, call SetMaxLength method.

See Also

Elements:

GetMaxLength method, SetMaxLength method

Topics:

DICOM Associate Connection: Getting Information About a DICOM Associate Handle