←Select platform

SelectorSequencePointer Property

Summary

Gets or sets the data element of the sequence that contains the attribute identified by ImageSetSelector.SelectorAttribute

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

Property Value

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

Remarks

Required if Selector Attribute (0072,0026) is nested in a Sequence. This is not used to identify code sequence attributes. This is a numeric representation of ImageSetSelector.WCFSelectorSequencePointer

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