←Select platform

SelectorSequencePointer Property

Summary

Gets or sets a DICOM sequence data element that contains the attribute identified by the SelectorAttribute.

Syntax
C#
VB
C++
[Element(DicomTag.SelectorSequencePointer)] 
public List<long> SelectorSequencePointer { get; set; } 
<ElementAttribute(7471186)>  
Public Property SelectorSequencePointer() As System.Collections.Generic.List(Of Long) 
   Get 
   Set 
public:  
   [ElementAttribute(7471186)] 
   property System::Collections::Generic::List<Int64>^ SelectorSequencePointer 
   { 
      System::Collections::Generic::List<Int64>^ get() 
      void set(System::Collections::Generic::List<Int64>^ value) 
   } 

Property Value

The DICOM sequence data element that contains the attribute identified by the SelectorAttribute.

Remarks

If SelectorSequencePointer contains more than one value, then the list represents a path nested DICOM sequence data elements. For example, 300A00B0\300A0111\300A011A represents the following nested sequences: BeamSequence->ControlPointSequence->BeamLimitingDevicePositionSequence

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

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