←Select platform

SelectorValueNumber Property

Summary

Gets or sets an index specifying which value of SelectorAttribute to use this SortingOperation.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.SelectorValueNumber)] 
public Nullable<int> SelectorValueNumber { get; set; } 
<DataMemberAttribute(),  
 ElementAttribute(New DicomTag.SelectorValueNumber())>  
Public Property SelectorValueNumber() As Nullable(Of Integer) 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute((gcnew DicomTag::SelectorValueNumber()))] 
   property Nullable<Int32>^ SelectorValueNumber 
   { 
      Nullable<Int32>^ get() 
      void set(Nullable<Int32>^ value) 
   } 

Property Value

The index specifying which value ofSelectorAttribute to use for this SortingOperation.

Remarks

If the SelectorAttribute is multi-valued, then the SelectorValueNumber specifies which value of SelectorAttribute to use for sorting. The value 1 refers to the first value, the value 2 refers to the second value, and so on. The value 0 is not valid.

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.