SetImplementVersion method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short SetImplementVersion (long hPDU, BOOL bEnabled, BSTR pszVersion);

Overview

Refer to Working with DICOM Associate Connections.

Remarks

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

If setting the Implementation Version is enabled, you can get the Implementation Version by calling GetImplementVersion method.

To determine whether the Implementation Version can be set, call IsImplementVersion method.

See Also

Elements:

IsImplementVersion method, GetImplementVersion method

Topics:

DICOM Associate Connection: Modifying a DICOM Associate Handle