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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET