LEADTOOLS Medical (Leadtools.Dicom assembly)
LEAD Technologies, Inc

GetDateValue(DicomElement,Int32,Int32) Method








An item in the Data Set.
The zero-based index of the first value to retrieve, when more than one value is stored in the Value Field.
Value that represents the number of values to retrieve when more than one value is stored in the Value Field. In most instances you will only retrieve one value so this parameter will be one.
Gets an array of DicomDateValue objects, that contains date information stored in the Value Field of the specified element. .NET support Silverlight support
Syntax
public DicomDateValue[] GetDateValue( 
   DicomElement element,
   int index,
   int count
)
'Declaration
 
Public Overloads Function GetDateValue( _
   ByVal element As DicomElement, _
   ByVal index As Integer, _
   ByVal count As Integer _
) As DicomDateValue()
'Usage
 
Dim instance As DicomDataSet
Dim element As DicomElement
Dim index As Integer
Dim count As Integer
Dim value() As DicomDateValue
 
value = instance.GetDateValue(element, index, count)
public DicomDateValue[] GetDateValue( 
   DicomElement element,
   int index,
   int count
)
ObjectiveC Syntax
 function Leadtools.Dicom.DicomDataSet.GetDateValue(DicomElement,Int32,Int32)( 
   element ,
   index ,
   count 
)
public:
array<DicomDateValue>^ GetDateValue( 
   DicomElement^ element,
   int index,
   int count
) 

Parameters

element
An item in the Data Set.
index
The zero-based index of the first value to retrieve, when more than one value is stored in the Value Field.
count
Value that represents the number of values to retrieve when more than one value is stored in the Value Field. In most instances you will only retrieve one value so this parameter will be one.

Return Value

A buffer of DicomDateValue objects, that contains date information stored in the Value Field of the specified element. null 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
If you have more than one value stored in the Value Field of the specified Data Element, you can retrieve one or more of those elements. For example, if the Value Field of the specified Data Element contains three Date values, and you are only interested in retrieving the last two Date values, set index to 1 and count to 2. This tells the method to retrieve the Date values starting at position 1 (the index is zero-based) and retrieve two values. Therefore you would retrieve the values in positions 1 and 2 in the Value Field.

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 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