←Select platform

FilterByOperator Property

Summary

Gets or sets the filter-by-operator

Syntax
C#
VB
C++
[Element(DicomTag.FilterByOperator)] 
[DataMemberAttribute()] 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly