←Select platform

DisplaySetNumber Property

Summary

Gets or sets the Display Set Number (Mandatory).

Syntax

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

Leadtools.Dicom.Common Assembly