←Select platform

EchoNumber Property

Summary

Gets or sets the image echo number.

Syntax

C#
VB
C++
public int EchoNumber { get; set; } 
  
Public Property EchoNumber As Integer 
             
            public: 
property int EchoNumber { 
   int get(); 
   void set (    int ); 
} 
             

Property Value

A value that represents the image echo number.

Remarks
  • If no echo information is available, set this value to 0.
  • The echo number is used to classify the series and group based on the echo number. For more information, refer to MedicalViewerSeriesManager.Sort.
  • This value can be retrieved from the DicomDataSet.
Example

For an example, refer to MedicalViewerSeriesStack

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly