TimeBasedImageSetsSequence Property (original) (raw)
Summary
Gets or sets a list of Time Based Image Sets Sequence for this ImageSet.
Syntax
[DataMemberAttribute()]
[Element(DicomTag.TimeBasedImageSetsSequence)]
public List<[TimeBasedImageSet](datatypes-hangingprotocol-timebasedimageset.html)> TimeBasedImageSetsSequence { get; set; }
Property Value
A list of Time Based Image Sets Sequence for this ImageSet.
Remarks
Each TimeBasedImageSet item in TimeBasedImageSetsSequence defines a current or a prior ImageSet. The TimeBasedImageSetsSequence should contain one or more items.
Leadtools.Dicom.Common Assembly