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 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.