Leadtools.Dicom Namespace > DicomDataSet Class > GetAgeValue Method : GetAgeValue(DicomElement,Int32,Int32) Method |
public DicomAgeValue[] GetAgeValue( DicomElement element, int index, int count )
'Declaration Public Overloads Function GetAgeValue( _ ByVal element As DicomElement, _ ByVal index As Integer, _ ByVal count As Integer _ ) As DicomAgeValue()
'Usage Dim instance As DicomDataSet Dim element As DicomElement Dim index As Integer Dim count As Integer Dim value() As DicomAgeValue value = instance.GetAgeValue(element, index, count)
public DicomAgeValue[] GetAgeValue( DicomElement element, int index, int count )
public DicomAgeValue[] getAgeValue(DicomElement element, int index, int count)
function Leadtools.Dicom.DicomDataSet.GetAgeValue(DicomElement,Int32,Int32)( element , index , count )
public: array<DicomAgeValue>^ GetAgeValue( DicomElement^ element, int index, int count )
This method can be called only if the Value Representation of the Data Element is DicomVRType.AS. For more information about Value Representations, refer to Default Value Representation Table.
DicomDataSet Class
DicomDataSet Members
Overload List
GetValue
GetDateRangeValue 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
GetDateValue(DicomElement,Int32,Int32) Method
GetTimeValue(DicomElement,Int32,Int32) Method
GetDateTimeValue(DicomElement,Int32,Int32) Method