SequenceName Property

Summary

Gets or sets the sequence name of the stack.

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 stack's sequence name.

Remarks

This value can be retrieved from the DicomDataSet.

When sorting the image using the Sort(List<DicomSortImageData>) method, the sort engine uses this value to group frames with similar sequence names together and separates the ones with different ones. For more information, refer to Sort(List<DicomSortImageData>) and DicomSortImageData.

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