←Select platform

TimeBasedImageSetsSequence Property

Summary

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

Syntax
C#
VB
C++
[Element(DicomTag.TimeBasedImageSetsSequence)] 
[DataMemberAttribute()] 
public List<TimeBasedImageSet> TimeBasedImageSetsSequence { get; set; } 
<DataMemberAttribute(),  
 ElementAttribute(New DicomTag.TimeBasedImageSetsSequence())>  
Public Property TimeBasedImageSetsSequence() As List(Of TimeBasedImageSet) 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute((gcnew DicomTag::TimeBasedImageSetsSequence()))] 
   property List<TimeBasedImageSet^>^ TimeBasedImageSetsSequence 
   { 
      List<TimeBasedImageSet^>^ get() 
      void set(List<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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly