Value indicating how the server (SCP) will accept/reject any role selection proposed by the SCU.
public RoleSelectionFlags RoleSelectionOptions { get; set; }
public:
property RoleSelectionFlags^ RoleSelectionOptions
{
RoleSelectionFlags^ get()
void set(RoleSelectionFlags^ value)
}
Value indicating how the server (SCP) will accept/reject any role selection proposed by the SCU.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document