←Select platform

ImageSetSelectorSequence Property

Summary

Gets or sets the Image Set Selector Sequence for this ImageSet.

Syntax

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

Property Value

A list of ImageSetSelector objects that represent the Selector Sequence for this ImageSet.

Remarks

The ImageSetSelectorSequence is a list of ImageSetSelector that contains selection attributes that are used to define a type of image for a HangingProtocol. For more information, see ImageSetSelector.

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