C#
VB
C++
Gets or sets the value(s) of the attribute identified by SelectorAttribute.
[Element(DicomTag.SelectorISValue)]
public List<int> SelectorISValue { get; set; }
<ElementAttribute(7471204)>
Public Property SelectorISValue() As System.Collections.Generic.List(Of Integer)
Get
Set
public:
[ElementAttribute(7471204)]
property System::Collections::Generic::List<int>^ SelectorISValue
{
System::Collections::Generic::List<int>^ get()
void set(System::Collections::Generic::List<int>^ value)
}
The value(s) of the attribute identified by SelectorAttribute.
Multiple values are separated by the an embedded back-slash character. Required if SelectorAttributeVR has a value of IS.
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