Table of Contents

Class DicomUnsignedVeryLong

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Unsigned Very Long (UV)

public class DicomUnsignedVeryLong : DicomValueElement<ulong>, IComparable<DicomItem>, IComparable
Inheritance
DicomUnsignedVeryLong
Implements
Inherited Members
Extension Methods

Constructors

DicomUnsignedVeryLong(DicomTag, IByteBuffer)

public DicomUnsignedVeryLong(DicomTag tag, IByteBuffer data)

Parameters

tag DicomTag
data IByteBuffer

DicomUnsignedVeryLong(DicomTag, params ulong[])

public DicomUnsignedVeryLong(DicomTag tag, params ulong[] values)

Parameters

tag DicomTag
values ulong[]

Properties

ValueRepresentation

Gets the Value Representation of the item.

public override DicomVR ValueRepresentation { get; }

Property Value

DicomVR