←Select platform

NumberOfScreens Property

Summary

Gets or sets the Hanging Protocol Number of Screens (Optional).

Syntax
C#
VB
C++
[Element(DicomTag.NumberOfScreens)] 
[DataMemberAttribute()] 
public Nullable<int> NumberOfScreens { get; set; } 
<DataMemberAttribute(),  
 ElementAttribute(New DicomTag.NumberOfScreens())>  
Public Property NumberOfScreens() As Nullable(Of Integer) 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute((gcnew DicomTag::NumberOfScreens()))] 
   property Nullable<Int32>^ NumberOfScreens 
   { 
      Nullable<Int32>^ get() 
      void set(Nullable<Int32>^ value) 
   } 

Property Value

The Hanging Protocol Number of Screens.

Remarks

This is part of the Hanging Protocol Environment module, and indicates the number of screens defined for this hanging protocol.

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