←Select platform

DisplaySetPresentationGroup Property

Summary

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

Syntax

C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.DisplaySetPresentationGroup)] 
public Nullable<int> DisplaySetPresentationGroup { get; set; } 
<ElementAttribute(7471620),  
 DataMemberAttribute()>  
Public Property DisplaySetPresentationGroup() As System.Nullable(Of Integer) 
   Get 
   Set 
public:  
   [ElementAttribute(7471620),  
   DataMemberAttribute] 
   property System::Nullable<int> DisplaySetPresentationGroup 
   { 
      System::Nullable<int> get() 
      void set(System::Nullable<int> 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly