←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly