Table of Contents

Class DicomOtherLong

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Other Long (OL)

public class DicomOtherLong : DicomValueElement<uint>, IComparable<DicomItem>, IComparable
Inheritance
DicomOtherLong
Implements
Inherited Members
Extension Methods

Constructors

DicomOtherLong(DicomTag, IByteBuffer)

public DicomOtherLong(DicomTag tag, IByteBuffer data)

Parameters

tag DicomTag
data IByteBuffer

DicomOtherLong(DicomTag, params uint[])

public DicomOtherLong(DicomTag tag, params uint[] values)

Parameters

tag DicomTag
values uint[]

Properties

ValueRepresentation

Gets the Value Representation of the item.

public override DicomVR ValueRepresentation { get; }

Property Value

DicomVR

Methods

ValidateVM()

protected override void ValidateVM()