←Select platform

SelectorAttribute Property

Summary

Gets or sets a DICOM data element tag to use as a filter.

Syntax
C#
VB
C++
[Element(DicomTag.SelectorAttribute)] 
public Nullable<long> SelectorAttribute { get; set; } 
<ElementAttribute(7471142)>  
Public Property SelectorAttribute() As System.Nullable(Of Long) 
   Get 
   Set 
public:  
   [ElementAttribute(7471142)] 
   property System::Nullable<Int64> SelectorAttribute 
   { 
      System::Nullable<Int64> get() 
      void set(System::Nullable<Int64> value) 
   } 

Property Value

A DICOM data element tag to use as a filter.

Remarks

The image set is filtered by the SelectorAttribute and its value (SelectorValue). This is required if FilterByCategory is empty;.

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