- element
- An item in the Data Set.
Visual Basic (Declaration) | |
---|---|
Public Function GetConvertValue( _ ByVal element As DicomElement _ ) As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public string GetConvertValue( DicomElement element ) |
C++/CLI | |
---|---|
public: String^ GetConvertValue( DicomElement^ element ) |
Parameters
- element
- An item in the Data Set.
Return Value
String version of the value.For an example, refer to DicomDataSet.SetIntValue(DicomElement,IntPtr,Int32).
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Reference
DicomDataSet ClassDicomDataSet Members
GetValue
GetStringValuePtr Method
GetFloatValuePtr Method
GetDoubleValuePtr Method
GetShortValue Method
GetLongValue Method
GetIntValue Method
GetBinaryValue(DicomElement,Int32) Method
GetByteValue Method
GetAgeValue Method
GetDateValue Method
GetTimeValue Method
GetDateTimeValue Method