Search Results for

    Show / Hide Table of Contents

    Class DicomUnsignedLong

    Unsigned Long (UL)

    Inheritance
    Object
    DicomItem
    DicomElement
    DicomValueElement<UInt32>
    DicomUnsignedLong
    Implements
    IComparable<DicomItem>
    IComparable
    Inherited Members
    DicomValueElement<UInt32>.Count
    DicomValueElement<UInt32>.Get<T>(Int32)
    DicomElement.Buffer
    DicomElement.Length
    DicomElement.Validate()
    DicomElement.ValidateVM()
    DicomElement.ValidateString()
    DicomItem.Tag
    DicomItem.CompareTo(DicomItem)
    DicomItem.CompareTo(Object)
    DicomItem.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Dicom
    Assembly: cs.temp.dll.dll
    Syntax
    public class DicomUnsignedLong : DicomValueElement<uint>, IComparable<DicomItem>, IComparable

    Constructors

    DicomUnsignedLong(DicomTag, IByteBuffer)

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

    DicomUnsignedLong(DicomTag, UInt32[])

    Declaration
    public DicomUnsignedLong(DicomTag tag, params uint[] values)
    Parameters
    Type Name Description
    DicomTag tag
    UInt32[] values

    Properties

    ValueRepresentation

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

    Implements

    System.IComparable<T>
    System.IComparable
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors