Gets or sets the Hanging Protocol Synchronized Scrolling Sequence (Optional)
[DataMemberAttribute()]
[Element(DicomTag.SynchronizedScrollingSequence)]
public List<SynchronizedScrolling> SynchronizedScrollingSequence { get; set; }
<DataMemberAttribute(),
ElementAttribute(7471632)>
Public Property SynchronizedScrollingSequence() As System.Collections.Generic.List(Of Leadtools.Dicom.Common.DataTypes.HangingProtocol.SynchronizedScrolling)
Get
Set
public:
[DataMemberAttribute,
ElementAttribute(7471632)]
property System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::HangingProtocol::SynchronizedScrolling^>^ SynchronizedScrollingSequence
{
System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::HangingProtocol::SynchronizedScrolling^>^ get()
void set(System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::HangingProtocol::SynchronizedScrolling^>^ value)
}
A list of SynchronizedScrolling objects that represent the Hanging Protocol Synchronized Scrolling Sequence.
Each item in this list identifies a group of display sets that will scroll in unison (i.e. synchronized scrolling). For more information, SynchronizedScrolling
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