←Select platform

ImageBoxesSequence Property

Summary

Gets or sets the Display Set Image Boxes Sequence (Mandatory).

Syntax

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

Property Value

The Display Set Image Boxes Sequence.

Remarks

Sequence that defines the image boxes for this DisplaySet. Only a single Item shall be included in this Sequence unless Image Box Layout Type (0072,0304) is TILED, in which case one or more Items shall be included in this Sequence.

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