SequenceName Property

Summary
Gets or sets the sequence name of the stack.
Syntax
C#
C++/CLI
public string SequenceName { get; set; } 
            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.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly

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