AttributeTag

AttributeTag class

Encapsulates the Attribute Tag (AT) VR type. https://dicom.nema.org/medical/dicom/current/output/chtml/part05/sect_6.2.html#:~:text=AT-,Attribute%20Tag,-Ordered%20pair%20of.

public sealed class AttributeTag : ValueElement<Tag>

Constructors

NameDescription
AttributeTag(Tag, Span<Tag>)
AttributeTag(Tag, Tag)Initializes a new instance of the AttributeTag with the given value and tag.

Properties

NameDescription
Count { get; }
Data { get; }
Tag { get; }
override ValueRepresentation { get; }

Methods

NameDescription
Add(Tag)
AddRange(Span<Tag>)
ConvertData<TOutput>(Func<Tag, TOutput>)
Get(int)
Get<TValue>(Index)
Get<TValue>(int)
GetOrDefault<TValue>(Index)
GetOrDefault<TValue>(int)
GetSingleOrDefault()
GetValues()
GetValues(Range)
GetValues<TValue>()
GetValues<TValue>(Range)
Insert(int, Tag)
Remove(Tag)
RemoveAt(int)
Replace(IEnumerable<Tag>)
override ToString()
TryGetValue<TValue>(Index, out TValue)
TryGetValue<TValue>(int, out TValue)

See Also