←Select platform

DisplaySetNumber Property

Summary

Gets or sets the Display Set Number (Mandatory).

Syntax
C#
VB
C++
[Element(DicomTag.DisplaySetNumber)] 
[DataMemberAttribute()] 
public Nullable<int> DisplaySetNumber { get; set; } 
<DataMemberAttribute(),  
 ElementAttribute(New DicomTag.DisplaySetNumber())>  
Public Property DisplaySetNumber() As Nullable(Of Integer) 
   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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly