Class DicomSequence
- Namespace
- FellowOakDicom
- Assembly
- fo-dicom.core.dll
Representation of a DICOM sequence of items.
public class DicomSequence : DicomItem, IComparable<DicomItem>, IComparable, IEnumerable<DicomDataset>, IEnumerable
- Inheritance
-
DicomSequence
- Implements
- Inherited Members
- Extension Methods
Constructors
DicomSequence(DicomTag, params DicomDataset[])
Initializes an instance of the DicomSequence class.
public DicomSequence(DicomTag tag, params DicomDataset[] items)
Parameters
tag
DicomTagDICOM sequence tag.
items
DicomDataset[]Dataset items constituting the sequence.
Properties
Items
Gets the dataset items constituting the sequence.
public IList<DicomDataset> Items { get; }
Property Value
ValueRepresentation
Gets the Value Representation of the item.
public override DicomVR ValueRepresentation { get; }
Property Value
Methods
GetEnumerator()
public IEnumerator<DicomDataset> GetEnumerator()
Returns
Validate()
public override void Validate()