Visual Basic (Declaration) | |
---|---|
Public Function GetConvertValue( _ ByVal element As DicomElement _ ) As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public string GetConvertValue( DicomElement element ) |
Managed Extensions for 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 SetIntValue.
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
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