LEADTOOLS Medical (Leadtools.Dicom assembly)

GetDateRangeValue Method

Show in webframe







An item in the Data Set.
The zero-based index of the value to retrieve, when more than one value is stored in the Value Field.
Gets a DicomDateRangeValue structure that contains date range information for the specified element.
Syntax
public DicomDateRangeValue GetDateRangeValue( 
   DicomElement element,
   int index
)
'Declaration
 
Public Function GetDateRangeValue( _
   ByVal element As DicomElement, _
   ByVal index As Integer _
) As DicomDateRangeValue
'Usage
 
Dim instance As DicomDataSet
Dim element As DicomElement
Dim index As Integer
Dim value As DicomDateRangeValue
 
value = instance.GetDateRangeValue(element, index)
public DicomDateRangeValue GetDateRangeValue( 
   DicomElement element,
   int index
)

            
public DicomDateRangeValue getDateRangeValue(DicomElement element, int index)
 function Leadtools.Dicom.DicomDataSet.GetDateRangeValue( 
   element ,
   index 
)
public:
DicomDateRangeValue GetDateRangeValue( 
   DicomElement^ element,
   int index
) 

Parameters

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.

Return Value

A DicomDateRangeValue that contains date range information for the specified element. This method returns an empty DicomDateRangeValue 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.
Remarks
This method can be called only if the Value Representation of the Data Element is DicomVRType.DA. For more information about Value Representations, refer to Default Value Representation Table.
Example
For an example, refer to SetIntValue(DicomElement,IntPtr,Int32).
Requirements

Target Platforms

See Also

Reference

DicomDataSet Class
DicomDataSet Members
GetValue
GetTimeRangeValue Method
GetByteValuePtr(DicomElement,Int32,Int32) Method
GetStringValuePtr 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
GetTimeValue(DicomElement,Int32,Int32) Method
GetDateTimeValue(DicomElement,Int32,Int32) Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features