←Select platform

GetAnnotation Method

Summary

Gets the channel annotation.

Syntax

C#
VB
WinRT C#
C++
public DicomWaveformAnnotation GetAnnotation( 
   int index 
) 
Public Function GetAnnotation( _ 
   ByVal index As Integer _ 
) As Leadtools.Dicom.DicomWaveformAnnotation 
public Leadtools.Dicom.DicomWaveformAnnotation GetAnnotation(  
   int index 
) 
 function Leadtools.Dicom.DicomWaveformChannel.GetAnnotation(  
   index  
) 
public: 
Leadtools.Dicom.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly