←Select platform

SelectorLOValue Property

Summary

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

Syntax

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

Property Value

The Selector Value if the SelectorAttributeVR is "LO".

Remarks

If the SelectorAttributeVR is "LO", then the SelectorLOValue 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