Gets or sets a value indicating whether to limit the resulting number of CFind Responses for a wild-card query.
public bool LimitWildCardOnly { get; set; }
public:
property bool LimitWildCardOnly
{
bool get()
void set(bool value)
}
A value indicating whether to limit the resulting number of CFind Responses for a wild-card query.
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.
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