←Select platform

DisplaySetNumber Property

Summary

Gets or sets the Display Set Number (Mandatory).

Syntax
C#
C++/CLI
[DataMemberAttribute()] 
[Element(DicomTag.DisplaySetNumber)] 
public Nullable<int> DisplaySetNumber { get; set; } 
public:  
   [DataMemberAttribute,  
   ElementAttribute((gcnew DicomTag::DisplaySetNumber()))] 
   property Nullable<Int32>^ DisplaySetNumber 
   { 
      Nullable<Int32>^ get() 
      void set(Nullable<Int32>^ value) 
   } 

Property Value

The Display Set Number.

Remarks

The DisplaySetNumber is unique number within the Hanging Protocol Instance that uniquely identifies the DisplaySet/ A DisplaySetNumberstarts with 1 and increments by 1 for each DisplaySet.

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.