←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; } 
<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 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.