C#
VB
C++
Gets or sets the RelativeTimeUnits used by the RelativeTime property for this TimeBasedImageSet.
[DataMemberAttribute()]
[Element(DicomTag.RelativeTimeUnits)]
public Nullable<RelativeTimeUnits> RelativeTimeUnits { get; set; }
<DataMemberAttribute(),
ElementAttribute(7471162)>
Public Property RelativeTimeUnits() As System.Nullable(Of Leadtools.Dicom.Common.DataTypes.HangingProtocol.RelativeTimeUnits)
Get
Set
public:
[DataMemberAttribute,
ElementAttribute(7471162)]
property System::Nullable<Leadtools::Dicom::Common::DataTypes::HangingProtocol::RelativeTimeUnits^> RelativeTimeUnits
{
System::Nullable<Leadtools::Dicom::Common::DataTypes::HangingProtocol::RelativeTimeUnits^> get()
void set(System::Nullable<Leadtools::Dicom::Common::DataTypes::HangingProtocol::RelativeTimeUnits^> value)
}
The RelativeTimeUnits used by the RelativeTime property for this TimeBasedImageSet.
See RelativeTime and AbstractPriorValue for more information.
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