Number Property

Summary

Gets the series number.

Syntax
C#
VB
C++
[Element(DicomTag.SeriesNumber)] 
public Nullable<int> Number { get; set; } 
  
Public Property Number As Nullable(Of Integer) 
public: 
property Nullable<int> Number { 
   Nullable<int> get(); 
   void set (    Nullable<int> ); 
} 

Property Value

A number that identifies this series.

Example

For an example refer to QueryRetrieveScu.Find

Requirements

Target Platforms

See Also

Reference

Series Class

Series Members

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

Leadtools.Dicom.Scu Assembly