Table of Contents

Class DicomAttributeTag

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Attribute Tag (AT)

public class DicomAttributeTag : DicomElement, IComparable<DicomItem>, IComparable
Inheritance
DicomAttributeTag
Implements
Inherited Members
Extension Methods

Constructors

DicomAttributeTag(DicomTag, params DicomTag[])

public DicomAttributeTag(DicomTag tag, params DicomTag[] values)

Parameters

tag DicomTag
values DicomTag[]

DicomAttributeTag(DicomTag, IByteBuffer)

public DicomAttributeTag(DicomTag tag, IByteBuffer data)

Parameters

tag DicomTag
data IByteBuffer

Properties

Count

Gets the number of values that the DICOM element contains.

public override int Count { get; }

Property Value

int

Number of value items

ValueRepresentation

Gets the Value Representation of the item.

public override DicomVR ValueRepresentation { get; }

Property Value

DicomVR

Values

public IEnumerable<DicomTag> Values { get; }

Property Value

IEnumerable<DicomTag>

Methods

Equals(DicomElement)

public override bool Equals(DicomElement other)

Parameters

other DicomElement

Returns

bool

Get<T>(int)

public override T Get<T>(int item = -1)

Parameters

item int

Returns

T

Type Parameters

T