Description Property

Summary

Gets the series description.

Syntax
C#
VB
C++
[Element(DicomTag.SeriesDescription)] 
public string Description { get; set; } 
  
Public Property Description As String 
public: 
property String^ Description { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

User provided description of the series.

Example

For an example refer to QueryRetrieveScu.Find

Requirements

Target Platforms

See Also

Reference

Series Class

Series Members

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

Leadtools.Dicom.Scu Assembly