Table of Contents

Class DicomUnsignedShort

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Unsigned Short (US)

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

Constructors

DicomUnsignedShort(DicomTag, IByteBuffer)

public DicomUnsignedShort(DicomTag tag, IByteBuffer data)

Parameters

tag DicomTag
data IByteBuffer

DicomUnsignedShort(DicomTag, params ushort[])

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

Get<T>(int)

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

Parameters

item int

Returns

T

Type Parameters

T