Gets or sets a list of the Referenced Display Set numbers.
[DataMemberAttribute()]
[Element(DicomTag.ReferenceDisplaySets)]
public List<int> ReferenceDisplaySets { get; set; }
<ElementAttribute(7471640),
DataMemberAttribute()>
Public Property ReferenceDisplaySets() As System.Collections.Generic.List(Of Integer)
Get
Set
public:
[ElementAttribute(7471640),
DataMemberAttribute]
property System::Collections::Generic::List<int>^ ReferenceDisplaySets
{
System::Collections::Generic::List<int>^ get()
void set(System::Collections::Generic::List<int>^ value)
}
A list of the Referenced Display numbers.
One or more items are must be in this list. If NavigationDisplaySet is not null, then this is a list those DisplaySet that are controlled by the NavigationDisplaySet. If NavigationDisplaySet is null, this is a list of the ReferenceDisplaySets that cross-reference each other.
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