Table of Contents

Class DicomOtherByte

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Other Byte (OB)

public class DicomOtherByte : DicomValueElement<byte>, IComparable<DicomItem>, IComparable
Inheritance
DicomOtherByte
Implements
Derived
Inherited Members
Extension Methods

Constructors

DicomOtherByte(DicomTag, IByteBuffer)

public DicomOtherByte(DicomTag tag, IByteBuffer data)

Parameters

tag DicomTag
data IByteBuffer

DicomOtherByte(DicomTag, params byte[])

public DicomOtherByte(DicomTag tag, params byte[] values)

Parameters

tag DicomTag
values byte[]

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

Get<T>(int)

public override T Get<T>(int item = -1)

Parameters

item int

Returns

T

Type Parameters

T

ValidateVM()

protected override void ValidateVM()