Gets or sets the Hanging Protocol Display Sets Sequence (Mandatory).
[DataMemberAttribute()]
[Element(DicomTag.DisplaySetsSequence)]
public List<DisplaySet> DisplaySetsSequence { get; set; }
public:
[DataMemberAttribute,
ElementAttribute((gcnew DicomTag::DisplaySetsSequence()))]
property List<DisplaySet^>^ DisplaySetsSequence
{
List<DisplaySet^>^ get()
void set(List<DisplaySet^>^ value)
}
A list of DisplaySet objects that represent the Hanging Protocol Display Sets Sequence.
This is part of the Hanging Protocol Display Module. It is used to describe one or more display sets. The display sets describe how the image sets are displayed. One or more items are required to be in this list. For more information, DisplaySet
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