Sets the channel number.
public bool SetWaveformChannelNumber(
bool include,
int channelNumber
)
Public Function SetWaveformChannelNumber( _
ByVal include As Boolean, _
ByVal channelNumber As Integer _
) As Boolean
public bool SetWaveformChannelNumber(
bool include,
int channelNumber
)
function Leadtools.Dicom.DicomWaveformChannel.SetWaveformChannelNumber(
include ,
channelNumber
)
public:
bool SetWaveformChannelNumber(
bool include,
int channelNumber
)
include
True to insert the Waveform Channel Number (003A, 0202) element (that corresponds to this channel) into the dataset and then set its value, false to delete the Waveform Channel Number (003A,0202) element (that corresponds to this channel) from the dataset.
channelNumber
New waveform channel number.
True if the waveform channel number was updated successfully, false if an error occurred.
For an example, refer to WaveformGroupCount.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET