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 DicomSortSeriesManager.Sort.
  • This value can be retrieved from the DicomDataSet.
Example

For an example, refer to DicomSortSeriesStack

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.