SetImplementClass method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short SetImplementClass (long hPDU, BOOL bEnabled, BSTR pszUID);

Overview

Refer to Working with DICOM Associate Connections.

Remarks

Enables or disables setting the Implementation Class. It also sets the Implementation Class if enabled.

If setting the Implementation Class is enabled, you can get the name of the Implementation Class by calling the GetImplementClass method.

To determine whether the Implementation Class can be set, call the ImplementClass method.

See Also

Elements:

IsImplementClass method, GetImplementClass method

Topics:

DICOM Associate Connection: Modifying a DICOM Associate Handle