←Select platform

ImageSetsSequence Property

Summary

Gets or sets the Hanging Protocol Image Sets Sequence (Mandatory).

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

Property Value

The Hanging Protocol Image Sets Sequence.

Remarks

This is a list of items describing one or more types of Image Sets to which the Hanging Protocol applies

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

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