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