LEADTOOLS Medical (Leadtools.Dicom assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
SetFloatValue(DicomElement,Single) Method
See Also 
Leadtools.Dicom Namespace > DicomDataSet Class > SetFloatValue Method : SetFloatValue(DicomElement,Single) Method



element
An item in the Data Set.
value
The float value to set. If you want to set multiple values in the Value Field, use SetFloatValue(DicomElement,IntPtr,Int32) or Leadtools.Dicom.DicomDataSet.SetFloatValue
element
An item in the Data Set.
value
The float value to set. If you want to set multiple values in the Value Field, use SetFloatValue(DicomElement,IntPtr,Int32) or Leadtools.Dicom.DicomDataSet.SetFloatValue
Sets the float value of a Data Element. Supported in Silverlight, Windows Phone 7.

Syntax

Visual Basic (Declaration) 
Overloads Public Function SetFloatValue( _
   ByVal element As DicomElement, _
   ByVal value As Single _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DicomDataSet
Dim element As DicomElement
Dim value As Single
Dim value As Boolean
 
value = instance.SetFloatValue(element, value)
C# 
public bool SetFloatValue( 
   DicomElement element,
   float value
)
C++/CLI 
public:
bool SetFloatValue( 
   DicomElement^ element,
   float value
) 

Parameters

element
An item in the Data Set.
value
The float value to set. If you want to set multiple values in the Value Field, use SetFloatValue(DicomElement,IntPtr,Int32) or Leadtools.Dicom.DicomDataSet.SetFloatValue

Return Value

true if the float value was set successfully. false if could not set the float value of the Data Element.

Example

For an example, refer to DicomDataSet.SetIntValue.

Remarks

This method can be called only if the Value Representation of the Data Element is DicomVRType.FL. For more information about Value Representations, refer to Default Value Representation Table.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features