NumberOfScreens Property (original) (raw)
Summary
Gets or sets the Hanging Protocol Number of Screens (Optional).
Syntax
[DataMemberAttribute()]
[Element(DicomTag.NumberOfScreens)]
public Nullable<int> NumberOfScreens { 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.
Leadtools.Dicom.Common Assembly