←Select platform

RelativeTime Property

Summary

Gets or sets the Relative Time values for this TimeBasedImageSet.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.RelativeTime)] 
public List<int> RelativeTime { get; set; } 
<DataMemberAttribute(),  
 ElementAttribute(7471160)>  
Public Property RelativeTime() As System.Collections.Generic.List(Of Integer) 
   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 RelativeTimeRelativeTime is a list that must contain exactly two numbers.

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