C#
VB
C++
Gets or sets the Display Set Number (Mandatory).
[DataMemberAttribute()]
[Element(DicomTag.DisplaySetNumber)]
public Nullable<int> DisplaySetNumber { get; set; }
<ElementAttribute(7471618),
DataMemberAttribute()>
Public Property DisplaySetNumber() As System.Nullable(Of Integer)
Get
Set
public:
[ElementAttribute(7471618),
DataMemberAttribute]
property System::Nullable<int> DisplaySetNumber
{
System::Nullable<int> get()
void set(System::Nullable<int> value)
}
The Display Set Number.
The DisplaySetNumber is unique number within the Hanging Protocol Instance that uniquely identifies the DisplaySet/ A DisplaySetNumberstarts with 1 and increments by 1 for each DisplaySet.
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