Table of Contents

Class DicomOtherWord

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Other Word (OW)

public class DicomOtherWord : DicomValueElement<ushort>, IComparable<DicomItem>, IComparable
Inheritance
DicomOtherWord
Implements
Inherited Members
Extension Methods

Constructors

DicomOtherWord(DicomTag, IByteBuffer)

public DicomOtherWord(DicomTag tag, IByteBuffer data)

Parameters

tag DicomTag
data IByteBuffer

DicomOtherWord(DicomTag, params ushort[])

public DicomOtherWord(DicomTag tag, params ushort[] values)

Parameters

tag DicomTag
values ushort[]

Properties

ValueRepresentation

Gets the Value Representation of the item.

public override DicomVR ValueRepresentation { get; }

Property Value

DicomVR

Methods

Equals(DicomElement)

public override bool Equals(DicomElement other)

Parameters

other DicomElement

Returns

bool

ValidateVM()

protected override void ValidateVM()