←Select platform

SelectorUSValue Property

Summary

Gets or sets the SelectorATValue property.

Syntax

C#
VB
C++
[Element(DicomTag.SelectorUSValue)] 
public List<ushort> SelectorUSValue { get; set; } 
<ElementAttribute(7471226)>  
Public Property SelectorUSValue() As System.Collections.Generic.List(Of UShort) 
   Get 
   Set 
public:  
   [ElementAttribute(7471226)] 
   property System::Collections::Generic::List<System::UInt16>^ SelectorUSValue 
   { 
      System::Collections::Generic::List<System::UInt16>^ get() 
      void set(System::Collections::Generic::List<System::UInt16>^ value) 
   } 

Property Value

The SelectorATValue property.

Remarks

If the SelectorAttributeVR is "US", then the SelectorUSValue 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