Gets a DicomTimeRangeValue structure that contains time range information for the specified element.
public DicomTimeRangeValue GetTimeRangeValue(
DicomElement element,
int index
)
Public Function GetTimeRangeValue( _
ByVal element As Leadtools.Dicom.DicomElement, _
ByVal index As Integer _
) As Leadtools.Dicom.DicomTimeRangeValue
public Leadtools.Dicom.DicomTimeRangeValue GetTimeRangeValue(
Leadtools.Dicom.DicomElement element,
int index
)
function Leadtools.Dicom.DicomDataSet.GetTimeRangeValue(
element ,
index
)
public:
Leadtools.Dicom.DicomTimeRangeValue GetTimeRangeValue(
Leadtools.Dicom.DicomElement^ element,
int index
)
element
An item in the Data Set.
index
The zero-based index of the value to retrieve, when more than one value is stored in the Value Field.
A DicomTimeRangeValue that contains time range information for the specified element. This method returns an empty DicomTimeRangeValue if the length of the Value Field is 0, the method was called for the incorrect Value Representation type, or the method was called for a folder (sequence) element.
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.
GetByteValuePtr(DicomElement,Int32,Int32) Method
GetFloatValuePtr(DicomElement,Int32,Int32) Method
GetDoubleValuePtr(DicomElement,Int32,Int32) Method
GetShortValue(DicomElement,Int32,Int32) Method
GetLongValue(DicomElement,Int32,Int32) Method
GetIntValue(DicomElement,Int32,Int32) Method
GetBinaryValue(DicomElement,Int32) Method
GetAgeValue(DicomElement,Int32,Int32) Method
GetDateValue(DicomElement,Int32,Int32) Method
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