Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
Leadtools.Dicom Namespace > DicomDataSet Class > GetLongValue Method : GetLongValue(DicomElement,Int32,UInt32) Method |
'Declaration
Public Overloads Function GetLongValue( _ ByVal element As DicomElement, _ ByVal index As Integer, _ ByVal count As UInteger _ ) As Long()
'Usage
Dim instance As DicomDataSet Dim element As DicomElement Dim index As Integer Dim count As UInteger Dim value() As Long value = instance.GetLongValue(element, index, count)
public long[] getLongValue(DicomElement element, int index, int count)
function Leadtools.Dicom.DicomDataSet.GetLongValue(DicomElement,Int32,UInt32)( element , index , count )
public: array<int64>^ GetLongValue( DicomElement^ element, int index, uint count )
This method can be called only if the Value Representation of the Data Element is:
For more information about Value Representations, refer to Default Value Representation Table.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
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