- waveformAnnotation
- The new waveform annotation attributes
Visual Basic (Declaration) | |
---|---|
Public Sub AddAnnotation( _ ByVal waveformAnnotation As DicomWaveformAnnotation _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomWaveformChannel Dim waveformAnnotation As DicomWaveformAnnotation instance.AddAnnotation(waveformAnnotation) |
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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)