Table of Contents

Class DicomOtherVeryLong

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Other Very Long (OV)

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

Constructors

DicomOtherVeryLong(DicomTag, IByteBuffer)

public DicomOtherVeryLong(DicomTag tag, IByteBuffer data)

Parameters

tag DicomTag
data IByteBuffer

DicomOtherVeryLong(DicomTag, params ulong[])

public DicomOtherVeryLong(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

Methods

ValidateVM()

protected override void ValidateVM()