Visual Basic (Declaration) | |
---|---|
Public Function GetElementValueCount( _ ByVal element As DicomElement _ ) As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int GetElementValueCount( DicomElement element ) |
Managed Extensions for C++ | |
---|---|
public: int GetElementValueCount( DicomElement* element ) |
C++/CLI | |
---|---|
public: int GetElementValueCount( DicomElement^ element ) |
Parameters
- element
- An item in the Data Set.
Return Value
The number of values stored in the Value Field of the specified element.For an example, refer to SetIntValue.
For more information on retrieving multiple values from the Value Field, refer to the
DicomDataSet.GetxxxValue or DicomDataSet.GetxxxValuePtr methods.
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
DicomDataSet ClassDicomDataSet Members
GetBinaryValue(DicomElement,Int32) Method
GetByteValue Method
GetShortValue Method
GetLongValue Method
GetIntValue Method
GetFloatValue Method
GetDoubleValue Method
GetStringValue Method
GetAgeValue Method
GetDateValue Method
GetTimeValue Method
GetDateTimeValue Method
GetConvertValue Method