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
DicomTagdata
IByteBuffer
DicomSignedLong(DicomTag, params int[])
public DicomSignedLong(DicomTag tag, params int[] values)
Parameters
Properties
ValueRepresentation
Gets the Value Representation of the item.
public override DicomVR ValueRepresentation { get; }