C#
VB
C++
An integer that identifies the order of image boxes for scrolling.
[Element(DicomTag.ImageBoxNumber)]
public Nullable<int> ImageBoxNumber { get; set; }
<ElementAttribute(New DicomTag.ImageBoxNumber())>
Public Property ImageBoxNumber() As Nullable(Of Integer)
Get
Set
public:
[ElementAttribute((gcnew DicomTag::ImageBoxNumber()))]
property Nullable<Int32>^ ImageBoxNumber
{
Nullable<Int32>^ get()
void set(Nullable<Int32>^ value)
}
An integer that identifies the order of image boxes for scrolling.
This is a monotonically increasing integer that identifies the order of image boxes for scrolling, starting from 1, incrementing by 1, unique within a Display Set Sequence Item.
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