Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom assembly)

Show in webframe

SetChannelMaximumValue Method








true to insert the "Channel Maximum Value" (5400,0112) element (that corresponds to this channel) into the dataset and then set its value, false to delete the "Channel Maximum Value" (5400,0112) element (that corresponds to this channel) from the dataset.
New channel maximum value.
Sets the channel maximum value.
Syntax
public bool SetChannelMaximumValue( 
   bool include,
   int maximumValue
)
'Declaration
 
Public Function SetChannelMaximumValue( _
   ByVal include As Boolean, _
   ByVal maximumValue As Integer _
) As Boolean
'Usage
 
Dim instance As DicomWaveformChannel
Dim include As Boolean
Dim maximumValue As Integer
Dim value As Boolean
 
value = instance.SetChannelMaximumValue(include, maximumValue)
public bool SetChannelMaximumValue( 
   bool include,
   int maximumValue
)
 function Leadtools.Dicom.DicomWaveformChannel.SetChannelMaximumValue( 
   include ,
   maximumValue 
)
public:
bool SetChannelMaximumValue( 
   bool include,
   int maximumValue
) 

Parameters

include
true to insert the "Channel Maximum Value" (5400,0112) element (that corresponds to this channel) into the dataset and then set its value, false to delete the "Channel Maximum Value" (5400,0112) element (that corresponds to this channel) from the dataset.
maximumValue
New channel maximum value.

Return Value

true if the channel maximum value was updated successfully, false if an error occurred.
Remarks
Example
For an example, refer to WaveformGroupCount.
Requirements

Target Platforms

See Also

Reference

DicomWaveformChannel Class
DicomWaveformChannel Members
GetChannelMaximumValue Method

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