←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; } 
<ElementAttribute(New DicomTag.DisplaySetPresentationGroup()),  
 DataMemberAttribute()>  
Public Property DisplaySetPresentationGroup() As Nullable(Of Integer) 
   Get 
   Set 
public:  
   [ElementAttribute((gcnew DicomTag::DisplaySetPresentationGroup())),  
   DataMemberAttribute] 
   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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.