←Select platform

FilterByOperator Property

Summary

Gets or sets the filter-by-operator

Syntax
C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.FilterByOperator)] 
public Nullable<FilterByOperator> FilterByOperator { get; set; } 
<DataMemberAttribute(),  
 ElementAttribute(New DicomTag.FilterByOperator())>  
Public Property FilterByOperator() As Nullable(Of FilterByOperator) 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute((gcnew DicomTag::FilterByOperator()))] 
   property Nullable<FilterByOperator^>^ FilterByOperator 
   { 
      Nullable<FilterByOperator^>^ get() 
      void set(Nullable<FilterByOperator^>^ value) 
   } 

Property Value

The filter-by-operator

Remarks

Specifies the operation to be applied between the Hanging Protocol SelectorAttribute and Selector Attribute Values. For more information, see the FilterByOperator enum.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.