←Select platform

TimeBasedImageSetsSequence Property

Summary

Gets or sets a list of Time Based Image Sets Sequence for this ImageSet.

Syntax

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

Property Value

A list of Time Based Image Sets Sequence for this ImageSet.

Remarks

Each TimeBasedImageSet item in TimeBasedImageSetsSequence defines a current or a prior ImageSet. The TimeBasedImageSetsSequence should contain one or more items.

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