←Select platform

SelectorISValue Property

Summary

Gets or sets the Selector Value if the SelectorAttributeVR is "IS".

Syntax

C#
VB
C++
[Element(DicomTag.SelectorISValue)] 
public List<int> SelectorISValue { get; set; } 
<ElementAttribute(7471204)>  
Public Property SelectorISValue() As System.Collections.Generic.List(Of Integer) 
   Get 
   Set 
public:  
   [ElementAttribute(7471204)] 
   property System::Collections::Generic::List<int>^ SelectorISValue 
   { 
      System::Collections::Generic::List<int>^ get() 
      void set(System::Collections::Generic::List<int>^ value) 
   } 

Property Value

The Selector Value if the SelectorAttributeVR is "IS".

Remarks

If the SelectorAttributeVR is "IS", then the SelectorISValue is used as the value for the SelectorAttribute.

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