←Select platform

LimitWildCardOnly Property

Summary

Gets or sets a value indicating whether to limit the resulting number of CFind Responses for a wild-card query.

Syntax
C#
C++/CLI
public bool LimitWildCardOnly { get; set; } 
public:  
   property bool LimitWildCardOnly 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

A value indicating whether to limit the resulting number of CFind Responses for a wild-card query.

Remarks

A production PACS Storage Server database often contains 10 million or more records. Performing an open query (i.e. no filters) on such a database can be a time-consuming task that ties up resources.

The following following queries can have the results limited.

The following properties together limit results:

If LimitResponses is false, the number of query results is unlimited.

If LimitResponses is true and LimitWildCardOnly is false, then the result of any of the above queries is exactly MaximumResponses.

If LimitResponses is true and LimitWildCardOnly is true, then the result of wild-card queries is exactly MaximumResponses. But queries that do not contain a wild-card return unlimited results. A wild-card query is any query that contains a wild-card character, or a query that is empty.

Requirements

Target Platforms

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

Leadtools.Dicom.Scp Assembly

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