←Select platform

DisplaySetPresentationGroup Property

Summary

Gets or sets the Display Set Presentation Group (Mandatory).

Syntax
C#
VB
C++
[Element(DicomTag.DisplaySetPresentationGroup)] 
[DataMemberAttribute()] 
public Nullable<int> DisplaySetPresentationGroup { get; set; } 
<DataMemberAttribute(),  
 ElementAttribute(New DicomTag.DisplaySetPresentationGroup())>  
Public Property DisplaySetPresentationGroup() As Nullable(Of Integer) 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute((gcnew DicomTag::DisplaySetPresentationGroup()))] 
   property Nullable<Int32>^ DisplaySetPresentationGroup 
   { 
      Nullable<Int32>^ get() 
      void set(Nullable<Int32>^ value) 
   } 

Property Value

The Display Set Presentation Group.

Remarks

A DisplaySetLabel is a positive integer value that designates this Display Set as part of a specific presentation group.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly