←Select platform

NumberOfScreens Property

Summary

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

Syntax
C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.NumberOfScreens)] 
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

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