RelationalQueries Property

Summary

Gets or sets a value indicating whether relational queries are supported

Syntax
C#
VB
C++
public RelationalQuerySupportEnum RelationalQueries { get; set; } 
Public Property RelationalQueries As RelationalQuerySupportEnum 
public: 
property RelationalQuerySupportEnum RelationalQueries { 
   RelationalQuerySupportEnum get(); 
   void set (    RelationalQuerySupportEnum ); 
} 

Property Value

a value indicating whether relational queries are supported

Remarks

A C-FIND SCP supporting relational queries allows any combination of keys at any level in the hierarchy. This removes the restriction that a unique key must be specified for all levels above the Query/Retrieve level in the C-FIND-REQ. In the DICOM world, relational query support is negotiated in the exteneded negoatiation subitem of the associate request.

The RelationalQueries property allows for three settings:

  • Dot Not Support Relational Queries
  • Support Relational Queries through Extended Negotiation
  • Always Support Relational Queries

For more information, see RelationalQuerySupportEnum

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