←Select platform

RelativeTime Property

Summary

Gets or sets the Relative Time values for this TimeBasedImageSet.

Syntax
C#
C++/CLI
[DataMemberAttribute()] 
[Element(DicomTag.RelativeTime)] 
public List<int> RelativeTime { get; set; } 
public:  
   [DataMemberAttribute,  
   ElementAttribute(7471160)] 
   property System::Collections::Generic::List<int>^ RelativeTime 
   { 
      System::Collections::Generic::List<int>^ get() 
      void set(System::Collections::Generic::List<int>^ value) 
   } 

Property Value

A list of Relative Times values for this TimeBasedImageSet.

Remarks

RelativeTime is required if ImageSetSelectorCategory is RelativeTime is a list that must contain exactly two numbers.

Requirements

Target Platforms

Help Version 23.0.2024.3.20
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.