←Select platform

DisplaySetPresentationGroup Property

Summary

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

Syntax
C#
C++/CLI
[Element(DicomTag.DisplaySetPresentationGroup)] 
[DataMemberAttribute()] 
public Nullable<int> DisplaySetPresentationGroup { 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 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

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