←Select platform

SelectorCodeSequenceValue Property

Summary

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

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 Selector Value if the SelectorAttributeVR is "SQ".

Remarks

If the SelectorAttributeVR is "SQ", then the SelectorCodeSequenceValue is used as the value for the SelectorAttribute.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly