Class DicomOtherByte
- Namespace
- FellowOakDicom
- Assembly
- fo-dicom.core.dll
Other Byte (OB)
public class DicomOtherByte : DicomValueElement<byte>, IComparable<DicomItem>, IComparable
- Inheritance
-
DicomOtherByte
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
DicomOtherByte(DicomTag, IByteBuffer)
public DicomOtherByte(DicomTag tag, IByteBuffer data)
Parameters
tag
DicomTagdata
IByteBuffer
DicomOtherByte(DicomTag, params byte[])
public DicomOtherByte(DicomTag tag, params byte[] 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
Get<T>(int)
public override T Get<T>(int item = -1)
Parameters
item
int
Returns
- T
Type Parameters
T
ValidateVM()
protected override void ValidateVM()