- 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.
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 |
---|---|
Dim instance As DicomDataSet Dim element As DicomElement Dim value As IntPtr Dim count As Integer Dim value As Boolean value = instance.SetConvertValuePtr(element, value, 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 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
SetValue Method
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(DicomElement,DicomDateValue[]) Method
SetTimeValue(DicomElement,DicomTimeValue[]) Method
SetDateTimeValue(DicomElement,DicomDateTimeValue[]) Method