C#
VB
C++
Gets or sets the value(s) of the attribute identified by SelectorAttribute.
[Element(DicomTag.SelectorUSValue)]
public List<ushort> SelectorUSValue { get; set; }
<ElementAttribute(7471226)>
Public Property SelectorUSValue() As System.Collections.Generic.List(Of UShort)
Get
Set
public:
[ElementAttribute(7471226)]
property System::Collections::Generic::List<System::UInt16>^ SelectorUSValue
{
System::Collections::Generic::List<System::UInt16>^ get()
void set(System::Collections::Generic::List<System::UInt16>^ value)
}
The value(s) of the attribute identified by SelectorAttribute.
Required if SelectorAttributeVR has a value of US.
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