←Select platform

AddAnnotation Method

Summary

Adds a new waveform annotation to the channel.

Syntax
C#
VB
C++
public void AddAnnotation( 
   DicomWaveformAnnotation waveformAnnotation 
) 
Public Sub AddAnnotation( _ 
   ByVal waveformAnnotation As DicomWaveformAnnotation _ 
)  
public: 
void AddAnnotation(  
   DicomWaveformAnnotation^ waveformAnnotation 
)  

Parameters

waveformAnnotation
The new waveform annotation attributes

Remarks
  • This method fails if waveformAnnotation is null.
  • Before calling this method, you must initialize all the properties of the class.

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