ExtendedNegotiation Enumeration (original) (raw)
Summary
Specifies the type of extended negotiation used in DICOM communications.
Syntax
[FlagsAttribute()]
public enum ExtendedNegotiation
[FlagsAttribute()]
public enum class ExtendedNegotiation : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0x00000000 | None | No extended negotiation supported. |
0x00000001 | RelationalQueries | Abstract syntax supports relation queries. |
0x00000002 | DateTimeMatching | Abstract syntax supports combined date and time matching.. |
0x00000004 | FuzzySemantics | Abstract syntax supports fuzzy semantic matching of person name attribute. |