InstanceNumber Property

Summary

Gets or sets the image instance number.

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

Property Value

An integer that represents the image instance number. This value is useful for sorting and retrieving more accurate information.

Remarks

This value can be retrieved from the DicomDataSet.

Example

For an example, refer to DicomSortSeriesStack.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly