- 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 |
---|---|
Dim instance As DicomWaveformChannel Dim index As Integer Dim value As DicomWaveformAnnotation value = instance.GetAnnotation(index) |
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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)