Converts a string and sets the value of an element.
public bool SetConvertValue(
Leadtools.Dicom.DicomElement element,
string value,
int count
)
Public Overloads Function SetConvertValue( _
ByVal element As Leadtools.Dicom.DicomElement, _
ByVal value As String, _
ByVal count As Integer _
) As Boolean
public bool SetConvertValue(
Leadtools.Dicom.DicomElement element,
string value,
int count
)
public boolean setConvertValue(DicomElement element, String value, int count)
function Leadtools.Dicom.DicomDataSet.SetConvertValue(DicomElement,String,Int32)(
element ,
value ,
count
)
public:
bool SetConvertValue(
Leadtools.Dicom.DicomElement^ element,
String^ value,
int count
)
element
An item in the Data Set.
value
Character string that contains 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.
For an example, refer to SetIntValue.
SetConvertValuePtr(DicomElement,IntPtr,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