←Select platform

SelectorAttributeVR Property

Summary

Gets or sets the DICOM value representation of the SelectorAttribute.

Syntax

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

Property Value

The DICOM value representation of the SelectorAttribute.

Remarks

Valid DICOM value representation values include:

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