SeriesNumber Property

Summary
Gets or sets the series number.
Syntax
C#
VB
C++
[Element(DicomTag.SeriesNumber)] 
public Nullable<int> SeriesNumber { get; set; } 
  
<BrowsableAttribute(False)> 
<ElementAttribute()> 
Public Property SeriesNumber As Nullable(Of Integer) 
[BrowsableAttribute(false)] 
[ElementAttribute()] 
public: 
property Nullable<int> SeriesNumber { 
   Nullable<int> get(); 
   void set (    Nullable<int> ); 
} 

Property Value

The series number.

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

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