←Select platform

SelectorAttributeVR Property

Summary

Gets or sets the Value Representation of SelectorAttribute.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.SelectorAttributeVR)] 
public string SelectorAttributeVR { get; set; } 
<ElementAttribute(7471184),  
 DataMemberAttribute()>  
Public Property SelectorAttributeVR() As String 
   Get 
   Set 
public:  
   [ElementAttribute(7471184),  
   DataMemberAttribute] 
   property String^ SelectorAttributeVR 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The Value Representation of SelectorAttribute.

Remarks

This is a two character representation of the Value Representation of SelectorAttribute. Acceptable values include:

Value Representation Description
AT Attribute Tag
CS Code String
IS Integer String
LO Long String
LT Long Text
PN Person Name
SH Short String
ST Short Text
UT Unlimited Text
DS Decimal String
FD Floating Point Double
FL Floating Point Single
UL Unsigned Long
US Unsigned Short
SL Signed Long
SS Signed Short
UI Unique Identifier (UID)
SQ Sequence
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