Gets or sets a list of Selector Sequence Pointer Items.
[Element(DicomTag.SelectorSequencePointerItems)]
public List<long> SelectorSequencePointerItems { get; set; }
public:
[ElementAttribute(7606359)]
property System::Collections::Generic::List<Int64>^ SelectorSequencePointerItems
{
System::Collections::Generic::List<Int64>^ get()
void set(System::Collections::Generic::List<Int64>^ value)
}
The list of Selector Sequence Pointer Items
The SelectorSequencePointerItems is a list of indices that correspond to the values in the SelectorSequencePointer. For example, if SelectorSequencePointer contains 300A00B0\300A0111\300A011A and SelectorSequencePointerItems contains 1\2\1, then the selector refers to the first item in BeamSequence, the 2nd item in ControlPointSequence, and the first item in BeamLimitingDevicePositionSequence. For more information, see SelectorSequencePointer.
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