←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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.