←Select platform

ImageSetSelectorSequence Property (ImageSet)

Summary

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

Syntax

C#
VB
C++
[DataMemberAttribute()] 
[ElementAttribute(7471138)] 
public System.Collections.Generic.List<Leadtools.Dicom.Common.DataTypes.HangingProtocol.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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.Common Assembly
Click or drag to resize