Class DicomOtherByte
Other Byte (OB)
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FellowOakDicom
Assembly: fo-dicom.core.dll
Syntax
public class DicomOtherByte : DicomValueElement<byte>, IComparable<DicomItem>, IComparable
Constructors
DicomOtherByte(DicomTag, IByteBuffer)
Declaration
public DicomOtherByte(DicomTag tag, IByteBuffer data)
Parameters
Type | Name | Description |
---|---|---|
DicomTag | tag | |
IByteBuffer | data |
DicomOtherByte(DicomTag, Byte[])
Declaration
public DicomOtherByte(DicomTag tag, params byte[] values)
Parameters
Type | Name | Description |
---|---|---|
DicomTag | tag | |
System.Byte[] | values |
Properties
ValueRepresentation
Declaration
public override DicomVR ValueRepresentation { get; }
Property Value
Type | Description |
---|---|
DicomVR |
Overrides
Methods
Equals(DicomElement)
Declaration
public override bool Equals(DicomElement other)
Parameters
Type | Name | Description |
---|---|---|
DicomElement | other |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
FellowOakDicom.DicomValueElement<System.Byte>.Equals(FellowOakDicom.DicomElement)
Get<T>(Int32)
Declaration
public override T Get<T>(int item = -1)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | item |
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |
Overrides
FellowOakDicom.DicomValueElement<System.Byte>.Get<T>(System.Int32)
ValidateVM()
Declaration
protected override void ValidateVM()
Overrides
Implements
System.IComparable<T>
System.IComparable