←Select platform

SelectorCodeSequenceValue Property

Summary

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

Syntax
C#
VB
C++
[Element(DicomTag.SelectorCodeSequenceValue)] 
[DataMemberAttribute()] 
public List<CodeSequence> SelectorCodeSequenceValue { get; set; } 
<DataMemberAttribute(),  
 ElementAttribute(New DicomTag.SelectorCodeSequenceValue())>  
Public Property SelectorCodeSequenceValue() As List(Of CodeSequence) 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute((gcnew DicomTag::SelectorCodeSequenceValue()))] 
   property List<CodeSequence^>^ SelectorCodeSequenceValue 
   { 
      List<CodeSequence^>^ get() 
      void set(List<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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly