C#
VB
C++
Gets or sets the Relative Time values for this TimeBasedImageSet.
[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)
}
A list of Relative Times values for this TimeBasedImageSet.
RelativeTime is required if ImageSetSelectorCategory is RelativeTimeRelativeTime is a list that must contain exactly two numbers.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET