Gets or sets a number indicating which value of a multi-valued attribute is to be used for image set selection.
[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)
}
A number indicating which value of a multi-valued attribute is to be used for image set selection.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document