C#
VB
C++
Represents the constants that are used to indicate the relational query support for a C-FIND-SCP.
public enum RelationalQuerySupportEnum Public Enum RelationalQuerySupportEnumInherits System.EnumImplements System.IComparable, System.IConvertible, System.IFormattable
public enum class RelationalQuerySupportEnum : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable Members
| Value | Member | Description |
|---|---|---|
| 0 | Never | Relational Queries are never supported. |
| 1 | Negotiation | Relational Queries are supported, but must be negotiated (in the Extended negotiation subitem of the DICOM Association). |
| 2 | Always | Relational Queries are always supported, even if the support has not been negotiated. |
For more information, see ServerSettings.RelationalQueries
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
