←Select platform

RelationalQuerySupportEnum Enumeration

Summary

Represents the constants that are used to indicate the relational query support for a C-FIND-SCP.

Syntax

C#
VB
C++
public enum RelationalQuerySupportEnum 
  
Public Enum RelationalQuerySupportEnum  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class RelationalQuerySupportEnum : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0NeverRelational Queries are never supported.
1NegotiationRelational Queries are supported, but must be negotiated (in the Extended negotiation subitem of the DICOM Association).
2AlwaysRelational Queries are always supported, even if the support has not been negotiated.
Remarks

For more information, see ServerSettings.RelationalQueries

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly