Sets the Time range values of a Data Element.
public bool SetTimeRangeValue(
DicomElement element,
DicomTimeRangeValue[] value
)
Public Function SetTimeRangeValue( _
ByVal element As DicomElement, _
ByVal value() As DicomTimeRangeValue _
) As Boolean
public boolean setTimeRangeValue(DicomElement element, DicomTimeRangeValue[] values)
public:
bool SetTimeRangeValue(
DicomElement^ element,
array<DicomTimeRangeValue>^ value
)
element
An item in the Data Set.
value
Pointer to an array of DicomTimeRangeValue objects that contain the time range value(s) to set.
true if the time range values were set successfully; otherwise, it is false.
This method can be called only if the Value Representation of the Data Element is DicomVRType.TM. For more information about Value Representations, refer to Default Value Representation Table.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document