←Select platform

SelectorSequencePointerItems Property

Summary

Gets or sets a list of Selector Sequence Pointer Items.

Syntax
C#
C++/CLI
[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) 
   } 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.