Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class DicomAttributeTag

    Attribute Tag (AT)

    Inheritance
    System.Object
    DicomItem
    DicomElement
    DicomAttributeTag
    Implements
    System.IComparable<DicomItem>
    System.IComparable
    Inherited Members
    DicomElement.Buffer
    DicomElement.Length
    DicomElement.Validate()
    DicomElement.ValidateVM()
    DicomElement.ValidateString()
    DicomItem.Tag
    DicomItem.CompareTo(DicomItem)
    DicomItem.CompareTo(Object)
    DicomItem.ToString()
    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: FellowOakDicom
    Assembly: fo-dicom.core.dll
    Syntax
    public class DicomAttributeTag : DicomElement, IComparable<DicomItem>, IComparable

    Constructors

    DicomAttributeTag(DicomTag, DicomTag[])

    Declaration
    public DicomAttributeTag(DicomTag tag, params DicomTag[] values)
    Parameters
    Type Name Description
    DicomTag tag
    DicomTag[] values

    DicomAttributeTag(DicomTag, IByteBuffer)

    Declaration
    public DicomAttributeTag(DicomTag tag, IByteBuffer data)
    Parameters
    Type Name Description
    DicomTag tag
    IByteBuffer data

    Properties

    Count

    Declaration
    public override int Count { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    DicomElement.Count

    ValueRepresentation

    Declaration
    public override DicomVR ValueRepresentation { get; }
    Property Value
    Type Description
    DicomVR
    Overrides
    DicomItem.ValueRepresentation

    Values

    Declaration
    public IEnumerable<DicomTag> Values { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<DicomTag>

    Methods

    Equals(DicomElement)

    Declaration
    public override bool Equals(DicomElement other)
    Parameters
    Type Name Description
    DicomElement other
    Returns
    Type Description
    System.Boolean
    Overrides
    DicomElement.Equals(DicomElement)

    Get<T>(Int32)

    Declaration
    public override T Get<T>(int item = -1)
    Parameters
    Type Name Description
    System.Int32 item
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    Overrides
    DicomElement.Get<T>(Int32)

    Implements

    System.IComparable<T>
    System.IComparable

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors