RelationalQueries Property

Summary
Gets or sets a value indicating whether relational queries are supported
Syntax
C#
C++/CLI
public RelationalQuerySupportEnum RelationalQueries { get; set; } 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

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