LEADTOOLS Medical (Leadtools.Dicom assembly)

SetChannelMinimumValue Method

Show in webframe







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.
New channel minimum value.
Sets the channel minimum value.
Syntax
public bool SetChannelMinimumValue( 
   bool include,
   int minimumValue
)
'Declaration
 
Public Function SetChannelMinimumValue( _
   ByVal include As Boolean, _
   ByVal minimumValue As Integer _
) As Boolean
'Usage
 
Dim instance As DicomWaveformChannel
Dim include As Boolean
Dim minimumValue As Integer
Dim value As Boolean
 
value = instance.SetChannelMinimumValue(include, minimumValue)
public bool SetChannelMinimumValue( 
   bool include,
   int minimumValue
)

            

            
 function Leadtools.Dicom.DicomWaveformChannel.SetChannelMinimumValue( 
   include ,
   minimumValue 
)
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.
Remarks
Example
For an example, refer to WaveformGroupCount.
Requirements

Target Platforms

See Also

Reference

DicomWaveformChannel Class
DicomWaveformChannel Members
GetChannelMinimumValue Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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