C#
VB
C++
Gets or sets the Display Set Presentation Group (Mandatory).
[DataMemberAttribute()]
[Element(DicomTag.DisplaySetPresentationGroup)]
public Nullable<int> DisplaySetPresentationGroup { get; set; }
<ElementAttribute(7471620),
DataMemberAttribute()>
Public Property DisplaySetPresentationGroup() As System.Nullable(Of Integer)
Get
Set
public:
[ElementAttribute(7471620),
DataMemberAttribute]
property System::Nullable<int> DisplaySetPresentationGroup
{
System::Nullable<int> get()
void set(System::Nullable<int> value)
}
The Display Set Presentation Group.
A DisplaySetLabel is a positive integer value that designates this Display Set as part of a specific presentation group.
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