RelativeTime Property (original) (raw)
Syntax
[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 RelativeTime is a list that must contain exactly two numbers.
Leadtools.Dicom.Common Assembly