Sets the Time range values of a Data Element.
public bool SetTimeRangeValue(
DicomElement element,
DicomTimeRangeValue[] value
)
Public Function SetTimeRangeValue( _
ByVal element As Leadtools.Dicom.DicomElement, _
ByVal value() As Leadtools.Dicom.DicomTimeRangeValue _
) As Boolean
public bool SetTimeRangeValue(
Leadtools.Dicom.DicomElement element,
Leadtools.Dicom.DicomTimeRangeValue[] value
)
public boolean setTimeRangeValue(DicomElement element, DicomTimeRangeValue[] values)
function Leadtools.Dicom.DicomDataSet.SetTimeRangeValue(
element ,
value
)
public:
bool SetTimeRangeValue(
Leadtools.Dicom.DicomElement^ element,
Leadtools.Dicom.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.
For an example, refer to SetIntValue.
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