Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS DICOM C++ Class Library Help

LDicomWaveformGroup::GetChannel

Show in webframe

#include "Ltdic.h"

LDicomWaveformChannel* LDicomWaveformGroup::GetChannel (uIndex)

L_UINT32 uIndex;

/* index */

Gets a channel from the waveform group.

Parameter

Description

uIndex

Zero-based index of the channel to retrieve. As an example, if you want to retrieve the 10th channel, use an index of 9.

Returns

!NULL

SUCCESS

NULL

An error occurred.

Comments

A waveform in DICOM consists of one or more multiplex groups, each encoded into an item in the "Waveform Sequence" (5400,0100). All channels within a multiplex group are synchronously digitized at a common sampling frequency. Use this function to retrieve the specified channel under the waveform group.

This function returns a pointer to an internal object that is managed by the class. Therefore, you should not free it when you are done with it.

This function returns NULL if the index is out of range or if this waveform group does not have any channels associated with it.

Required DLLs and Libraries

LTDIC

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application

Platforms

Win32, x64

See Also

Functions:

Class Members, LDicomWaveformGroup::GetNumberOfChannels, LDicomWaveformGroup::AddChannel, LDicomWaveformGroup::DeleteChannel, LDicomWaveformChannel::GetWaveformGroup, LDicomWaveformChannel::GetIndex

Topics:

Working with DICOM Waveforms

Example

For an example, refer to LDicomWaveformChannel::SetChannelSamples8

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