Gets or sets the sequence name of the stack.
public string SequenceName { get; set; }
Public Property SequenceName As String
A string that represents the stack's sequence name.
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.
For an example, refer to DicomSortSeriesStack
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET