←Select platform

TimeBasedImageSetsSequence Property

Summary

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

Syntax
C#
C++/CLI
[DataMemberAttribute()] 
[Element(DicomTag.TimeBasedImageSetsSequence)] 
public List<TimeBasedImageSet> TimeBasedImageSetsSequence { get; set; } 
public:  
   [ElementAttribute((gcnew DicomTag::TimeBasedImageSetsSequence())),  
   DataMemberAttribute] 
   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 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

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