←Select platform

ImageSetSelectorSequence Property

Summary

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

Syntax
C#
C++/CLI
[Element(DicomTag.ImageSetSelectorSequence)] 
[DataMemberAttribute()] 
public List<ImageSetSelector> ImageSetSelectorSequence { 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 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.