Table of Contents

Class DicomSignedLong

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Signed Long (SL)

public class DicomSignedLong : DicomValueElement<int>, IComparable<DicomItem>, IComparable
Inheritance
DicomSignedLong
Implements
Inherited Members
Extension Methods

Constructors

DicomSignedLong(DicomTag, IByteBuffer)

public DicomSignedLong(DicomTag tag, IByteBuffer data)

Parameters

tag DicomTag
data IByteBuffer

DicomSignedLong(DicomTag, params int[])

public DicomSignedLong(DicomTag tag, params int[] values)

Parameters

tag DicomTag
values int[]

Properties

ValueRepresentation

Gets the Value Representation of the item.

public override DicomVR ValueRepresentation { get; }

Property Value

DicomVR