- 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.
Visual Basic (Declaration) | |
---|---|
Public Function SetConvertValue( _ ByVal element As DicomElement, _ ByVal value As String, _ ByVal count As Integer _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomDataSet Dim element As DicomElement Dim value As String Dim count As Integer Dim value As Boolean value = instance.SetConvertValue(element, value, count) |
Parameters
- 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.
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
SetConvertValuePtr 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