←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly