Leadtools.Dicom Namespace > DicomDataSet Class > GetDateValue Method : GetDateValue(DicomElement,Int32,Int32) Method |
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 )
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.
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
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