←Select platform

GetAnnotation Method

Summary

Gets the channel annotation.

Syntax
C#
VB
C++
public DicomWaveformAnnotation GetAnnotation( 
   int index 
) 
Public Function GetAnnotation( _ 
   ByVal index As Integer _ 
) As DicomWaveformAnnotation 
public: 
DicomWaveformAnnotation^ GetAnnotation(  
   int index 
)  

Parameters

index
Index to the waveform annotation to be retrieved. This index is zero-based. As an Example, if you are retrieving the 3rd waveform annotation, use an index of 2.

Return Value

The channel annotation.

Remarks
  • This method returns DicomWaveformAnnotation class that describes one of waveform annotations associated with this channel.
  • This method returns null if the index is out of range or if the channel has no annotations associated with it.

Example

For an example, refer to WaveformGroupCount.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly