Leadtools.Dicom Namespace > DicomDataSet Class : GetElementValueCount Method |
public int GetElementValueCount( DicomElement element )
'Declaration Public Function GetElementValueCount( _ ByVal element As DicomElement _ ) As Integer
'Usage Dim instance As DicomDataSet Dim element As DicomElement Dim value As Integer value = instance.GetElementValueCount(element)
public int GetElementValueCount( DicomElement element )
public int getElementValueCount(DicomElement element)
function Leadtools.Dicom.DicomDataSet.GetElementValueCount( element )
public: int GetElementValueCount( DicomElement^ element )
To minimize memory use in your application, you can free the memory allocated for this method to return the value by calling FreeElementValue following the call to this method.
DicomDataSet Class
DicomDataSet Members
GetValue
GetBinaryValue(DicomElement,Int32) Method
GetByteValue(DicomElement,Int32,Int32) Method
GetShortValue(DicomElement,Int32,Int32) Method
GetLongValue(DicomElement,Int32,Int32) Method
GetIntValue(DicomElement,Int32,Int32) Method
GetFloatValue(DicomElement,Int32,Int32) Method
GetDoubleValue(DicomElement,Int32,Int32) Method
GetStringValue Method
GetAgeValue(DicomElement,Int32,Int32) Method
GetDateValue(DicomElement,Int32,Int32) Method
GetTimeValue(DicomElement,Int32,Int32) Method
GetDateTimeValue(DicomElement,Int32,Int32) Method
GetConvertValue Method