←Select platform

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

A Value 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 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