Gets or sets a value indicating whether relational queries are supported
public RelationalQuerySupportEnum RelationalQueries { get; set; }
Public Property RelationalQueries As Leadtools.Dicom.Addin.Common.RelationalQuerySupportEnum
public:
property Leadtools.Dicom.Addin.Common.RelationalQuerySupportEnum RelationalQueries {
Leadtools.Dicom.Addin.Common.RelationalQuerySupportEnum get();
void set ( Leadtools.Dicom.Addin.Common.RelationalQuerySupportEnum );
}
a value indicating whether relational queries are supported
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:
For more information, see RelationalQuerySupportEnum
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET