←Select platform

SelectorCodeSequenceValue Property

Summary

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

Syntax
C#
C++/CLI
[Element(DicomTag.SelectorCodeSequenceValue)] 
[DataMemberAttribute()] 
public List<CodeSequence> SelectorCodeSequenceValue { 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 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

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