←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly