←Select platform

SelectorSequencePointerItems Property

Summary

Gets or sets a list of Selector Sequence Pointer Items.

Syntax
C#
VB
C++
[Element(DicomTag.SelectorSequencePointerItems)] 
public List<long> SelectorSequencePointerItems { get; set; } 
<ElementAttribute(7606359)>  
Public Property SelectorSequencePointerItems() As System.Collections.Generic.List(Of Long) 
   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) 
   } 

Property Value

The list of Selector Sequence Pointer Items

Remarks

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.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly