←Select platform

RoleSelectionOptions Property

Summary

Value indicating how the server (SCP) will accept/reject any role selection proposed by the SCU.

Syntax
C#
public RoleSelectionFlags RoleSelectionOptions { get; set; } 

Property Value

Value indicating how the server (SCP) will accept/reject any role selection proposed by the SCU.

Remarks

Role selection occurs during DICOM Association negotiation between an SCU and an SCP.

The RoleSelectionOptions specifies the global role selection options for all DICOM classes.

The default implementation returns (RoleSelectionFlags.AcceptAllProposed | RoleSelectionFlags.Enabled)

Note that role selection can be specified individually for each DICOM class using the IRoleSelectionProvider interface.

For more information, see IRoleSelectionProvider and RoleSelectionFlags.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly