←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#
C++/CLI
[Element(DicomTag.SelectorValueNumber)] 
[DataMemberAttribute()] 
public Nullable<int> SelectorValueNumber { 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 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

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