←Select platform

SelectorAttribute Property

Summary

Gets or sets the Selector Attribute for this SortingOperation.

Syntax

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

Property Value

The Selector Attribute for this SortingOperation.

Remarks

The SelectorAttribute is a DICOM data element Tag to be used for sorting. The SelectorAttribute is required if SortByCategory is null.

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