L_DicomChannelGetAnnotationCount
#include "Ltdic.h"
L_UINT32 EXT_FUNCTION L_DicomChannelGetAnnotationCount(hDICOMWaveFormChannel)
HDICOMWAVEFORMCHANNEL hDICOMWaveFormChannel; |
/* a DICOM waveform channel handle*/ |
Gets the number of annotations associated with this channel.
Parameter |
Description |
hDICOMWaveFormChannel |
A DICOM waveform channel handle |
Returns
Number of annotations associated with the channel.
Comments
This function returns the number of annotations defined under the "Waveform Annotation Sequence" (0040,B020) element, which are applied, to this channel.
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. |
See Also
Functions: |
L_DicomChannelGetAnnotation, L_DicomChannelAddAnnotation, L_DicomChannelDeleteAnnotation |
Topics: |
|
|
|
Example
For an example, refer to L_DicomChannelSetSamples8.