←Select platform

RoleSelectionOptions Property

Summary

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

Syntax
C#
VB
C++
public RoleSelectionFlags RoleSelectionOptions { get; set; } 
Public Property RoleSelectionOptions() As RoleSelectionFlags 
   Get 
   Set 
public:  
   property RoleSelectionFlags^ RoleSelectionOptions 
   { 
      RoleSelectionFlags^ get() 
      void set(RoleSelectionFlags^ value) 
   } 

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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.