Visual Basic (Declaration) | |
---|---|
Public Function SetConvertValuePtr( _ ByVal element As DicomElement, _ ByVal value As IntPtr, _ ByVal count As Integer _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
Managed Extensions for C++ | |
---|---|
public: bool SetConvertValuePtr( DicomElement* element, IntPtr value, int count ) |
Parameters
- element
- An item in the Data Set.
- value
- Pointer to the string to be converted to one or more values.
- count
- Value that represents the number of values in value.
Return Value
true if the method completed successfully, false otherwise.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
SetConvertValue Method
SetStringValue(DicomElement,String[],DicomCharacterSetType) Method
SetBinaryValue(DicomElement,Byte[],Int32) Method
SetShortValue(DicomElement,Int16[],Int32) Method
SetIntValue(DicomElement,Int32[],Int32) Method
SetFloatValue(DicomElement,Single[],Int32) Method
SetDoubleValue(DicomElement,Double[],Int32) Method
SetAgeValue Method
SetDateValue Method
SetTimeValue Method
SetDateTimeValue Method