- waveformAnnotation
- The new waveform annotation attributes
Visual Basic (Declaration) | |
---|---|
Public Sub AddAnnotation( _ ByVal waveformAnnotation As DicomWaveformAnnotation _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void AddAnnotation( DicomWaveformAnnotation waveformAnnotation ) |
C++/CLI | |
---|---|
public: void AddAnnotation( DicomWaveformAnnotation^ waveformAnnotation ) |
Parameters
- waveformAnnotation
- The new waveform annotation attributes
For an example, refer to DicomDataSet.WaveformGroupCount.
This method fails if waveformAnnotation is null. Before calling this method, you must initialize all the properties of the class.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family