←Select platform

SelectorCodeSequenceValue Property

Summary

Gets or sets the value(s) of the attribute identified by SelectorAttribute.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.SelectorCodeSequenceValue)] 
public List<CodeSequence> SelectorCodeSequenceValue { get; set; } 
<ElementAttribute(7471232),  
 DataMemberAttribute()>  
Public Property SelectorCodeSequenceValue() As System.Collections.Generic.List(Of Leadtools.Dicom.Common.DataTypes.CodeSequence) 
   Get 
   Set 
public:  
   [ElementAttribute(7471232),  
   DataMemberAttribute] 
   property System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::CodeSequence^>^ SelectorCodeSequenceValue 
   { 
      System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::CodeSequence^>^ get() 
      void set(System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::CodeSequence^>^ value) 
   } 

Property Value

The value(s) of the attribute identified by SelectorAttribute.

Remarks

Required if SelectorAttributeVR has a value of SQ.

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