C#
VB
C++
Gets or sets a list of Time Based Image Sets Sequence for this ImageSet.
[DataMemberAttribute()]
[Element(DicomTag.TimeBasedImageSetsSequence)]
public List<TimeBasedImageSet> TimeBasedImageSetsSequence { get; set; }
<ElementAttribute(7471152),
DataMemberAttribute()>
Public Property TimeBasedImageSetsSequence() As System.Collections.Generic.List(Of Leadtools.Dicom.Common.DataTypes.HangingProtocol.TimeBasedImageSet)
Get
Set
public:
[ElementAttribute(7471152),
DataMemberAttribute]
property System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::HangingProtocol::TimeBasedImageSet^>^ TimeBasedImageSetsSequence
{
System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::HangingProtocol::TimeBasedImageSet^>^ get()
void set(System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::HangingProtocol::TimeBasedImageSet^>^ value)
}
A list of Time Based Image Sets Sequence for this ImageSet.
Each TimeBasedImageSet item in TimeBasedImageSetsSequence defines a current or a prior ImageSet. The TimeBasedImageSetsSequence should contain one or more items.
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