C#
VB
C++
Gets or sets the Hanging Protocol Number of Screens (Optional).
[DataMemberAttribute()]
[Element(DicomTag.NumberOfScreens)]
public Nullable<int> NumberOfScreens { get; set; }
<ElementAttribute(7471360),
DataMemberAttribute()>
Public Property NumberOfScreens() As System.Nullable(Of Integer)
Get
Set
public:
[ElementAttribute(7471360),
DataMemberAttribute]
property System::Nullable<int> NumberOfScreens
{
System::Nullable<int> get()
void set(System::Nullable<int> value)
}
The Hanging Protocol Number of Screens.
This is part of the Hanging Protocol Environment module, and indicates the number of screens defined for this hanging protocol.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET