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