Class DicomOtherLong
- Namespace
- FellowOakDicom
- Assembly
- fo-dicom.core.dll
Other Long (OL)
public class DicomOtherLong : DicomValueElement<uint>, IComparable<DicomItem>, IComparable
- Inheritance
-
DicomOtherLong
- Implements
- Inherited Members
- Extension Methods
Constructors
DicomOtherLong(DicomTag, IByteBuffer)
public DicomOtherLong(DicomTag tag, IByteBuffer data)
Parameters
tag
DicomTagdata
IByteBuffer
DicomOtherLong(DicomTag, params uint[])
public DicomOtherLong(DicomTag tag, params uint[] values)
Parameters
Properties
ValueRepresentation
Gets the Value Representation of the item.
public override DicomVR ValueRepresentation { get; }
Property Value
Methods
ValidateVM()
protected override void ValidateVM()