SequenceName Property

Summary

Gets or sets the image sequence name.

Syntax
C#
VB
C++
public string SequenceName { get; set; } 
  
Public Property SequenceName As String 
            public: 
property String^ SequenceName { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A string that represents the image sequence name. This value is useful for classifying and grouping the images.

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