- 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 |
---|---|
|
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(DicomElement,IntPtr,Int32).
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
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