←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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.