IsRoleSelect method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

BOOL IsRoleSelect (long hPDU, short nID);

Overview

Refer to Working with DICOM Associate Connections.

Remarks

Determines whether Role Selection is enabled for the specified Presentation Context of the specified DICOM Associate.

If Role Selection is enabled, the role of the specified Presentation Context can be retrieved using the GetUserRole method and the GetProviderRole method. To set the role of the specified Presentation Context, use SetRoleSelect method.

Role Selection is optional, and is only included in the Associate Request.

See Also

Elements:

GetUserRole method, GetProviderRole method, SetRoleSelect method

Topics:

DICOM Associate Connection: Getting Information About a DICOM Associate Handle