←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(New DicomTag.SelectorAttributeVR())>  
Public Property SelectorAttributeVR() As String 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute((gcnew DicomTag::SelectorAttributeVR()))] 
   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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.