- element
- An item in the Data Set.
Visual Basic (Declaration) | |
---|---|
Public Function GetConvertValue( _ ByVal element As DicomElement _ ) As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomDataSet Dim element As DicomElement Dim value As String value = instance.GetConvertValue(element) |
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.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
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