←Select platform

DisplaySetLabel Property

Summary

Gets or sets the Display Set Label (Optional).

Syntax

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

Property Value

The Display Set Label.

Remarks

The DisplaySetNumber is a description of the objective of the display set.

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