←Select platform

ExtendedNegotiation Enumeration

Summary

Specifies the type of extended negotiation used in DICOM communications.

Syntax

C#
VB
C++
[FlagsAttribute()] 
public enum ExtendedNegotiation 
  
<FlagsAttribute()> 
Public Enum ExtendedNegotiation  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[FlagsAttribute()] 
public enum class ExtendedNegotiation : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0x00000000NoneNo extended negotiation supported.
0x00000001RelationalQueriesAbstract syntax supports relation queries.
0x00000002DateTimeMatchingAbstract syntax supports combined date and time matching..
0x00000004FuzzySemanticsAbstract syntax supports fuzzy semantic matching of person name attribute.
Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly