←Select platform

ImageSetLabel Property

Summary

Gets or sets the Image Set Label for this TimeBasedImageSet.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.ImageSetLabel)] 
public string ImageSetLabel { get; set; } 
<DataMemberAttribute(),  
 ElementAttribute(7471168)>  
Public Property ImageSetLabel() As String 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute(7471168)] 
   property String^ ImageSetLabel 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The Image Set Label for this TimeBasedImageSet.

Remarks

The ImageSetLabel is a description of the purpose of the image set defined by this item.

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