Gets or sets a list of the Referenced Display Set numbers.
[Element(DicomTag.ReferenceDisplaySets)]
[DataMemberAttribute()]
public List<int> ReferenceDisplaySets { get; set; }
public:
[ElementAttribute((gcnew DicomTag::ReferenceDisplaySets())),
DataMemberAttribute]
property List<Int32>^ ReferenceDisplaySets
{
List<Int32>^ get()
void set(List<Int32>^ 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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document