Converts a string and sets the value of an element.
public bool SetConvertValuePtr(
Leadtools.Dicom.DicomElement element,
IntPtr value,
uint count
)
Public Overloads Function SetConvertValuePtr( _
ByVal element As Leadtools.Dicom.DicomElement, _
ByVal value As IntPtr, _
ByVal count As UInteger _
) As Boolean
public bool SetConvertValuePtr(
Leadtools.Dicom.DicomElement element,
IntPtr value,
uint count
)
function Leadtools.Dicom.DicomDataSet.SetConvertValuePtr(DicomElement,IntPtr,UInt32)(
element ,
value ,
count
)
public:
bool SetConvertValuePtr(
Leadtools.Dicom.DicomElement^ element,
IntPtr value,
uint count
)
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.
true if the method completed successfully; otherwise, false.
SetConvertValue(DicomElement,String,Int32) Method
SetStringValue(DicomElement,String,DicomCharacterSetType) Method
SetStringValue(DicomElement,String[],DicomCharacterSetType) Method
SetStringValue(DicomElement,String) Method
SetStringValue(DicomElement,String[]) Method
SetStringValuePtr(DicomElement,IntPtr,Int32) Method
SetStringValuePtr(DicomElement,IntPtr,UInt32,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
SetDateValue(DicomElement,DicomDateValue[]) Method
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET