Class DicomOtherByteFragment
Class representing a fragment sequence of Other Byte (OB) items.
Implements
System.IComparable<DicomItem>
System.IComparable
System.Collections.Generic.IEnumerable<IByteBuffer>
System.Collections.IEnumerable
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 DicomOtherByteFragment : DicomFragmentSequence, IComparable<DicomItem>, IComparable, IEnumerable<IByteBuffer>, IEnumerable
Constructors
DicomOtherByteFragment(DicomTag)
Declaration
public DicomOtherByteFragment(DicomTag tag)
Parameters
Type | Name | Description |
---|---|---|
DicomTag | tag |
Properties
ValueRepresentation
Gets the Value Representation of the item.
Declaration
public override DicomVR ValueRepresentation { get; }
Property Value
Type | Description |
---|---|
DicomVR |
Overrides
Implements
System.IComparable<T>
System.IComparable
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable