Gets or sets the Hanging Protocol Display Sets Sequence (Mandatory).
[DataMemberAttribute()]
[Element(DicomTag.DisplaySetsSequence)]
public List<DisplaySet> DisplaySetsSequence { get; set; }
<DataMemberAttribute(),
ElementAttribute(7471616)>
Public Property DisplaySetsSequence() As System.Collections.Generic.List(Of Leadtools.Dicom.Common.DataTypes.DisplaySet)
Get
Set
public:
[DataMemberAttribute,
ElementAttribute(7471616)]
property System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::DisplaySet^>^ DisplaySetsSequence
{
System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::DisplaySet^>^ get()
void set(System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::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
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