Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
SetChannelMinimumValue Method
See Also 
Leadtools.Dicom Namespace > DicomWaveformChannel Class : SetChannelMinimumValue Method



include
true to insert the "Channel Minimum Value" (5400,0110) element (that corresponds to this channel) into the dataset and then set its value, false to delete the "Channel Minimum Value" (5400,0110) element (that corresponds to this channel) from the dataset.
minimumValue
New channel minimum value.
include
true to insert the "Channel Minimum Value" (5400,0110) element (that corresponds to this channel) into the dataset and then set its value, false to delete the "Channel Minimum Value" (5400,0110) element (that corresponds to this channel) from the dataset.
minimumValue
New channel minimum value.
Sets the channel minimum value.

Syntax

Visual Basic (Declaration) 
Public Function SetChannelMinimumValue( _
   ByVal include As Boolean, _
   ByVal minimumValue As Integer _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DicomWaveformChannel
Dim include As Boolean
Dim minimumValue As Integer
Dim value As Boolean
 
value = instance.SetChannelMinimumValue(include, minimumValue)
C# 
public bool SetChannelMinimumValue( 
   bool include,
   int minimumValue
)
C++/CLI 
public:
bool SetChannelMinimumValue( 
   bool include,
   int minimumValue
) 

Parameters

include
true to insert the "Channel Minimum Value" (5400,0110) element (that corresponds to this channel) into the dataset and then set its value, false to delete the "Channel Minimum Value" (5400,0110) element (that corresponds to this channel) from the dataset.
minimumValue
New channel minimum value.

Return Value

true if the channel minimum value was set successfully, false if an error occurred.

Example

For an example, refer to DicomDataSet.WaveformGroupCount.

Remarks

  • This method sets the value of the "Channel Minimum Value" (5400,0110) element that corresponds to this channel. Set include to true to force the method to insert the element if it doesn’t already exist in the dataset.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

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