←Select platform

SelectorValueNumber Property

Summary

Gets or sets a number indicating which value of a multi-valued attribute is to be used for image set selection.

Syntax

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

Property Value

A number indicating which value of a multi-valued attribute is to be used for image set selection.

Remarks

This is required only if the value representation is multi-valued. See SelectorAttribute for a list of the multi-valued value representations.

A value of 0 identifies any value in SelectorCodeSequenceValue. A value of 1 identifies the first value, 2 identifies the second value, 3 identifies the third value and so on.

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