←Select platform

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 MedicalViewerSeriesStack

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.MedicalViewer Assembly