Show / Hide Table of Contents
View Source

Class Sequence

Encapsulates the Sequence VR type

Inheritance
System.Object
AbstractElement<DICOMObject>
Sequence
Inherited Members
AbstractElement<DICOMObject>.VR
AbstractElement<DICOMObject>.Data
AbstractElement<DICOMObject>.Data_
AbstractElement<DICOMObject>.Tag
AbstractElement<DICOMObject>.DatType
AbstractElement<DICOMObject>.DData
AbstractElement<DICOMObject>.DData_
AbstractElement<DICOMObject>.SetData(DICOMObject)
AbstractElement<DICOMObject>.SetData(DICOMObject[])
AbstractElement<DICOMObject>.GetDataOrDefault()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace:EvilDICOM.Core.Element
Assembly:EvilDICOM.dll
Syntax
public class Sequence : AbstractElement<DICOMObject>, IDICOMElement

Constructors

View Source

Sequence()

Declaration
public Sequence()

Properties

View Source

Items

Alternate property name for data (with a clearer name)

Declaration
public List<DICOMObject> Items { get; set; }
Property Value
Type Description
System.Collections.Generic.List<DICOMObject>

Methods

View Source

Select<T>(Func<SequenceSelector, T>)

Declaration
public T Select<T>(Func<SequenceSelector, T> selection)
Parameters
Type Name Description
System.Func<SequenceSelector, T> selection
Returns
Type Description
T
Type Parameters
Name Description
T
View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
EvilDICOM.Core.Element.AbstractElement<EvilDICOM.Core.DICOMObject>.ToString()

Extension Methods

IDICOMElementExtensions.IsVR(VR)
IDICOMElementExtensions.ToXElement()
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX