←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; } 
<ElementAttribute(7472134),  
 DataMemberAttribute()>  
Public Property FilterByOperator() As System.Nullable(Of Leadtools.Dicom.Common.DataTypes.HangingProtocol.FilterByOperator) 
   Get 
   Set 
public:  
   [ElementAttribute(7472134),  
   DataMemberAttribute] 
   property System::Nullable<Leadtools::Dicom::Common::DataTypes::HangingProtocol::FilterByOperator^> FilterByOperator 
   { 
      System::Nullable<Leadtools::Dicom::Common::DataTypes::HangingProtocol::FilterByOperator^> get() 
      void set(System::Nullable<Leadtools::Dicom::Common::DataTypes::HangingProtocol::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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly