- 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.
Visual Basic (Declaration) | |
---|---|
Public Function GetAnnotation( _ ByVal index As Integer _ ) As DicomWaveformAnnotation |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DicomWaveformAnnotation GetAnnotation( int index ) |
C++/CLI | |
---|---|
public: 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.For an example, refer to DicomDataSet.WaveformGroupCount.
This method retruns 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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family