Table of Contents

Class DicomSignedShort

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Signed Short (SS)

public class DicomSignedShort : DicomValueElement<short>, IComparable<DicomItem>, IComparable
Inheritance
DicomSignedShort
Implements
Inherited Members
Extension Methods

Constructors

DicomSignedShort(DicomTag, IByteBuffer)

public DicomSignedShort(DicomTag tag, IByteBuffer data)

Parameters

tag DicomTag
data IByteBuffer

DicomSignedShort(DicomTag, params short[])

public DicomSignedShort(DicomTag tag, params short[] values)

Parameters

tag DicomTag
values short[]

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